Skip to content

Commit 829f2e0

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 03dc789 commit 829f2e0

File tree

3 files changed

+163
-146
lines changed

3 files changed

+163
-146
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.6.4",
4-
"packageManager": "[email protected].2",
4+
"packageManager": "[email protected].4",
55
"description": "File based typed routing for Vue Router",
66
"keywords": [
77
"vue-router",
@@ -111,7 +111,7 @@
111111
"fast-glob": "^3.2.12",
112112
"json5": "^2.2.3",
113113
"local-pkg": "^0.4.3",
114-
"mlly": "^1.3.0",
114+
"mlly": "^1.4.0",
115115
"pathe": "^1.1.1",
116116
"scule": "^1.0.0",
117117
"unplugin": "^1.3.1",
@@ -139,8 +139,8 @@
139139
"p-series": "^3.0.0",
140140
"prettier": "^2.8.8",
141141
"rimraf": "^5.0.1",
142-
"rollup": "^3.25.1",
143-
"semver": "^7.5.2",
142+
"rollup": "^3.25.2",
143+
"semver": "^7.5.3",
144144
"ts-expect": "^1.3.0",
145145
"tsup": "^6.7.0",
146146
"typescript": "^5.1.3",
@@ -150,7 +150,7 @@
150150
"vitest": "^0.32.2",
151151
"vue": "^3.3.4",
152152
"vue-router": "^4.2.2",
153-
"webpack": "^5.87.0",
153+
"webpack": "^5.88.0",
154154
"yorkie": "^2.0.0"
155155
}
156156
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@vue/tsconfig": "^0.4.0",
1111
"unplugin-vue-router": "workspace:*",
1212
"vite": "^4.3.9",
13-
"vite-plugin-inspect": "^0.7.28",
13+
"vite-plugin-inspect": "^0.7.29",
1414
"vue": "^3.3.4"
1515
}
1616
}

0 commit comments

Comments
 (0)