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 Oct 19, 2024
1 parent 1d6003c commit 90e2b92
Show file tree
Hide file tree
Showing 5 changed files with 1,275 additions and 1,153 deletions.
30 changes: 15 additions & 15 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": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.2",
"type": "module",
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
Expand All @@ -19,26 +19,26 @@
"jsx"
],
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.25.4",
"@eslint/js": "^9.10.0",
"@babel/plugin-syntax-typescript": "^7.25.7",
"@eslint/js": "^9.13.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.5.4",
"@vitest/coverage-v8": "^2.0.5",
"@types/node": "^22.7.7",
"@vitest/coverage-v8": "^2.1.3",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"bumpp": "^9.7.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^4.2.1",
"jsdom": "^25.0.0",
"eslint-plugin-import-x": "^4.3.1",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"tslib": "^2.7.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"tslib": "^2.8.0",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"vitest": "^2.1.3"
}
}
16 changes: 8 additions & 8 deletions packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"dist"
],
"dependencies": {
"@babel/helper-module-imports": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.8",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/template": "^7.25.0",
"@babel/traverse": "^7.25.6",
"@babel/types": "^7.25.6",
"@babel/helper-module-imports": "^7.25.7",
"@babel/helper-plugin-utils": "^7.25.7",
"@babel/plugin-syntax-jsx": "^7.25.7",
"@babel/template": "^7.25.7",
"@babel/traverse": "^7.25.7",
"@babel/types": "^7.25.8",
"@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.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.6",
"@types/svg-tags": "^1.0.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/babel-plugin-resolve-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"@babel/core": "^7.0.0-0"
},
"dependencies": {
"@babel/code-frame": "^7.24.7",
"@babel/helper-module-imports": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.8",
"@babel/parser": "^7.25.6",
"@vue/compiler-sfc": "^3.5.3"
"@babel/code-frame": "^7.25.7",
"@babel/helper-module-imports": "^7.25.7",
"@babel/helper-plugin-utils": "^7.25.7",
"@babel/parser": "^7.25.8",
"@vue/compiler-sfc": "^3.5.12"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.8",
"@types/babel__code-frame": "^7.0.6",
"vue": "catalog:"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/jsx-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.25.6",
"@babel/standalone": "^7.25.8",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.51.0",
"monaco-editor": "^0.52.0",
"vue": "catalog:"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.7",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"terser": "^5.31.6",
"terser": "^5.36.0",
"unplugin-replace": "^0.3.3",
"vite": "^5.4.3"
"vite": "^5.4.9"
}
}
Loading

0 comments on commit 90e2b92

Please sign in to comment.