Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#656)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz committed Jul 10, 2023
1 parent ae38332 commit 1220687
Show file tree
Hide file tree
Showing 5 changed files with 551 additions and 817 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.7",
"scripts": {
"build": "pnpm run -r build",
"test": "vitest",
Expand All @@ -17,9 +17,9 @@
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@vitest/coverage-v8": "^0.32.2",
"@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@vitest/coverage-v8": "^0.33.0",
"bumpp": "^9.1.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -28,8 +28,8 @@
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.2"
"vite": "^4.4.2",
"vitest": "^0.33.0"
},
"version": "1.1.5"
}
6 changes: 3 additions & 3 deletions packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"@babel/helper-module-imports": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/template": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@babel/traverse": "^7.22.8",
"@babel/types": "^7.22.5",
"@vue/babel-helper-vue-transform-on": "workspace:^",
"camelcase": "^6.3.0",
"html-tags": "^3.3.1",
"svg-tags": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@types/babel__template": "^7.4.1",
"@types/babel__traverse": "^7.20.1",
"@types/svg-tags": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jsx-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.8",
"@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.39.0",
"monaco-editor": "^0.40.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1220687

Please sign in to comment.