Skip to content

Commit 5a458d0

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 53ccfa5 commit 5a458d0

File tree

3 files changed

+142
-141
lines changed

3 files changed

+142
-141
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-router",
33
"version": "0.6.4",
4-
"packageManager": "[email protected].10",
4+
"packageManager": "[email protected].11",
55
"description": "File based typed routing for Vue Router",
66
"keywords": [
77
"vue-router",
@@ -105,7 +105,7 @@
105105
"dependencies": {
106106
"@babel/types": "^7.22.5",
107107
"@rollup/pluginutils": "^5.0.2",
108-
"@vue-macros/common": "^1.5.0",
108+
"@vue-macros/common": "^1.6.0",
109109
"ast-walker-scope": "^0.4.2",
110110
"chokidar": "^3.5.3",
111111
"fast-glob": "^3.3.1",
@@ -131,23 +131,23 @@
131131
"@vue/test-utils": "^2.4.1",
132132
"chalk": "^5.3.0",
133133
"conventional-changelog-cli": "^2.2.2",
134-
"enquirer": "^2.3.6",
134+
"enquirer": "^2.4.1",
135135
"esno": "^0.17.0",
136-
"execa": "^7.1.1",
136+
"execa": "^7.2.0",
137137
"happy-dom": "^10.5.2",
138138
"lint-staged": "^13.2.3",
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.1",
144-
"rollup": "^3.26.3",
144+
"rollup": "^3.27.0",
145145
"semver": "^7.5.4",
146146
"ts-expect": "^1.3.0",
147147
"tsup": "^7.1.0",
148148
"typescript": "^5.1.6",
149149
"unplugin-auto-import": "^0.16.6",
150-
"vite": "^4.4.6",
150+
"vite": "^4.4.7",
151151
"vite-plugin-vue-markdown": "^0.23.7",
152152
"vitest": "^0.33.0",
153153
"vue": "^3.3.4",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@vue/compiler-sfc": "^3.3.4",
1010
"@vue/tsconfig": "^0.4.0",
1111
"unplugin-vue-router": "workspace:*",
12-
"vite": "^4.4.6",
12+
"vite": "^4.4.7",
1313
"vite-plugin-inspect": "^0.7.33",
1414
"vue": "^3.3.4"
1515
}

0 commit comments

Comments
 (0)