Skip to content

Commit

Permalink
fix: revert pnpm (#1621)
Browse files Browse the repository at this point in the history
* fix: revert pnpm

resolve #1619

* chore: add ignore to renovate

* remove netlify config
  • Loading branch information
kazupon authored Oct 30, 2023
1 parent 404270a commit b4ee8bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions netlify.toml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"secretlint"
]
},
"packageManager": "pnpm@8.10.0",
"packageManager": "pnpm@8.9.2",
"pnpm": {
"overrides": {
"vue": "3.3.4",
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"@intlify/vue-i18n-core",
"vue-i18n",
"petite-vue-i18n",
"vue-i18n-bridge"
"vue-i18n-bridge",
"pnpm"
],
"major": {
"automerge": false
Expand Down

0 comments on commit b4ee8bd

Please sign in to comment.