Skip to content

Commit 1220687

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

5 files changed

Lines changed: 551 additions & 817 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"packageManager": "pnpm@8.6.5",
3+
"packageManager": "pnpm@8.6.7",
44
"scripts": {
55
"build": "pnpm run -r build",
66
"test": "vitest",
@@ -17,9 +17,9 @@
1717
"devDependencies": {
1818
"@rollup/plugin-babel": "^6.0.3",
1919
"@types/babel__core": "^7.20.1",
20-
"@types/node": "^20.3.3",
21-
"@typescript-eslint/eslint-plugin": "^5.60.1",
22-
"@vitest/coverage-v8": "^0.32.2",
20+
"@types/node": "^20.4.1",
21+
"@typescript-eslint/eslint-plugin": "^5.61.0",
22+
"@vitest/coverage-v8": "^0.33.0",
2323
"bumpp": "^9.1.1",
2424
"eslint": "^8.44.0",
2525
"eslint-config-prettier": "^8.8.0",
@@ -28,8 +28,8 @@
2828
"prettier": "^2.8.8",
2929
"tsup": "^7.1.0",
3030
"typescript": "^5.1.3",
31-
"vite": "^4.3.9",
32-
"vitest": "^0.32.2"
31+
"vite": "^4.4.2",
32+
"vitest": "^0.33.0"
3333
},
3434
"version": "1.1.5"
3535
}

packages/babel-plugin-jsx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"@babel/helper-module-imports": "^7.22.5",
2727
"@babel/plugin-syntax-jsx": "^7.22.5",
2828
"@babel/template": "^7.22.5",
29-
"@babel/traverse": "^7.22.5",
29+
"@babel/traverse": "^7.22.8",
3030
"@babel/types": "^7.22.5",
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.5",
38-
"@babel/preset-env": "^7.22.5",
37+
"@babel/core": "^7.22.8",
38+
"@babel/preset-env": "^7.22.7",
3939
"@types/babel__template": "^7.4.1",
4040
"@types/babel__traverse": "^7.20.1",
4141
"@types/svg-tags": "^1.0.0",

packages/jsx-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@babel/core": "^7.22.5",
11+
"@babel/core": "^7.22.8",
1212
"@vue/babel-plugin-jsx": "workspace:*",
13-
"monaco-editor": "^0.39.0",
13+
"monaco-editor": "^0.40.0",
1414
"vue": "^3.3.4"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)