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] committed May 2, 2024
1 parent 0797428 commit 6fc0281
Show file tree
Hide file tree
Showing 5 changed files with 1,644 additions and 953 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vue-jsx-monorepo",
"version": "1.2.2",
"private": true,
"packageManager": "[email protected].5",
"packageManager": "[email protected].6",
"type": "module",
"scripts": {
"build": "pnpm run -r build",
Expand All @@ -18,24 +18,24 @@
"jsx"
],
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.23.3",
"@babel/plugin-syntax-typescript": "^7.24.1",
"@rollup/plugin-babel": "^6.0.4",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@vitest/coverage-v8": "^1.2.2",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@vitest/coverage-v8": "^1.5.3",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2"
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.5.3"
}
}
20 changes: 10 additions & 10 deletions packages/babel-plugin-jsx/package.json
Expand Up @@ -24,27 +24,27 @@
],
"dependencies": {
"@babel/helper-module-imports": "^7.24.3",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/template": "^7.23.9",
"@babel/traverse": "^7.23.9",
"@babel/types": "^7.23.9",
"@babel/helper-plugin-utils": "^7.24.5",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/template": "^7.24.0",
"@babel/traverse": "^7.24.5",
"@babel/types": "^7.24.5",
"@vue/babel-helper-vue-transform-on": "workspace:*",
"@vue/babel-plugin-resolve-type": "workspace:*",
"camelcase": "^6.3.0",
"html-tags": "^3.3.1",
"svg-tags": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.5",
"@types/svg-tags": "^1.0.2",
"@vue/runtime-dom": "^3.4.15",
"@vue/test-utils": "^2.4.4",
"@vue/runtime-dom": "^3.4.26",
"@vue/test-utils": "^2.4.5",
"regenerator-runtime": "^0.14.1",
"vue": "^3.4.15"
"vue": "^3.4.26"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
12 changes: 6 additions & 6 deletions packages/babel-plugin-resolve-type/package.json
Expand Up @@ -43,15 +43,15 @@
"@babel/core": "^7.0.0-0"
},
"dependencies": {
"@babel/code-frame": "^7.23.5",
"@babel/code-frame": "^7.24.2",
"@babel/helper-module-imports": "^7.24.3",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/parser": "^7.23.9",
"@vue/compiler-sfc": "^3.4.15"
"@babel/helper-plugin-utils": "^7.24.5",
"@babel/parser": "^7.24.5",
"@vue/compiler-sfc": "^3.4.26"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.5",
"@types/babel__code-frame": "^7.0.6",
"vue": "^3.4.15"
"vue": "^3.4.26"
}
}
8 changes: 4 additions & 4 deletions packages/jsx-explorer/package.json
Expand Up @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.5",
"@vue/babel-plugin-jsx": "workspace:*",
"monaco-editor": "^0.45.0",
"vue": "^3.4.15"
"monaco-editor": "^0.48.0",
"vue": "^3.4.26"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-node-polyfills": "^0.19.0"
"vite-plugin-node-polyfills": "^0.21.0"
}
}

0 comments on commit 6fc0281

Please sign in to comment.