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 Sep 16, 2024
1 parent 1d6003c commit f54ddde
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 154 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": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"type": "module",
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
Expand All @@ -25,8 +25,8 @@
"@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.5.5",
"@vitest/coverage-v8": "^2.1.1",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
Expand All @@ -36,9 +36,9 @@
"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"
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.6",
"vitest": "^2.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-resolve-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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"
"@vue/compiler-sfc": "^3.5.6"
},
"devDependencies": {
"@babel/core": "^7.25.2",
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 @@ -18,8 +18,8 @@
"devDependencies": {
"@types/babel__standalone": "^7.1.7",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"terser": "^5.31.6",
"terser": "^5.32.0",
"unplugin-replace": "^0.3.3",
"vite": "^5.4.3"
"vite": "^5.4.6"
}
}
Loading

0 comments on commit f54ddde

Please sign in to comment.