Skip to content

Commit

Permalink
Upgrade React without adaptations
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Jul 4, 2024
1 parent 06707d8 commit 65fd20a
Show file tree
Hide file tree
Showing 13 changed files with 139 additions and 678 deletions.
8 changes: 4 additions & 4 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
"@types/prometheus-gc-stats": "^0.6.3",
"@types/proxyquire": "^1.3.30",
"@types/psl": "^1.1.2",
"@types/react": "~17.0.69",
"@types/react-dom": "~17.0.22",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"@types/rewire": "^2.5.29",
"@types/sanitize-html": "^2.9.3",
"@types/semver": "^7.3.10",
Expand Down Expand Up @@ -405,9 +405,9 @@
"queue-fifo": "^0.2.6",
"rc-scrollbars": "^1.1.6",
"re-resizable": "^6.9.9",
"react": "~17.0.2",
"react": "~18.3.1",
"react-aria": "~3.23.1",
"react-dom": "~17.0.2",
"react-dom": "~18.3.1",
"react-error-boundary": "^3.1.4",
"react-hook-form": "~7.45.4",
"react-i18next": "~13.2.2",
Expand Down
8 changes: 4 additions & 4 deletions ee/packages/pdf-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"@testing-library/react": "~13.4.0",
"@types/emojione": "^2.2.8",
"@types/jest": "~29.5.7",
"@types/react-dom": "~17.0.22",
"@types/react-dom": "~18.3.0",
"@types/testing-library__jest-dom": "~5.14.9",
"eslint": "~8.45.0",
"jest": "~29.6.4",
"jest-environment-jsdom": "~29.6.4",
"react-dom": "^18.2.0",
"react-dom": "~18.3.1",
"ts-jest": "~29.1.1",
"typescript": "~5.3.3"
},
Expand All @@ -37,12 +37,12 @@
"@react-pdf/renderer": "^3.1.14",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/fuselage-tokens": "^0.33.1",
"@types/react": "~17.0.69",
"@types/react": "~18.3.3",
"emoji-assets": "^7.0.1",
"emoji-toolkit": "^7.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"react": "^18.2.0"
"react": "~18.3.1"
},
"volta": {
"extends": "../../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions ee/packages/ui-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@storybook/react": "~6.5.16",
"@storybook/testing-library": "~0.0.13",
"@types/jest": "~29.5.7",
"@types/react": "~17.0.69",
"@types/react": "~18.3.3",
"eslint": "~8.45.0",
"eslint-plugin-anti-trojan-source": "~1.1.1",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-testing-library": "^5.11.1",
"jest": "~29.6.4",
"react": "~17.0.2",
"react": "~18.3.1",
"react-docgen-typescript-plugin": "~1.0.5",
"ts-jest": "~29.1.1",
"typescript": "~5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/fuselage-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
"@testing-library/user-event": "^14.5.2",
"@types/babel__core": "^7.20.3",
"@types/babel__preset-env": "^7.9.4",
"@types/react": "~17.0.69",
"@types/react-dom": "~17.0.22",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"babel-loader": "~8.2.5",
"cross-env": "^7.0.3",
"eslint": "~8.45.0",
Expand All @@ -101,7 +101,7 @@
"npm-run-all": "^4.1.5",
"prettier": "~2.8.8",
"react-docgen-typescript-plugin": "~1.0.5",
"react-dom": "^17.0.2",
"react-dom": "~18.3.1",
"react-i18next": "^14.1.0",
"rimraf": "^3.0.2",
"storybook-dark-mode": "~3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/gazzodown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@testing-library/react": "~12.1.5",
"@types/jest": "~29.5.7",
"@types/katex": "~0.16.5",
"@types/react": "~17.0.69",
"@types/react-dom": "~17.0.22",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"@types/testing-library__jest-dom": "~5.14.9",
"@typescript-eslint/eslint-plugin": "~5.60.1",
"@typescript-eslint/parser": "~5.60.1",
Expand All @@ -44,7 +44,7 @@
"katex": "~0.16.9",
"outdent": "^0.8.0",
"react-docgen-typescript-plugin": "~1.0.5",
"react-dom": "~17.0.2",
"react-dom": "~18.3.1",
"ts-jest": "~29.1.1",
"typescript": "~5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/livechat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"postcss-logical": "^4.0.2",
"postcss-scss": "^4.0.9",
"postcss-selector-not": "^4.0.1",
"react-dom": "~17.0.2",
"react-dom": "~18.3.1",
"rimraf": "^3.0.2",
"sass": "~1.62.1",
"sass-loader": "~10.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/jest": "~29.5.7",
"eslint": "~8.45.0",
"jest": "~29.6.4",
"react": "~17.0.2",
"react": "~18.3.1",
"ts-jest": "~29.1.1",
"typescript": "~5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"@rocket.chat/fuselage": "^0.54.3",
"@rocket.chat/ui-contexts": "workspace:^",
"@types/babel__core": "~7.20.3",
"@types/react": "~17.0.69",
"@types/react-dom": "~17.0.22",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"eslint": "~8.45.0",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-storybook": "~0.6.15",
"eslint-plugin-testing-library": "~5.11.1",
"react": "^17.0.2",
"react": "~18.3.1",
"typescript": "~5.3.3"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"@testing-library/react-hooks": "^8.0.1",
"@types/babel__core": "~7.20.3",
"@types/jest": "~29.5.7",
"@types/react": "~17.0.69",
"@types/react-dom": "~17.0.22",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"eslint": "~8.45.0",
"eslint-plugin-anti-trojan-source": "~1.1.1",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-storybook": "~0.6.15",
"eslint-plugin-testing-library": "~5.11.1",
"jest": "~29.6.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-hook-form": "~7.45.4",
"ts-jest": "~29.1.1",
"typescript": "~5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-contexts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"@rocket.chat/i18n": "workspace:~",
"@rocket.chat/rest-typings": "workspace:^",
"@types/jest": "~29.5.7",
"@types/react": "~17.0.69",
"@types/react-dom": "~17.0.22",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"@types/use-sync-external-store": "^0.0.5",
"eslint": "~8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "~29.6.4",
"mongodb": "^4.17.2",
"react": "~17.0.2",
"react": "~18.3.1",
"ts-jest": "~29.1.1",
"typescript": "~5.3.3",
"use-sync-external-store": "^1.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/uikit-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"eslint4b-prebuilt": "^6.7.2",
"moment": "^2.29.4",
"rc-scrollbars": "^1.1.6",
"react": "^17.0.2",
"react": "~18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-dom": "~18.3.1",
"react-router-dom": "^6.11.2",
"react-split-pane": "^0.1.92",
"react-virtuoso": "^4.7.1",
"reactflow": "^11.7.2",
"use-subscription": "^1.8.0"
},
"devDependencies": {
"@types/react": "~17.0.69",
"@types/react": "~18.3.3",
"@types/react-beautiful-dnd": "^13.1.6",
"@types/react-dom": "~17.0.22",
"@types/react-dom": "~18.3.0",
"@types/use-subscription": "^1.0.1",
"@typescript-eslint/eslint-plugin": "~5.60.1",
"@typescript-eslint/parser": "~5.60.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-ui-registration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@tanstack/react-query": "^4.16.1",
"@testing-library/react": "^13.3.0",
"@types/jest": "~29.5.7",
"@types/react": "~17.0.69",
"@types/react": "~18.3.3",
"babel-loader": "~8.3.0",
"eslint": "~8.45.0",
"jest": "~29.6.4",
"react": "~17.0.2",
"react": "~18.3.1",
"react-hook-form": "~7.45.4",
"react-i18next": "~13.2.2",
"storybook-dark-mode": "~3.0.1",
Expand Down
Loading

0 comments on commit 65fd20a

Please sign in to comment.