Skip to content

Commit 4050dd6

Browse files
chore(deps): update all non-major dependencies (#671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8af2cee commit 4050dd6

File tree

4 files changed

+487
-481
lines changed

4 files changed

+487
-481
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"packageManager": "[email protected].4",
3+
"packageManager": "[email protected].6",
44
"scripts": {
55
"build": "pnpm run -r build",
66
"test": "vitest",
@@ -16,20 +16,20 @@
1616
],
1717
"devDependencies": {
1818
"@rollup/plugin-babel": "^6.0.3",
19-
"@types/babel__core": "^7.20.1",
20-
"@types/node": "^20.6.0",
21-
"@typescript-eslint/eslint-plugin": "^6.6.0",
22-
"@vitest/coverage-v8": "^0.34.4",
19+
"@types/babel__core": "^7.20.2",
20+
"@types/node": "^20.6.5",
21+
"@typescript-eslint/eslint-plugin": "^6.7.2",
22+
"@vitest/coverage-v8": "^0.34.5",
2323
"bumpp": "^9.2.0",
24-
"eslint": "^8.49.0",
24+
"eslint": "^8.50.0",
2525
"eslint-config-prettier": "^9.0.0",
2626
"eslint-plugin-import": "^2.28.1",
2727
"jsdom": "^22.1.0",
2828
"prettier": "^3.0.3",
2929
"tsup": "^7.2.0",
3030
"typescript": "^5.2.2",
3131
"vite": "^4.4.9",
32-
"vitest": "^0.34.4"
32+
"vitest": "^0.34.5"
3333
},
3434
"version": "1.1.5"
3535
}

packages/babel-plugin-jsx/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
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.17",
30-
"@babel/types": "^7.22.17",
29+
"@babel/traverse": "^7.22.20",
30+
"@babel/types": "^7.22.19",
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.17",
38-
"@babel/preset-env": "^7.22.15",
39-
"@types/babel__template": "^7.4.1",
40-
"@types/babel__traverse": "^7.20.1",
37+
"@babel/core": "^7.22.20",
38+
"@babel/preset-env": "^7.22.20",
39+
"@types/babel__template": "^7.4.2",
40+
"@types/babel__traverse": "^7.20.2",
4141
"@types/svg-tags": "^1.0.0",
4242
"@vue/runtime-dom": "^3.3.4",
4343
"@vue/test-utils": "^2.4.1",

packages/jsx-explorer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@babel/core": "^7.22.17",
11+
"@babel/core": "^7.22.20",
1212
"@vue/babel-plugin-jsx": "workspace:*",
13-
"monaco-editor": "^0.41.0",
13+
"monaco-editor": "^0.43.0",
1414
"vue": "^3.3.4"
1515
},
1616
"devDependencies": {
17-
"vite-plugin-node-polyfills": "^0.13.0"
17+
"vite-plugin-node-polyfills": "^0.14.1"
1818
}
1919
}

0 commit comments

Comments
 (0)