Skip to content

Commit 8053e39

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/resolve-types
2 parents d78e4e4 + edf7cb1 commit 8053e39

File tree

5 files changed

+507
-483
lines changed

5 files changed

+507
-483
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
"@types/babel__core": "^7.20.5",
2424
"@types/babel__helper-module-imports": "^7.18.0",
2525
"@types/babel__helper-plugin-utils": "^7.10.1",
26-
"@types/node": "^20.11.0",
27-
"@typescript-eslint/eslint-plugin": "^6.18.1",
28-
"@vitest/coverage-v8": "^1.2.0",
26+
"@types/node": "^20.11.5",
27+
"@typescript-eslint/eslint-plugin": "^6.19.0",
28+
"@vitest/coverage-v8": "^1.2.1",
2929
"@vue/babel-plugin-jsx": "workspace:*",
30-
"bumpp": "^9.2.1",
30+
"bumpp": "^9.3.0",
3131
"eslint": "^8.56.0",
3232
"eslint-config-prettier": "^9.1.0",
3333
"eslint-plugin-import": "^2.29.1",
3434
"jsdom": "^23.2.0",
35-
"prettier": "^3.2.0",
35+
"prettier": "^3.2.4",
3636
"tsup": "^8.0.1",
3737
"typescript": "^5.3.3",
3838
"vite": "^5.0.12",
39-
"vitest": "^1.2.0"
39+
"vitest": "^1.2.1"
4040
}
4141
}

packages/babel-plugin-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"@types/babel__template": "^7.4.4",
4242
"@types/babel__traverse": "^7.20.5",
4343
"@types/svg-tags": "^1.0.2",
44-
"@vue/runtime-dom": "^3.4.11",
44+
"@vue/runtime-dom": "^3.4.15",
4545
"@vue/test-utils": "^2.4.3",
4646
"regenerator-runtime": "^0.14.1",
47-
"vue": "^3.4.11"
47+
"vue": "^3.4.15"
4848
},
4949
"peerDependencies": {
5050
"@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)