Skip to content

Commit 5e33e0b

Browse files
committed
chore: upgrade deps
1 parent 4050dd6 commit 5e33e0b

File tree

5 files changed

+644
-701
lines changed

5 files changed

+644
-701
lines changed

.github/renovate.json5

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
},
1616
],
1717
ignoreDeps: [
18-
'typescript',
19-
2018
// Pure ESM
2119
'camelcase',
2220
],

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "vue-jsx-monorepo",
23
"private": true,
34
"packageManager": "[email protected]",
45
"scripts": {
@@ -17,8 +18,8 @@
1718
"devDependencies": {
1819
"@rollup/plugin-babel": "^6.0.3",
1920
"@types/babel__core": "^7.20.2",
20-
"@types/node": "^20.6.5",
21-
"@typescript-eslint/eslint-plugin": "^6.7.2",
21+
"@types/node": "^20.7.0",
22+
"@typescript-eslint/eslint-plugin": "^6.7.3",
2223
"@vitest/coverage-v8": "^0.34.5",
2324
"bumpp": "^9.2.0",
2425
"eslint": "^8.50.0",

packages/babel-plugin-jsx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"@babel/helper-module-imports": "^7.22.15",
2727
"@babel/plugin-syntax-jsx": "^7.22.5",
2828
"@babel/template": "^7.22.15",
29-
"@babel/traverse": "^7.22.20",
30-
"@babel/types": "^7.22.19",
29+
"@babel/traverse": "^7.23.0",
30+
"@babel/types": "^7.23.0",
3131
"@vue/babel-helper-vue-transform-on": "workspace:^",
3232
"camelcase": "^6.3.0",
3333
"html-tags": "^3.3.1",
3434
"svg-tags": "^1.0.0"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "^7.22.20",
37+
"@babel/core": "^7.23.0",
3838
"@babel/preset-env": "^7.22.20",
3939
"@types/babel__template": "^7.4.2",
4040
"@types/babel__traverse": "^7.20.2",

packages/jsx-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@babel/core": "^7.22.20",
11+
"@babel/core": "^7.23.0",
1212
"@vue/babel-plugin-jsx": "workspace:*",
1313
"monaco-editor": "^0.43.0",
1414
"vue": "^3.3.4"

0 commit comments

Comments
 (0)