Skip to content

Commit

Permalink
chore(deps): update react monorepo (#1321)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 835370a commit 628c0a9
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 154 deletions.
2 changes: 1 addition & 1 deletion playground/react-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-compiler-runtime": "beta"
},
"devDependencies": {
"@types/react": "^19.0.4",
"@types/react": "^19.0.7",
"babel-plugin-react-compiler": "beta",
"react": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "pkg build --strict --check --clean"
},
"devDependencies": {
"@types/react": "^19.0.4",
"@types/react": "^19.0.7",
"babel-plugin-react-compiler": "beta",
"react": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/runtime-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "astro dev"
},
"devDependencies": {
"astro": "^5.1.3",
"astro": "^5.1.7",
"dummy-commonjs": "workspace:*",
"dummy-module": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/runtime-next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "next dev --turbo"
},
"devDependencies": {
"@types/react": "^19.0.4",
"@types/react": "^19.0.7",
"dummy-module": "workspace:*",
"next": "^15.1.4",
"react": "^19.0.0",
Expand Down
6 changes: 3 additions & 3 deletions playground/runtime-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/eslint": "^8.56.12",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^9.17.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"prettier": "^3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion playground/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/react": "^19.0.4",
"@types/react": "^19.0.7",
"babel-plugin-react-compiler": "beta",
"babel-plugin-styled-components": "^2.1.4",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/use-client-directive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@types/react": "^19.0.4",
"@types/react": "^19.0.7",
"react": "^19.0.0"
},
"peerDependencies": {
Expand Down
291 changes: 146 additions & 145 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 628c0a9

Please sign in to comment.