Skip to content

Commit c98c5f9

Browse files
chore(deps): update all non-major dependencies (vuejs#743)
* chore(deps): update all non-major dependencies * chore: dedupe * chore: set typescript version to ~5.7. Will update to 5.8 later Until the next release of `typescript-eslint` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Haoqun Jiang <[email protected]>
1 parent 7277fe4 commit c98c5f9

File tree

3 files changed

+441
-441
lines changed

3 files changed

+441
-441
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-jsx-monorepo",
33
"version": "1.2.5",
44
"private": true,
5-
"packageManager": "pnpm@10.4.1",
5+
"packageManager": "pnpm@10.5.2",
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
@@ -20,25 +20,25 @@
2020
],
2121
"devDependencies": {
2222
"@babel/plugin-syntax-typescript": "^7.25.9",
23-
"@eslint/js": "^9.20.0",
23+
"@eslint/js": "^9.21.0",
2424
"@rollup/plugin-babel": "^6.0.4",
2525
"@types/babel__core": "^7.20.5",
2626
"@types/babel__helper-module-imports": "^7.18.3",
2727
"@types/babel__helper-plugin-utils": "^7.10.3",
28-
"@types/node": "^22.13.4",
29-
"@vitest/coverage-v8": "^3.0.6",
28+
"@types/node": "^22.13.8",
29+
"@vitest/coverage-v8": "^3.0.7",
3030
"@vue/babel-plugin-jsx": "workspace:*",
3131
"bumpp": "^10.0.3",
32-
"eslint": "^9.20.1",
33-
"eslint-config-prettier": "^10.0.1",
32+
"eslint": "^9.21.0",
33+
"eslint-config-prettier": "^10.0.2",
3434
"eslint-plugin-import-x": "^4.6.1",
3535
"jsdom": "^26.0.0",
36-
"prettier": "^3.5.1",
36+
"prettier": "^3.5.3",
3737
"tslib": "^2.8.1",
38-
"tsup": "^8.3.6",
39-
"typescript": "^5.7.3",
40-
"typescript-eslint": "^8.24.1",
41-
"vite": "^6.1.0",
42-
"vitest": "^3.0.6"
38+
"tsup": "^8.4.0",
39+
"typescript": "~5.7.3",
40+
"typescript-eslint": "^8.25.0",
41+
"vite": "^6.2.0",
42+
"vitest": "^3.0.7"
4343
}
4444
}

packages/jsx-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@vitejs/plugin-vue-jsx": "^4.1.1",
2121
"terser": "^5.39.0",
2222
"unplugin-replace": "^0.5.0",
23-
"vite": "^6.1.0"
23+
"vite": "^6.2.0"
2424
}
2525
}

0 commit comments

Comments
 (0)