Skip to content

Commit e5c6380

Browse files
committed
chore(deps): update all non-major dependencies
1 parent be9f5d7 commit e5c6380

File tree

3 files changed

+486
-462
lines changed

3 files changed

+486
-462
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-router",
33
"version": "0.7.0",
4-
"packageManager": "pnpm@8.9.2",
4+
"packageManager": "pnpm@8.10.0",
55
"description": "File based typed routing for Vue Router",
66
"keywords": [
77
"vue-router",
@@ -134,23 +134,23 @@
134134
"enquirer": "^2.4.1",
135135
"esno": "^0.17.0",
136136
"execa": "^7.2.0",
137-
"happy-dom": "^12.9.1",
137+
"happy-dom": "^12.10.3",
138138
"lint-staged": "^13.3.0",
139139
"minimist": "^1.2.8",
140140
"nodemon": "^2.0.22",
141141
"p-series": "^3.0.0",
142142
"prettier": "^2.8.8",
143143
"rimraf": "^5.0.5",
144-
"rollup": "^4.1.4",
144+
"rollup": "^4.1.5",
145145
"semver": "^7.5.4",
146146
"ts-expect": "^1.3.0",
147147
"tsup": "^7.2.0",
148148
"typescript": "^5.2.2",
149-
"unplugin-auto-import": "^0.16.6",
149+
"unplugin-auto-import": "^0.16.7",
150150
"vite": "^4.5.0",
151151
"vite-plugin-vue-markdown": "^0.23.8",
152152
"vitest": "^0.34.6",
153-
"vue": "^3.3.6",
153+
"vue": "^3.3.7",
154154
"vue-router": "^4.2.5",
155155
"vue-router-mock": "^1.0.0",
156156
"webpack": "^5.89.0",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
},
77
"devDependencies": {
88
"@vitejs/plugin-vue": "^4.4.0",
9-
"@vue/compiler-sfc": "^3.3.6",
9+
"@vue/compiler-sfc": "^3.3.7",
1010
"@vue/tsconfig": "^0.4.0",
1111
"unplugin-vue-router": "workspace:*",
1212
"vite": "^4.5.0",
13-
"vite-plugin-inspect": "^0.7.40",
14-
"vue": "^3.3.6"
13+
"vite-plugin-inspect": "^0.7.41",
14+
"vue": "^3.3.7"
1515
}
1616
}

0 commit comments

Comments
 (0)