Skip to content

Commit fdc88d9

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update all non-major dependencies (#688)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent afc85d0 commit fdc88d9

File tree

5 files changed

+192
-226
lines changed

5 files changed

+192
-226
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
"devDependencies": {
2020
"@rollup/plugin-babel": "^6.0.4",
2121
"@types/babel__core": "^7.20.5",
22-
"@types/node": "^20.11.0",
23-
"@typescript-eslint/eslint-plugin": "^6.18.1",
24-
"@vitest/coverage-v8": "^1.2.0",
25-
"bumpp": "^9.2.1",
22+
"@types/node": "^20.11.5",
23+
"@typescript-eslint/eslint-plugin": "^6.19.0",
24+
"@vitest/coverage-v8": "^1.2.1",
25+
"bumpp": "^9.3.0",
2626
"eslint": "^8.56.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"eslint-plugin-import": "^2.29.1",
2929
"jsdom": "^23.2.0",
30-
"prettier": "^3.2.0",
30+
"prettier": "^3.2.4",
3131
"tsup": "^8.0.1",
3232
"typescript": "^5.3.3",
3333
"vite": "^5.0.12",
34-
"vitest": "^1.2.0"
34+
"vitest": "^1.2.1"
3535
},
3636
"version": "1.1.6"
3737
}

packages/babel-plugin-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"@types/babel__template": "^7.4.4",
4040
"@types/babel__traverse": "^7.20.5",
4141
"@types/svg-tags": "^1.0.2",
42-
"@vue/runtime-dom": "^3.4.11",
42+
"@vue/runtime-dom": "^3.4.15",
4343
"@vue/test-utils": "^2.4.3",
4444
"regenerator-runtime": "^0.14.1",
45-
"vue": "^3.4.11"
45+
"vue": "^3.4.15"
4646
},
4747
"peerDependencies": {
4848
"@babel/core": "^7.0.0-0"

packages/jsx-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@babel/core": "^7.23.7",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"monaco-editor": "^0.45.0",
15-
"vue": "^3.4.11"
15+
"vue": "^3.4.15"
1616
},
1717
"devDependencies": {
1818
"vite-plugin-node-polyfills": "^0.19.0"

0 commit comments

Comments
 (0)