Skip to content

Commit 6e4fd89

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 01e212d commit 6e4fd89

File tree

3 files changed

+319
-265
lines changed

3 files changed

+319
-265
lines changed

package.json

Lines changed: 9 additions & 9 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].5",
4+
"packageManager": "[email protected].7",
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.4.0",
108+
"@vue-macros/common": "^1.5.0",
109109
"ast-walker-scope": "^0.4.2",
110110
"chokidar": "^3.5.3",
111111
"fast-glob": "^3.3.0",
@@ -114,7 +114,7 @@
114114
"mlly": "^1.4.0",
115115
"pathe": "^1.1.1",
116116
"scule": "^1.0.0",
117-
"unplugin": "^1.3.1",
117+
"unplugin": "^1.3.2",
118118
"yaml": "^2.3.1"
119119
},
120120
"peerDependencies": {
@@ -139,17 +139,17 @@
139139
"p-series": "^3.0.0",
140140
"prettier": "^2.8.8",
141141
"rimraf": "^5.0.1",
142-
"rollup": "^3.26.0",
143-
"semver": "^7.5.3",
142+
"rollup": "^3.26.2",
143+
"semver": "^7.5.4",
144144
"ts-expect": "^1.3.0",
145145
"tsup": "^7.1.0",
146146
"typescript": "^5.1.6",
147-
"unplugin-auto-import": "^0.16.4",
148-
"vite": "^4.3.9",
147+
"unplugin-auto-import": "^0.16.6",
148+
"vite": "^4.4.2",
149149
"vite-plugin-vue-markdown": "^0.23.5",
150-
"vitest": "^0.32.2",
150+
"vitest": "^0.33.0",
151151
"vue": "^3.3.4",
152-
"vue-router": "^4.2.2",
152+
"vue-router": "^4.2.4",
153153
"webpack": "^5.88.1",
154154
"yorkie": "^2.0.0"
155155
}

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.3.9",
12+
"vite": "^4.4.2",
1313
"vite-plugin-inspect": "^0.7.32",
1414
"vue": "^3.3.4"
1515
}

0 commit comments

Comments
 (0)