Skip to content

Commit d35dde4

Browse files
chore(deps): update all non-major dependencies (#740)
* chore(deps): update all non-major dependencies * style: format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Haoqun Jiang <[email protected]>
1 parent b5c1fba commit d35dde4

File tree

6 files changed

+499
-510
lines changed

6 files changed

+499
-510
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
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.1",
28+
"@types/node": "^22.13.4",
2929
"@vitest/coverage-v8": "^2.1.9",
3030
"@vue/babel-plugin-jsx": "workspace:*",
31-
"bumpp": "^10.0.2",
32-
"eslint": "^9.20.0",
31+
"bumpp": "^10.0.3",
32+
"eslint": "^9.20.1",
3333
"eslint-config-prettier": "^10.0.1",
3434
"eslint-plugin-import-x": "^4.6.1",
3535
"jsdom": "^26.0.0",
36-
"prettier": "^3.4.2",
36+
"prettier": "^3.5.1",
3737
"tslib": "^2.8.1",
3838
"tsup": "^8.3.6",
3939
"typescript": "^5.7.3",
40-
"typescript-eslint": "^8.23.0",
41-
"vite": "^6.0.9",
40+
"typescript-eslint": "^8.24.1",
41+
"vite": "^6.1.0",
4242
"vitest": "^2.1.9"
4343
}
4444
}

packages/babel-plugin-jsx/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
"@babel/helper-module-imports": "^7.25.9",
2727
"@babel/helper-plugin-utils": "^7.26.5",
2828
"@babel/plugin-syntax-jsx": "^7.25.9",
29-
"@babel/template": "^7.26.8",
30-
"@babel/traverse": "^7.26.8",
31-
"@babel/types": "^7.26.8",
29+
"@babel/template": "^7.26.9",
30+
"@babel/traverse": "^7.26.9",
31+
"@babel/types": "^7.26.9",
3232
"@vue/babel-helper-vue-transform-on": "workspace:*",
3333
"@vue/babel-plugin-resolve-type": "workspace:*",
3434
"html-tags": "^3.3.1",
3535
"svg-tags": "^1.0.0"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.26.8",
39-
"@babel/preset-env": "^7.26.8",
38+
"@babel/core": "^7.26.9",
39+
"@babel/preset-env": "^7.26.9",
4040
"@types/babel__template": "^7.4.4",
4141
"@types/babel__traverse": "^7.20.6",
4242
"@types/svg-tags": "^1.0.2",

packages/babel-plugin-resolve-type/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"@babel/code-frame": "^7.26.2",
4747
"@babel/helper-module-imports": "^7.25.9",
4848
"@babel/helper-plugin-utils": "^7.26.5",
49-
"@babel/parser": "^7.26.8",
49+
"@babel/parser": "^7.26.9",
5050
"@vue/compiler-sfc": "^3.5.13"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.26.8",
53+
"@babel/core": "^7.26.9",
5454
"@types/babel__code-frame": "^7.0.6",
5555
"vue": "catalog:"
5656
}

packages/jsx-explorer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/standalone": "^7.26.8",
12+
"@babel/standalone": "^7.26.9",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"assert": "^2.1.0",
1515
"monaco-editor": "^0.52.2",
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"@types/babel__standalone": "^7.1.9",
2020
"@vitejs/plugin-vue-jsx": "^4.1.1",
21-
"terser": "^5.38.1",
21+
"terser": "^5.39.0",
2222
"unplugin-replace": "^0.5.0",
23-
"vite": "^6.0.9"
23+
"vite": "^6.1.0"
2424
}
2525
}

packages/jsx-explorer/src/index.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
body {
22
margin: 0;
3-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
4-
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
3+
font-family:
4+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
5+
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
56
}
67

78
#header {

0 commit comments

Comments
 (0)