Skip to content

Commit 98ee316

Browse files
chore(deps): update all non-major dependencies
1 parent a700840 commit 98ee316

File tree

4 files changed

+772
-684
lines changed

4 files changed

+772
-684
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-jsx-monorepo",
33
"private": true,
4-
"packageManager": "pnpm@8.10.0",
4+
"packageManager": "pnpm@8.14.0",
55
"scripts": {
66
"build": "pnpm run -r build",
77
"test": "vitest",
@@ -17,18 +17,18 @@
1717
],
1818
"devDependencies": {
1919
"@rollup/plugin-babel": "^6.0.4",
20-
"@types/babel__core": "^7.20.3",
21-
"@types/node": "^20.8.9",
22-
"@typescript-eslint/eslint-plugin": "^6.9.0",
20+
"@types/babel__core": "^7.20.5",
21+
"@types/node": "^20.10.7",
22+
"@typescript-eslint/eslint-plugin": "^6.18.1",
2323
"@vitest/coverage-v8": "^0.34.6",
24-
"bumpp": "^9.2.0",
25-
"eslint": "^8.52.0",
26-
"eslint-config-prettier": "^9.0.0",
27-
"eslint-plugin-import": "^2.29.0",
24+
"bumpp": "^9.2.1",
25+
"eslint": "^8.56.0",
26+
"eslint-config-prettier": "^9.1.0",
27+
"eslint-plugin-import": "^2.29.1",
2828
"jsdom": "^22.1.0",
29-
"prettier": "^3.0.3",
29+
"prettier": "^3.1.1",
3030
"tsup": "^7.2.0",
31-
"typescript": "^5.2.2",
31+
"typescript": "^5.3.3",
3232
"vite": "^4.5.1",
3333
"vitest": "^0.34.6"
3434
},

packages/babel-plugin-jsx/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@
2424
],
2525
"dependencies": {
2626
"@babel/helper-module-imports": "^7.22.15",
27-
"@babel/plugin-syntax-jsx": "^7.22.5",
27+
"@babel/plugin-syntax-jsx": "^7.23.3",
2828
"@babel/template": "^7.22.15",
29-
"@babel/traverse": "^7.23.2",
30-
"@babel/types": "^7.23.0",
29+
"@babel/traverse": "^7.23.7",
30+
"@babel/types": "^7.23.6",
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.23.2",
38-
"@babel/preset-env": "^7.23.2",
39-
"@types/babel__template": "^7.4.3",
40-
"@types/babel__traverse": "^7.20.3",
41-
"@types/svg-tags": "^1.0.1",
42-
"@vue/runtime-dom": "^3.3.7",
43-
"@vue/test-utils": "^2.4.1",
44-
"regenerator-runtime": "^0.14.0",
45-
"vue": "^3.3.7"
37+
"@babel/core": "^7.23.7",
38+
"@babel/preset-env": "^7.23.8",
39+
"@types/babel__template": "^7.4.4",
40+
"@types/babel__traverse": "^7.20.5",
41+
"@types/svg-tags": "^1.0.2",
42+
"@vue/runtime-dom": "^3.4.7",
43+
"@vue/test-utils": "^2.4.3",
44+
"regenerator-runtime": "^0.14.1",
45+
"vue": "^3.4.7"
4646
},
4747
"peerDependencies": {
4848
"@babel/core": "^7.0.0-0"

packages/jsx-explorer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@babel/core": "^7.23.2",
11+
"@babel/core": "^7.23.7",
1212
"@vue/babel-plugin-jsx": "workspace:*",
13-
"monaco-editor": "^0.44.0",
14-
"vue": "^3.3.7"
13+
"monaco-editor": "^0.45.0",
14+
"vue": "^3.4.7"
1515
},
1616
"devDependencies": {
17-
"vite-plugin-node-polyfills": "^0.15.0"
17+
"vite-plugin-node-polyfills": "^0.19.0"
1818
}
1919
}

0 commit comments

Comments
 (0)