Skip to content

Commit 086494b

Browse files
committed
chore: up deps
1 parent 3d3caa3 commit 086494b

File tree

8 files changed

+1327
-2127
lines changed

8 files changed

+1327
-2127
lines changed

examples/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"preview": "nuxt preview"
88
},
99
"devDependencies": {
10-
"nuxt": "^3.2.3",
10+
"nuxt": "^3.5.0",
1111
"unplugin-vue-router": "workspace:*"
1212
}
1313
}

examples/webpack/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"build": "vue-cli-service build"
77
},
88
"dependencies": {
9-
"vue": "^3.2.47",
10-
"vue-router": "^4.1.6"
9+
"vue": "^3.3.4",
10+
"vue-router": "^4.2.0"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "^7.21.4",
13+
"@babel/core": "^7.21.8",
1414
"@vue/cli-plugin-router": "~5.0.0",
1515
"@vue/cli-plugin-typescript": "~5.0.0",
1616
"@vue/cli-service": "~5.0.0",
17-
"@vue/tsconfig": "^0.1.3",
17+
"@vue/tsconfig": "^0.4.0",
1818
"typescript": "^5.0.4",
19-
"unplugin-auto-import": "^0.15.2",
19+
"unplugin-auto-import": "^0.16.0",
2020
"unplugin-vue-router": "workspace:*"
2121
},
2222
"browserslist": [

examples/webpack/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@vue/tsconfig/tsconfig.web.json",
2+
"extends": "@vue/tsconfig/tsconfig.dom.json",
33
"include": [
44
"shims-vue.d.ts",
55
"src/**/*",

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -138,19 +138,19 @@
138138
"nodemon": "^2.0.22",
139139
"p-series": "^3.0.0",
140140
"prettier": "^2.8.8",
141-
"rimraf": "^5.0.0",
142-
"rollup": "^3.21.7",
141+
"rimraf": "^5.0.1",
142+
"rollup": "^3.22.0",
143143
"semver": "^7.5.1",
144144
"ts-expect": "^1.3.0",
145145
"tsup": "^6.7.0",
146146
"typescript": "^5.0.4",
147-
"unplugin-auto-import": "^0.15.3",
148-
"vite": "^4.3.5",
149-
"vite-plugin-vue-markdown": "^0.23.4",
150-
"vitest": "^0.31.0",
151-
"vue": "^3.3.2",
147+
"unplugin-auto-import": "^0.16.0",
148+
"vite": "^4.3.7",
149+
"vite-plugin-vue-markdown": "^0.23.5",
150+
"vitest": "^0.31.1",
151+
"vue": "^3.3.4",
152152
"vue-router": "^4.2.0",
153-
"webpack": "^5.82.1",
153+
"webpack": "^5.83.1",
154154
"yorkie": "^2.0.0"
155155
}
156156
}

playground/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
},
77
"devDependencies": {
88
"@vitejs/plugin-vue": "^4.2.3",
9-
"@vue/compiler-sfc": "^3.3.2",
9+
"@vue/compiler-sfc": "^3.3.4",
1010
"@vue/tsconfig": "^0.4.0",
1111
"unplugin-vue-router": "workspace:*",
12-
"vite": "^4.3.5",
12+
"vite": "^4.3.7",
1313
"vite-plugin-inspect": "^0.7.26",
14-
"vue": "^3.3.2"
14+
"vue": "^3.3.4"
1515
}
1616
}

playground/tsconfig.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@vue/tsconfig/tsconfig.node.json",
2+
"extends": "@vue/tsconfig/tsconfig.json",
33
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
44
"compilerOptions": {
55
"composite": true,

playground/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@vue/tsconfig/tsconfig.web.json",
2+
"extends": "@vue/tsconfig/tsconfig.dom.json",
33
"include": [
44
"./env.d.ts",
55
"./src/**/*.ts",

0 commit comments

Comments
 (0)