Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 28, 2023
1 parent d8a54a5 commit 263f8f1
Show file tree
Hide file tree
Showing 6 changed files with 1,055 additions and 831 deletions.
2 changes: 1 addition & 1 deletion examples/vite-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@vitejs/plugin-vue2": "^2.2.0",
"cross-env": "^7.0.3",
"unplugin-vue-components": "workspace:*",
"vite": "^4.0.0"
"vite": "^4.0.4"
}
}
12 changes: 6 additions & 6 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": "^4.0.2"
"vant": "^4.0.9"
},
"devDependencies": {
"@iconify/json": "^2.1.151",
"@iconify/json": "^2.2.13",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.45",
"cross-env": "^7.0.3",
"has-pkg": "^0.0.1",
"typescript": "^4.9.4",
"unplugin-icons": "^0.14.15",
"unplugin-icons": "^0.15.2",
"unplugin-vue-components": "workspace:*",
"vite": "^4.0.0",
"vite-plugin-inspect": "^0.7.9",
"vite-plugin-vue-markdown": "^0.22.1",
"vite": "^4.0.4",
"vite-plugin-inspect": "^0.7.15",
"vite-plugin-vue-markdown": "^0.22.2",
"vue-router": "^4.1.6"
}
}
4 changes: 2 additions & 2 deletions examples/vue-cli-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.26.1",
"core-js": "^3.27.2",
"vue": "^3.2.45"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/core": "^7.20.12",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"unplugin-vue-components": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"dependencies": {
"@vue/composition-api": "^1.7.1",
"core-js": "^3.26.1",
"core-js": "^3.27.2",
"vue": "^3.2.45"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"typescript": "^4.9.4",
"unplugin-icons": "^0.14.15",
"unplugin-icons": "^0.15.2",
"unplugin-vue-components": "workspace:*",
"unplugin-vue2-script-setup": "^0.11.3"
}
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,39 +93,39 @@
},
"dependencies": {
"@antfu/utils": "^0.7.2",
"@nuxt/kit": "^3.0.0",
"@nuxt/kit": "^3.1.1",
"@rollup/pluginutils": "^5.0.2",
"chokidar": "^3.5.3",
"debug": "^4.3.4",
"fast-glob": "^3.2.12",
"local-pkg": "^0.4.2",
"local-pkg": "^0.4.3",
"magic-string": "^0.27.0",
"minimatch": "^5.1.1",
"minimatch": "^6.1.6",
"resolve": "^1.22.1",
"unplugin": "^1.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.33.1",
"@babel/parser": "^7.20.5",
"@babel/types": "^7.20.5",
"@nuxt/schema": "^3.0.0",
"@antfu/eslint-config": "^0.34.1",
"@babel/parser": "^7.20.13",
"@babel/types": "^7.20.7",
"@nuxt/schema": "^3.1.1",
"@types/debug": "^4.1.7",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.11.13",
"@types/node": "^18.11.18",
"@types/resolve": "^1.20.2",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"bumpp": "^8.2.1",
"compare-versions": "^5.0.1",
"element-plus": "^2.2.26",
"eslint": "^8.29.0",
"compare-versions": "^5.0.3",
"element-plus": "^2.2.28",
"eslint": "^8.32.0",
"esno": "^0.16.3",
"estree-walker": "^3.0.1",
"pathe": "^1.0.0",
"rollup": "^3.7.3",
"estree-walker": "^3.0.3",
"pathe": "^1.1.0",
"rollup": "^3.12.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vitest": "^0.25.7",
"vite": "^4.0.4",
"vitest": "^0.28.3",
"vue": "3.2.45"
}
}

0 comments on commit 263f8f1

Please sign in to comment.