Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 8af2cee commit c39b303
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 422 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"scripts": {
"build": "pnpm run -r build",
"test": "vitest",
Expand All @@ -16,9 +16,9 @@
],
"devDependencies": {
"@rollup/plugin-babel": "^6.0.3",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@types/babel__core": "^7.20.2",
"@types/node": "^20.6.2",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@vitest/coverage-v8": "^0.34.4",
"bumpp": "^9.2.0",
"eslint": "^8.49.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"@babel/helper-module-imports": "^7.22.15",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.22.17",
"@babel/types": "^7.22.17",
"@babel/traverse": "^7.22.20",
"@babel/types": "^7.22.19",
"@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.17",
"@babel/preset-env": "^7.22.15",
"@types/babel__template": "^7.4.1",
"@types/babel__traverse": "^7.20.1",
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@types/babel__template": "^7.4.2",
"@types/babel__traverse": "^7.20.2",
"@types/svg-tags": "^1.0.0",
"@vue/runtime-dom": "^3.3.4",
"@vue/test-utils": "^2.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jsx-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.22.17",
"@babel/core": "^7.22.20",
"@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.41.0",
"monaco-editor": "^0.43.0",
"vue": "^3.3.4"
},
"devDependencies": {
"vite-plugin-node-polyfills": "^0.13.0"
"vite-plugin-node-polyfills": "^0.14.1"
}
}
Loading

0 comments on commit c39b303

Please sign in to comment.