Skip to content

Commit ce9b4c6

Browse files
committed
chore: upgrade deps
1 parent 87dd433 commit ce9b4c6

File tree

3 files changed

+562
-639
lines changed

3 files changed

+562
-639
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-jsx-monorepo",
33
"version": "1.3.0",
44
"private": true,
5-
"packageManager": "pnpm@10.5.2",
5+
"packageManager": "pnpm@10.6.1",
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.21.0",
23+
"@eslint/js": "^9.22.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.8",
29-
"@vitest/coverage-v8": "^3.0.7",
28+
"@types/node": "^22.13.10",
29+
"@vitest/coverage-v8": "^3.0.8",
3030
"@vue/babel-plugin-jsx": "workspace:*",
3131
"bumpp": "^10.0.3",
32-
"eslint": "^9.21.0",
33-
"eslint-config-prettier": "^10.0.2",
32+
"eslint": "^9.22.0",
33+
"eslint-config-prettier": "^10.1.1",
3434
"eslint-plugin-import-x": "^4.6.1",
3535
"jsdom": "^26.0.0",
3636
"prettier": "^3.5.3",
3737
"tslib": "^2.8.1",
3838
"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"
39+
"typescript": "~5.8.2",
40+
"typescript-eslint": "^8.26.0",
41+
"vite": "^6.2.1",
42+
"vitest": "^3.0.8"
4343
}
4444
}

packages/jsx-explorer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/babel__standalone": "^7.1.9",
2020
"@vitejs/plugin-vue-jsx": "^4.1.1",
2121
"terser": "^5.39.0",
22-
"unplugin-replace": "^0.5.0",
23-
"vite": "^6.2.0"
22+
"unplugin-replace": "^0.5.1",
23+
"vite": "^6.2.1"
2424
}
2525
}

0 commit comments

Comments
 (0)