Skip to content

Commit e1ad653

Browse files
committed
chore: update deps
1 parent 40485e3 commit e1ad653

File tree

5 files changed

+165
-233
lines changed

5 files changed

+165
-233
lines changed

examples/vite-vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"cross-env": "^7.0.3",
1313
"unplugin-vue-components": "workspace:*",
14-
"vite": "^2.4.4",
14+
"vite": "^2.5.3",
1515
"vite-plugin-vue2": "^1.8.1"
1616
}
1717
}

examples/vite-vue3/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"build": "cross-env DEBUG=unplugin-vue-components:* vite build"
88
},
99
"dependencies": {
10-
"vant": "^3.2.0"
10+
"vant": "^3.2.1"
1111
},
1212
"devDependencies": {
13-
"@iconify/json": "^1.1.387",
14-
"@vitejs/plugin-vue": "^1.4.0",
15-
"@vue/compiler-sfc": "^3.2.2",
13+
"@iconify/json": "^1.1.396",
14+
"@vitejs/plugin-vue": "^1.6.0",
15+
"@vue/compiler-sfc": "^3.2.6",
1616
"cross-env": "^7.0.3",
1717
"has-pkg": "^0.0.1",
18-
"typescript": "^4.3.5",
19-
"unplugin-icons": "^0.7.1",
18+
"typescript": "^4.4.2",
19+
"unplugin-icons": "^0.7.4",
2020
"unplugin-vue-components": "workspace:*",
21-
"vite": "^2.4.4",
22-
"vite-plugin-inspect": "^0.0.2",
23-
"vite-plugin-md": "^0.10.0",
21+
"vite": "^2.5.3",
22+
"vite-plugin-inspect": "^0.2.2",
23+
"vite-plugin-md": "^0.11.0",
2424
"vite-plugin-vue-svg": "^0.1.0"
2525
}
2626
}

examples/vue-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"lint": "vue-cli-service lint"
88
},
99
"dependencies": {
10-
"@vue/composition-api": "^1.1.3",
11-
"core-js": "^3.16.3",
10+
"@vue/composition-api": "^1.1.4",
11+
"core-js": "^3.16.4",
1212
"vue": "^2.6.14"
1313
},
1414
"devDependencies": {
1515
"@vue/cli-plugin-babel": "^4.5.13",
1616
"@vue/cli-plugin-typescript": "^4.5.13",
1717
"@vue/cli-service": "^4.5.13",
18-
"typescript": "^4.3.5",
19-
"unplugin-icons": "^0.7.1",
18+
"typescript": "^4.4.2",
19+
"unplugin-icons": "^0.7.4",
2020
"unplugin-vue-components": "workspace:*",
21-
"unplugin-vue2-script-setup": "^0.5.4"
21+
"unplugin-vue2-script-setup": "^0.5.5"
2222
}
2323
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"has-pkg": "^0.0.1",
6767
"magic-string": "^0.25.7",
6868
"minimatch": "^3.0.4",
69-
"unplugin": "^0.2.4"
69+
"unplugin": "^0.2.7"
7070
},
7171
"peerDependencies": {
7272
"vue": "2 || 3"
@@ -77,8 +77,8 @@
7777
"@types/debug": "^4.1.7",
7878
"@types/jest": "^27.0.1",
7979
"@types/minimatch": "^3.0.5",
80-
"@types/node": "^16.7.6",
81-
"@typescript-eslint/eslint-plugin": "^4.29.3",
80+
"@types/node": "^16.7.10",
81+
"@typescript-eslint/eslint-plugin": "^4.30.0",
8282
"compare-versions": "^3.6.0",
8383
"eslint": "^7.32.0",
8484
"esno": "^0.9.1",
@@ -87,6 +87,6 @@
8787
"ts-jest": "^27.0.5",
8888
"tsup": "^4.14.0",
8989
"typescript": "^4.4.2",
90-
"vite": "^2.5.1"
90+
"vite": "^2.5.3"
9191
}
9292
}

0 commit comments

Comments
 (0)