Skip to content

Commit fced066

Browse files
committed
chore: update deps
1 parent 95157f4 commit fced066

File tree

5 files changed

+203
-222
lines changed

5 files changed

+203
-222
lines changed

examples/naive-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"build": "cross-env DEBUG=vite-plugin-components:* vite build"
88
},
99
"dependencies": {
10-
"naive-ui": "^2.14.0",
10+
"naive-ui": "^2.15.1",
1111
"vant": "^3.1.1",
12-
"vue": "^3.1.2"
12+
"vue": "^3.1.3"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "^1.2.4",
16-
"@vue/compiler-sfc": "^3.1.2",
16+
"@vue/compiler-sfc": "^3.1.3",
1717
"cross-env": "^7.0.3",
18-
"typescript": "^4.3.4",
18+
"typescript": "^4.3.5",
1919
"vite": "^2.3.8",
2020
"vite-plugin-components": "workspace:*",
2121
"vite-plugin-md": "^0.6.7",

examples/vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"vite-plugin-vue2": "^1.7.2"
1212
},
1313
"dependencies": {
14-
"vue": "2.6.12",
15-
"vue-template-compiler": "2.6.12"
14+
"vue": "3.1.3",
15+
"vue-template-compiler": "2.6.14"
1616
}
1717
}

examples/vue3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"dependencies": {
1010
"vant": "^3.1.1",
11-
"vue": "^3.1.2"
11+
"vue": "^3.1.3"
1212
},
1313
"devDependencies": {
14-
"@iconify/json": "^1.1.363",
14+
"@iconify/json": "^1.1.368",
1515
"@vitejs/plugin-vue": "^1.2.4",
16-
"@vue/compiler-sfc": "^3.1.2",
16+
"@vue/compiler-sfc": "^3.1.3",
1717
"cross-env": "^7.0.3",
18-
"typescript": "^4.3.4",
18+
"typescript": "^4.3.5",
1919
"vite": "^2.3.8",
2020
"vite-plugin-components": "workspace:*",
2121
"vite-plugin-icons": "^0.6.3",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@
4040
"devDependencies": {
4141
"@antfu/eslint-config": "^0.6.6",
4242
"@antfu/utils": "^0.2.4",
43-
"@types/debug": "^4.1.5",
43+
"@types/debug": "^4.1.6",
4444
"@types/jest": "^26.0.23",
4545
"@types/minimatch": "^3.0.4",
46-
"@types/node": "^15.12.5",
46+
"@types/node": "^15.14.0",
4747
"@typescript-eslint/eslint-plugin": "^4.28.1",
4848
"eslint": "^7.29.0",
4949
"jest": "^27.0.6",
50-
"rollup": "^2.52.3",
50+
"rollup": "^2.52.6",
5151
"standard-version": "^9.3.0",
5252
"ts-jest": "^27.0.3",
5353
"tsup": "^4.12.0",
54-
"typescript": "^4.3.4",
54+
"typescript": "^4.3.5",
5555
"vite": "^2.3.8"
5656
}
5757
}

0 commit comments

Comments
 (0)