Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 482c88a

Browse files
committed
chore: update deps
1 parent a1829d6 commit 482c88a

File tree

6 files changed

+126
-112
lines changed

6 files changed

+126
-112
lines changed

.tazerc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"exclude": [
3+
"vue"
4+
]
5+
}

examples/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"generate": "nuxt generate"
99
},
1010
"dependencies": {
11-
"core-js": "^3.15.1",
12-
"nuxt": "^2.15.7"
11+
"core-js": "^3.16.3",
12+
"nuxt": "^2.15.8"
1313
},
1414
"devDependencies": {
1515
"@nuxt/types": "^2.15.8",

examples/vue-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"lint": "vue-cli-service lint"
88
},
99
"dependencies": {
10-
"core-js": "^3.6.5",
10+
"core-js": "^3.16.3",
1111
"vue": "^2.6.11"
1212
},
1313
"devDependencies": {
14-
"@vue/cli-plugin-babel": "~4.5.0",
15-
"@vue/cli-plugin-typescript": "~4.5.0",
16-
"@vue/cli-service": "~4.5.0",
17-
"typescript": "~4.1.5",
18-
"vue-template-compiler": "^2.6.11",
19-
"vue-tsc": "^0.3.0",
20-
"unplugin-vue2-script-setup": "workspace:*"
14+
"@vue/cli-plugin-babel": "~4.5.13",
15+
"@vue/cli-plugin-typescript": "~4.5.13",
16+
"@vue/cli-service": "~4.5.13",
17+
"typescript": "~4.3.5",
18+
"unplugin-vue2-script-setup": "workspace:*",
19+
"vue-template-compiler": "^2.6.14",
20+
"vue-tsc": "^0.3.0"
2121
}
2222
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"devDependencies": {
6767
"@antfu/eslint-config": "^0.7.0",
6868
"@antfu/ni": "^0.7.0",
69-
"@antfu/utils": "^0.2.4",
69+
"@antfu/utils": "^0.3.0",
7070
"@rollup/pluginutils": "^4.1.1",
7171
"@types/jest": "^27.0.1",
72-
"@types/node": "^16.7.1",
72+
"@types/node": "^16.7.2",
7373
"@vue/composition-api": "^1.1.3",
7474
"@vue/runtime-dom": "^3.2.6",
7575
"bumpp": "^6.0.6",
@@ -83,7 +83,7 @@
8383
"ts-jest": "^27.0.5",
8484
"tsup": "^4.14.0",
8585
"typescript": "^4.3.5",
86-
"vite": "^2.5.0"
86+
"vite": "^2.5.1"
8787
},
8888
"dependencies": {
8989
"@babel/core": "^7.15.0",
@@ -92,9 +92,9 @@
9292
"@babel/traverse": "^7.15.0",
9393
"@babel/types": "^7.15.0",
9494
"@vue/ref-transform": "^3.2.6",
95-
"@vue/shared": "^3.2.4",
96-
"htmlparser2": "^6.1.0",
95+
"@vue/shared": "^3.2.6",
96+
"htmlparser2": "^7.0.0",
9797
"magic-string": "^0.25.7",
98-
"unplugin": "^0.0.8"
98+
"unplugin": "^0.2.0"
9999
}
100100
}

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"dev": "vite --open"
55
},
66
"dependencies": {
7-
"@vue/composition-api": "^1.1.1",
7+
"@vue/composition-api": "^1.1.3",
88
"vue": "^2.6.14"
99
},
1010
"devDependencies": {
11-
"vite": "^2.5.0",
11+
"vite": "^2.5.1",
1212
"vite-plugin-inspect": "^0.2.2",
1313
"vite-plugin-vue2": "^1.8.1",
1414
"vue-template-compiler": "^2.6.14"

0 commit comments

Comments
 (0)