Skip to content

Commit d797413

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 4f5b07a commit d797413

File tree

3 files changed

+243
-209
lines changed

3 files changed

+243
-209
lines changed

package.json

Lines changed: 10 additions & 10 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": "pnpm@8.6.12",
4+
"packageManager": "pnpm@8.7.0",
55
"description": "File based typed routing for Vue Router",
66
"keywords": [
77
"vue-router",
@@ -103,15 +103,15 @@
103103
]
104104
},
105105
"dependencies": {
106-
"@babel/types": "^7.22.10",
107-
"@rollup/pluginutils": "^5.0.3",
108-
"@vue-macros/common": "^1.7.0",
106+
"@babel/types": "^7.22.11",
107+
"@rollup/pluginutils": "^5.0.4",
108+
"@vue-macros/common": "^1.7.2",
109109
"ast-walker-scope": "^0.5.0",
110110
"chokidar": "^3.5.3",
111111
"fast-glob": "^3.3.1",
112112
"json5": "^2.2.3",
113113
"local-pkg": "^0.4.3",
114-
"mlly": "^1.4.0",
114+
"mlly": "^1.4.1",
115115
"pathe": "^1.1.1",
116116
"scule": "^1.0.0",
117117
"unplugin": "^1.4.0",
@@ -126,30 +126,30 @@
126126
}
127127
},
128128
"devDependencies": {
129-
"@vitest/coverage-v8": "^0.34.2",
129+
"@vitest/coverage-v8": "^0.34.3",
130130
"@volar/vue-language-core": "^1.6.5",
131131
"@vue/test-utils": "^2.4.1",
132132
"chalk": "^5.3.0",
133133
"conventional-changelog-cli": "^2.2.2",
134134
"enquirer": "^2.4.1",
135135
"esno": "^0.17.0",
136136
"execa": "^7.2.0",
137-
"happy-dom": "^10.10.4",
137+
"happy-dom": "^10.11.0",
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.1",
144-
"rollup": "^3.28.0",
144+
"rollup": "^3.28.1",
145145
"semver": "^7.5.4",
146146
"ts-expect": "^1.3.0",
147147
"tsup": "^7.2.0",
148-
"typescript": "^5.1.6",
148+
"typescript": "^5.2.2",
149149
"unplugin-auto-import": "^0.16.6",
150150
"vite": "^4.4.9",
151151
"vite-plugin-vue-markdown": "^0.23.8",
152-
"vitest": "^0.34.2",
152+
"vitest": "^0.34.3",
153153
"vue": "^3.3.4",
154154
"vue-router": "^4.2.4",
155155
"vue-router-mock": "^1.0.0",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "vite build"
66
},
77
"devDependencies": {
8-
"@vitejs/plugin-vue": "^4.3.1",
8+
"@vitejs/plugin-vue": "^4.3.3",
99
"@vue/compiler-sfc": "^3.3.4",
1010
"@vue/tsconfig": "^0.4.0",
1111
"unplugin-vue-router": "workspace:*",

0 commit comments

Comments
 (0)