Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 15, 2022
1 parent 1f513e2 commit fbab3b3
Show file tree
Hide file tree
Showing 6 changed files with 2,286 additions and 1,248 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ignore-workspace-root-check=true
shamefully-hoist=true
strict-peer-dependencies=false
6 changes: 3 additions & 3 deletions examples/vite-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"dev": "cross-env DEBUG=unplugin-vue-components:* vite"
},
"dependencies": {
"vue": "^3.2.33",
"vue": "^3.2.37",
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
"cross-env": "^7.0.3",
"unplugin-vue-components": "workspace:*",
"vite": "^2.9.8",
"vite-plugin-vue2": "^2.0.0"
"vite": "^2.9.12",
"vite-plugin-vue2": "^2.0.1"
}
}
16 changes: 8 additions & 8 deletions examples/vite-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"build": "cross-env DEBUG=unplugin-vue-components:* vite build"
},
"dependencies": {
"vant": "^3.4.9"
"vant": "^3.5.1"
},
"devDependencies": {
"@iconify/json": "^2.1.39",
"@vitejs/plugin-vue": "^2.3.2",
"@vue/compiler-sfc": "^3.2.33",
"@iconify/json": "^2.1.62",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"has-pkg": "^0.0.1",
"typescript": "^4.6.4",
"typescript": "^4.7.3",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "workspace:*",
"vite": "^2.9.8",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "^0.13.1",
"vue-router": "^4.0.15"
"vite-plugin-md": "^0.14.1",
"vue-router": "^4.0.16"
}
}
10 changes: 5 additions & 5 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vue/composition-api": "^1.6.1",
"core-js": "^3.22.4",
"vue": "^3.2.33"
"@vue/composition-api": "^1.6.2",
"core-js": "^3.23.1",
"vue": "^3.2.37"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-typescript": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"typescript": "^4.6.4",
"typescript": "^4.7.3",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "workspace:*",
"unplugin-vue2-script-setup": "^0.10.2"
"unplugin-vue2-script-setup": "^0.11.0"
}
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,39 +85,39 @@
}
},
"dependencies": {
"@antfu/utils": "^0.5.1",
"@antfu/utils": "^0.5.2",
"@rollup/pluginutils": "^4.2.1",
"chokidar": "^3.5.3",
"debug": "^4.3.4",
"fast-glob": "^3.2.11",
"local-pkg": "^0.4.1",
"magic-string": "^0.26.1",
"minimatch": "^5.0.1",
"magic-string": "^0.26.2",
"minimatch": "^5.1.0",
"resolve": "^1.22.0",
"unplugin": "^0.6.3"
"unplugin": "^0.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.0",
"@babel/parser": "^7.17.10",
"@babel/traverse": "^7.17.10",
"@babel/types": "^7.17.10",
"@antfu/eslint-config": "^0.25.1",
"@babel/parser": "^7.18.5",
"@babel/traverse": "^7.18.5",
"@babel/types": "^7.18.4",
"@types/debug": "^4.1.7",
"@types/minimatch": "^3.0.5",
"@types/node": "^17.0.31",
"@types/node": "^17.0.43",
"@types/resolve": "^1.20.2",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"bumpp": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"bumpp": "^7.2.0",
"compare-versions": "^4.1.3",
"element-plus": "^2.2.0",
"eslint": "^8.15.0",
"esno": "^0.14.1",
"element-plus": "^2.2.5",
"eslint": "^8.17.0",
"esno": "^0.16.3",
"pathe": "^0.3.0",
"rollup": "^2.72.1",
"tsup": "5.12.7",
"typescript": "^4.6.4",
"vite": "^2.9.8",
"vitest": "^0.12.1",
"vue": "3.2.33"
"rollup": "^2.75.6",
"tsup": "^6.1.2",
"typescript": "^4.7.3",
"vite": "^2.9.12",
"vitest": "^0.15.0",
"vue": "3.2.37"
},
"engines": {
"node": ">=14"
Expand Down
Loading

0 comments on commit fbab3b3

Please sign in to comment.