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 Jan 25, 2025
1 parent b82c590 commit 0cb160a
Show file tree
Hide file tree
Showing 5 changed files with 519 additions and 442 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-jsx-monorepo",
"version": "1.2.5",
"private": true,
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"type": "module",
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
Expand All @@ -20,24 +20,24 @@
],
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.25.9",
"@eslint/js": "^9.18.0",
"@eslint/js": "^9.19.0",
"@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": "^22.10.5",
"@types/node": "^22.10.10",
"@vitest/coverage-v8": "^2.1.8",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.10.0",
"eslint": "^9.18.0",
"bumpp": "^9.11.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^4.6.1",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"tslib": "^2.8.1",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.7",
"vitest": "^2.1.8"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@babel/helper-plugin-utils": "^7.26.5",
"@babel/plugin-syntax-jsx": "^7.25.9",
"@babel/template": "^7.25.9",
"@babel/traverse": "^7.26.5",
"@babel/types": "^7.26.5",
"@babel/traverse": "^7.26.7",
"@babel/types": "^7.26.7",
"@vue/babel-helper-vue-transform-on": "workspace:*",
"@vue/babel-plugin-resolve-type": "workspace:*",
"html-tags": "^3.3.1",
"svg-tags": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.6",
"@types/svg-tags": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-resolve-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"@babel/code-frame": "^7.26.2",
"@babel/helper-module-imports": "^7.25.9",
"@babel/helper-plugin-utils": "^7.26.5",
"@babel/parser": "^7.26.5",
"@babel/parser": "^7.26.7",
"@vue/compiler-sfc": "^3.5.13"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@types/babel__code-frame": "^7.0.6",
"vue": "catalog:"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.26.5",
"@babel/standalone": "^7.26.7",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.52.2",
Expand Down
Loading

0 comments on commit 0cb160a

Please sign in to comment.