Skip to content

Commit

Permalink
improvement: drop peerDependencies & bump deps (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 24, 2021
1 parent f9117ff commit 4d01eeb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/vite-plugin-vue-i18n/package.json
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/intlify/bundle-tools/issues"
},
"dependencies": {
"@intlify/bundle-utils": "^0.2.0",
"@intlify/shared": "^9.1.6",
"@intlify/bundle-utils": "^1.0.0",
"@intlify/shared": "^9.1.9",
"@rollup/pluginutils": "^4.1.0",
"debug": "^4.3.1",
"fast-glob": "^3.2.5"
Expand All @@ -35,10 +35,6 @@
],
"license": "MIT",
"main": "lib/index.js",
"peerDependencies": {
"vite": "^2.3.6",
"vue-i18n": "^9.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intlify/bundle-tools.git",
Expand Down

0 comments on commit 4d01eeb

Please sign in to comment.