Skip to content

Commit 7647ad3

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

File tree

3 files changed

+155
-172
lines changed

3 files changed

+155
-172
lines changed

package.json

Lines changed: 7 additions & 7 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].4",
4+
"packageManager": "[email protected].5",
55
"description": "File based typed routing for Vue Router",
66
"keywords": [
77
"vue-router",
@@ -108,7 +108,7 @@
108108
"@vue-macros/common": "^1.4.0",
109109
"ast-walker-scope": "^0.4.2",
110110
"chokidar": "^3.5.3",
111-
"fast-glob": "^3.2.12",
111+
"fast-glob": "^3.3.0",
112112
"json5": "^2.2.3",
113113
"local-pkg": "^0.4.3",
114114
"mlly": "^1.4.0",
@@ -128,29 +128,29 @@
128128
"devDependencies": {
129129
"@volar/vue-language-core": "^1.6.5",
130130
"c8": "^7.14.0",
131-
"chalk": "^5.2.0",
131+
"chalk": "^5.3.0",
132132
"conventional-changelog-cli": "^2.2.2",
133133
"enquirer": "^2.3.6",
134134
"esno": "^0.16.3",
135135
"execa": "^7.1.1",
136-
"lint-staged": "^13.2.2",
136+
"lint-staged": "^13.2.3",
137137
"minimist": "^1.2.8",
138138
"nodemon": "^2.0.22",
139139
"p-series": "^3.0.0",
140140
"prettier": "^2.8.8",
141141
"rimraf": "^5.0.1",
142-
"rollup": "^3.25.2",
142+
"rollup": "^3.26.0",
143143
"semver": "^7.5.3",
144144
"ts-expect": "^1.3.0",
145145
"tsup": "^6.7.0",
146-
"typescript": "^5.1.3",
146+
"typescript": "^5.1.6",
147147
"unplugin-auto-import": "^0.16.4",
148148
"vite": "^4.3.9",
149149
"vite-plugin-vue-markdown": "^0.23.5",
150150
"vitest": "^0.32.2",
151151
"vue": "^3.3.4",
152152
"vue-router": "^4.2.2",
153-
"webpack": "^5.88.0",
153+
"webpack": "^5.88.1",
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.29",
13+
"vite-plugin-inspect": "^0.7.32",
1414
"vue": "^3.3.4"
1515
}
1616
}

0 commit comments

Comments
 (0)