Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 44b4f2f commit 0891396
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 110 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-svelte": "^2.43.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"vue": "https://pkg.pr.new/vuejs/vue-vapor/vue@3f6ce96"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-vue": "https://pkg.pr.new/@vitejs/plugin-vue@481bcd4",
"@vue/compiler-core": "https://pkg.pr.new/vuejs/vue-vapor/@vue/compiler-core@3f6ce96",
"@vue/compiler-dom": "https://pkg.pr.new/vuejs/vue-vapor/@vue/compiler-dom@3f6ce96",
Expand All @@ -29,8 +29,8 @@
"@vue/runtime-vapor": "https://pkg.pr.new/vuejs/vue-vapor/@vue/runtime-vapor@3f6ce96",
"@vue/shared": "https://pkg.pr.new/vuejs/vue-vapor/@vue/shared@3f6ce96",
"@vue/vapor": "https://pkg.pr.new/vuejs/vue-vapor/@vue/vapor@3f6ce96",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"unplugin-react-vapor": "workspace:*",
"unplugin-svelte-vapor": "workspace:*",
"vite": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vapor-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"vue": "https://pkg.pr.new/vuejs/vue-vapor/vue@3f6ce96"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"tsdown": "catalog:"
}
}
Loading

0 comments on commit 0891396

Please sign in to comment.