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] committed Jun 19, 2024
1 parent a007f63 commit 01762cc
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 43 deletions.
2 changes: 1 addition & 1 deletion bricks/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@next-core/runtime": "^1.44.2",
"@next-core/types": "^1.11.0",
"@next-core/utils": "^1.7.5",
"react": "0.0.0-experimental-ee8509801-20230117"
"react": "0.14.10"
},
"devDependencies": {
"@next-core/build-next-bricks": "^1.21.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"cypress": "^13.11.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@typescript-eslint/eslint-plugin": ">= 7.13.1",
"eslint": ">= 8.57.0",
"eslint-plugin-react": ">= 7.34.3",
"eslint-plugin-react-hooks": ">= 4.6.0"
"eslint-plugin-react-hooks": ">= 4.6.2"
},
"dependencies": {
"@typescript-eslint/parser": "^7.13.1",
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 @@ -38,8 +38,8 @@
},
"dependencies": {
"@next-core/element": "^1.2.7",
"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.15",
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 @@ -40,8 +40,8 @@
"@next-core/react-element": "^1.0.26",
"@next-core/runtime": "^1.44.2",
"@next-core/types": "^1.11.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.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/yo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@next-core/react-element": "^1.0.26",
"@next-core/test-next": "^1.1.1",
"@next-core/theme": "^1.5.0",
"react": "0.0.0-experimental-ee8509801-20230117"
"react": "0.14.10"
}
}
Loading

0 comments on commit 01762cc

Please sign in to comment.