Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 1, 2021
1 parent 40485e3 commit e1ad653
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 233 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,7 +11,7 @@
"devDependencies": {
"cross-env": "^7.0.3",
"unplugin-vue-components": "workspace:*",
"vite": "^2.4.4",
"vite": "^2.5.3",
"vite-plugin-vue2": "^1.8.1"
}
}
18 changes: 9 additions & 9 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.2.0"
"vant": "^3.2.1"
},
"devDependencies": {
"@iconify/json": "^1.1.387",
"@vitejs/plugin-vue": "^1.4.0",
"@vue/compiler-sfc": "^3.2.2",
"@iconify/json": "^1.1.396",
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"cross-env": "^7.0.3",
"has-pkg": "^0.0.1",
"typescript": "^4.3.5",
"unplugin-icons": "^0.7.1",
"typescript": "^4.4.2",
"unplugin-icons": "^0.7.4",
"unplugin-vue-components": "workspace:*",
"vite": "^2.4.4",
"vite-plugin-inspect": "^0.0.2",
"vite-plugin-md": "^0.10.0",
"vite": "^2.5.3",
"vite-plugin-inspect": "^0.2.2",
"vite-plugin-md": "^0.11.0",
"vite-plugin-vue-svg": "^0.1.0"
}
}
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.1.3",
"core-js": "^3.16.3",
"@vue/composition-api": "^1.1.4",
"core-js": "^3.16.4",
"vue": "^2.6.14"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"typescript": "^4.3.5",
"unplugin-icons": "^0.7.1",
"typescript": "^4.4.2",
"unplugin-icons": "^0.7.4",
"unplugin-vue-components": "workspace:*",
"unplugin-vue2-script-setup": "^0.5.4"
"unplugin-vue2-script-setup": "^0.5.5"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"has-pkg": "^0.0.1",
"magic-string": "^0.25.7",
"minimatch": "^3.0.4",
"unplugin": "^0.2.4"
"unplugin": "^0.2.7"
},
"peerDependencies": {
"vue": "2 || 3"
Expand All @@ -77,8 +77,8 @@
"@types/debug": "^4.1.7",
"@types/jest": "^27.0.1",
"@types/minimatch": "^3.0.5",
"@types/node": "^16.7.6",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"compare-versions": "^3.6.0",
"eslint": "^7.32.0",
"esno": "^0.9.1",
Expand All @@ -87,6 +87,6 @@
"ts-jest": "^27.0.5",
"tsup": "^4.14.0",
"typescript": "^4.4.2",
"vite": "^2.5.1"
"vite": "^2.5.3"
}
}
Loading

0 comments on commit e1ad653

Please sign in to comment.