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 5, 2023
1 parent efe0a87 commit 433a398
Show file tree
Hide file tree
Showing 6 changed files with 963 additions and 972 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.1.4"
"vite": "^4.3.9"
}
}
20 changes: 10 additions & 10 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.1.0"
"vant": "^4.4.1"
},
"devDependencies": {
"@iconify/json": "^2.2.31",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@iconify/json": "^2.2.74",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"cross-env": "^7.0.3",
"has-pkg": "^0.0.1",
"typescript": "^4.9.5",
"unplugin-icons": "^0.15.3",
"typescript": "^5.1.3",
"unplugin-icons": "^0.16.2",
"unplugin-vue-components": "workspace:*",
"vite": "^4.1.4",
"vite-plugin-inspect": "^0.7.15",
"vite-plugin-vue-markdown": "^0.22.4",
"vue-router": "^4.1.6"
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.28",
"vite-plugin-vue-markdown": "^0.23.5",
"vue-router": "^4.2.2"
}
}
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.29.0",
"core-js": "^3.30.2",
"vue": "^3.2.45"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/core": "^7.22.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"unplugin-vue-components": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
},
"dependencies": {
"@vue/composition-api": "^1.7.1",
"core-js": "^3.29.0",
"core-js": "^3.30.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.5",
"unplugin-icons": "^0.15.3",
"typescript": "^5.1.3",
"unplugin-icons": "^0.16.2",
"unplugin-vue-components": "workspace:*",
"unplugin-vue2-script-setup": "^0.11.3"
"unplugin-vue2-script-setup": "^0.11.4"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
},
"dependencies": {
"@antfu/utils": "^0.7.3",
"@antfu/utils": "^0.7.4",
"@rollup/pluginutils": "^5.0.2",
"chokidar": "^3.5.3",
"debug": "^4.3.4",
Expand All @@ -113,7 +113,7 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.3",
"@antfu/eslint-config": "^0.39.5",
"@babel/parser": "^7.22.4",
"@babel/types": "^7.22.4",
"@nuxt/kit": "^3.5.2",
Expand All @@ -122,18 +122,18 @@
"@types/node": "^18.16.16",
"@types/resolve": "^1.20.2",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"bumpp": "^9.1.0",
"bumpp": "^9.1.1",
"compare-versions": "^5.0.3",
"element-plus": "^2.3.5",
"eslint": "^8.41.0",
"element-plus": "^2.3.6",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"estree-walker": "^3.0.3",
"pathe": "^1.1.0",
"rollup": "^3.23.0",
"pathe": "^1.1.1",
"rollup": "^3.23.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.1",
"vitest": "^0.31.4",
"vue": "3.2.45"
}
}

0 comments on commit 433a398

Please sign in to comment.