Skip to content

Commit

Permalink
chore(deps): update dependency react-dom to v18.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent c291bbd commit 108ef30
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 23 deletions.
4 changes: 2 additions & 2 deletions examples/embedded-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"@rsc-parser/embedded": "workspace:^",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.2.0"
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.2.25",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@rsc-parser/core": "workspace:*",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"web-vitals": "3.5.2"
},
Expand All @@ -16,7 +16,7 @@
"@eslint/js": "9.1.1",
"@types/eslint__js": "8.42.3",
"@types/react": "18.3.1",
"@types/react-dom": "18.2.25",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@vitejs/plugin-react": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"postcss": "8.4.38",
"prettier": "3.2.5",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tailwindcss": "3.4.3",
"ts-jest": "29.1.2",
"typescript": "5.4.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
],
"dependencies": {
"react": "18.3.1",
"react-dom": "18.2.0"
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/js": "9.1.1",
"@rsc-parser/core": "workspace:^",
"@vitejs/plugin-react": "4.2.1",
"eslint": "9.0.0",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"rollup-plugin-preserve-directives": "0.4.0",
"vite": "5.2.10",
"vite-plugin-dts": "3.8.3"
},
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.2.0"
"react-dom": "18.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@storybook/react-vite": "8.0.9",
"@storybook/testing-library": "0.2.2",
"react": "18.3.1",
"react-dom": "18.2.0"
"react-dom": "18.3.1"
},
"devDependencies": {
"@rsc-parser/core": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@rsc-parser/core": "workspace:*",
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.2.25",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"eslint": "9.0.0",
"eslint-config-next": "14.2.3",
"next": "14.2.3",
"postcss": "8.4.38",
"react": "18.3.1",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"tailwindcss": "3.4.3",
"type-fest": "4.15.0",
"typescript": "5.4.5"
Expand Down
54 changes: 42 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3600,7 +3600,7 @@ __metadata:
"@rsc-parser/core": "workspace:*"
"@types/eslint__js": "npm:8.42.3"
"@types/react": "npm:18.3.1"
"@types/react-dom": "npm:18.2.25"
"@types/react-dom": "npm:18.3.0"
"@typescript-eslint/eslint-plugin": "npm:7.7.1"
"@typescript-eslint/parser": "npm:7.7.1"
"@vitejs/plugin-react": "npm:4.2.1"
Expand All @@ -3612,7 +3612,7 @@ __metadata:
postcss: "npm:8.4.38"
prettier: "npm:3.2.5"
react: "npm:18.3.1"
react-dom: "npm:18.2.0"
react-dom: "npm:18.3.1"
react-error-boundary: "npm:4.0.13"
type-fest: "npm:4.15.0"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -3650,7 +3650,7 @@ __metadata:
postcss: "npm:8.4.38"
prettier: "npm:3.2.5"
react: "npm:18.3.1"
react-dom: "npm:18.2.0"
react-dom: "npm:18.3.1"
react-error-boundary: "npm:4.0.13"
react-resizable-panels: "npm:2.0.18"
tailwindcss: "npm:3.4.3"
Expand All @@ -3669,14 +3669,14 @@ __metadata:
"@rsc-parser/embedded": "workspace:^"
"@types/node": "npm:20.12.7"
"@types/react": "npm:18.3.1"
"@types/react-dom": "npm:18.2.25"
"@types/react-dom": "npm:18.3.0"
autoprefixer: "npm:10.4.19"
eslint: "npm:8.57.0"
eslint-config-next: "npm:14.2.3"
next: "npm:14.2.3"
postcss: "npm:8.4.38"
react: "npm:18.3.1"
react-dom: "npm:18.2.0"
react-dom: "npm:18.3.1"
tailwindcss: "npm:3.4.3"
turbo: "npm:1.13.3"
typescript: "npm:5.4.5"
Expand All @@ -3692,13 +3692,13 @@ __metadata:
"@vitejs/plugin-react": "npm:4.2.1"
eslint: "npm:9.0.0"
react: "npm:18.3.1"
react-dom: "npm:18.2.0"
react-dom: "npm:18.3.1"
rollup-plugin-preserve-directives: "npm:0.4.0"
vite: "npm:5.2.10"
vite-plugin-dts: "npm:3.8.3"
peerDependencies:
react: 18.3.1
react-dom: 18.2.0
react-dom: 18.3.1
languageName: unknown
linkType: soft

Expand All @@ -3717,7 +3717,7 @@ __metadata:
"@storybook/react-vite": "npm:8.0.9"
"@storybook/testing-library": "npm:0.2.2"
react: "npm:18.3.1"
react-dom: "npm:18.2.0"
react-dom: "npm:18.3.1"
storybook: "npm:8.0.9"
storybook-dark-mode: "npm:4.0.1"
turbo: "npm:1.13.3"
Expand All @@ -3736,7 +3736,7 @@ __metadata:
"@types/eslint__js": "npm:8.42.3"
"@types/node": "npm:20.12.7"
"@types/react": "npm:18.3.1"
"@types/react-dom": "npm:18.2.25"
"@types/react-dom": "npm:18.3.0"
autoprefixer: "npm:10.4.19"
eslint: "npm:9.0.0"
eslint-config-next: "npm:14.2.3"
Expand All @@ -3745,7 +3745,7 @@ __metadata:
postcss: "npm:8.4.38"
prettier: "npm:3.2.5"
react: "npm:18.3.1"
react-dom: "npm:18.2.0"
react-dom: "npm:18.3.1"
tailwindcss: "npm:3.4.3"
turbo: "npm:1.13.3"
type-fest: "npm:4.15.0"
Expand Down Expand Up @@ -5908,7 +5908,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.25, @types/react-dom@npm:^18.0.0":
"@types/react-dom@npm:18.3.0":
version: 18.3.0
resolution: "@types/react-dom@npm:18.3.0"
dependencies:
"@types/react": "npm:*"
checksum: 10/6ff53f5a7b7fba952a68e114d3b542ebdc1e87a794234785ebab0bcd9bde7fb4885f21ebaf93d26dc0a1b5b93287f42cad68b78ae04dddf6b20da7aceff0beaf
languageName: node
linkType: hard

"@types/react-dom@npm:^18.0.0":
version: 18.2.25
resolution: "@types/react-dom@npm:18.2.25"
dependencies:
Expand Down Expand Up @@ -14073,7 +14082,19 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:18.2.0, react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
"react-dom@npm:18.3.1":
version: 18.3.1
resolution: "react-dom@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
scheduler: "npm:^0.23.2"
peerDependencies:
react: ^18.3.1
checksum: 10/3f4b73a3aa083091173b29812b10394dd06f4ac06aff410b74702cfb3aa29d7b0ced208aab92d5272919b612e5cda21aeb1d54191848cf6e46e9e354f3541f81
languageName: node
linkType: hard

"react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
version: 18.2.0
resolution: "react-dom@npm:18.2.0"
dependencies:
Expand Down Expand Up @@ -14845,6 +14866,15 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:^0.23.2":
version: 0.23.2
resolution: "scheduler@npm:0.23.2"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10/e8d68b89d18d5b028223edf090092846868a765a591944760942b77ea1f69b17235f7e956696efbb62c8130ab90af7e0949bfb8eba7896335507317236966bc9
languageName: node
linkType: hard

"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.6.0":
version: 5.7.2
resolution: "semver@npm:5.7.2"
Expand Down

0 comments on commit 108ef30

Please sign in to comment.