Skip to content

Commit

Permalink
chore(deps): Update react monorepo to v0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 71aea15 commit 22c19b9
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 37 deletions.
2 changes: 1 addition & 1 deletion bricks/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@next-core/runtime": "^1.55.2",
"@next-core/types": "^1.13.0",
"@next-core/utils": "^1.7.25",
"react": "0.0.0-experimental-ee8509801-20230117"
"react": "0.14.10"
},
"devDependencies": {
"@next-core/build-next-bricks": "^1.23.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"@next-core/element": "^1.2.12",
"react": "0.0.0-experimental-ee8509801-20230117",
"react-dom": "0.0.0-experimental-ee8509801-20230117"
"react": "0.14.10",
"react-dom": "0.14.10"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@next-core/react-element": "^1.0.31",
"@next-core/runtime": "^1.55.2",
"@next-core/types": "^1.13.0",
"react": "0.0.0-experimental-ee8509801-20230117",
"react-dom": "0.0.0-experimental-ee8509801-20230117"
"react": "0.14.10",
"react-dom": "0.14.10"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/yo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@next-core/react-element": "^1.0.31",
"@next-core/test-next": "^1.1.6",
"@next-core/theme": "^1.5.4",
"react": "0.0.0-experimental-ee8509801-20230117"
"react": "0.14.10"
}
}
Loading

0 comments on commit 22c19b9

Please sign in to comment.