Skip to content

Commit

Permalink
[WIP] React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
uonr committed Dec 21, 2024
1 parent e661190 commit 50dfdfe
Show file tree
Hide file tree
Showing 10 changed files with 21,398 additions and 18,257 deletions.
23 changes: 11 additions & 12 deletions apps/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"optics-ts": "^2.4.1",
"polished": "^4.2.2",
"prando": "^6.0.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.49.2",
"react-redux": "^9.1.2",
"react-router-dom": "^5.3.4",
Expand All @@ -24,7 +23,7 @@
"reselect": "^5.1.1",
"sanitize.css": "^13.0.0",
"swr": "^2.2.5",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"scripts": {
"dev": "webpack-dev-server --color --output-public-path / --progress",
Expand All @@ -43,25 +42,25 @@
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/eslint-plugin": "^11.11.0",
"@emotion/serialize": "^1.1.3",
"@types/node": "^20.11.5",
"@types/react": "^18.2.46",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^19.0.2",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.10",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.0.0",
"css-minimizer-webpack-plugin": "^7.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^5.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.6",
Expand All @@ -73,7 +72,7 @@
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.0.4"
},
"browserslist": [
Expand Down
18 changes: 9 additions & 9 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@boluo/ui": "*",
"@boluo/utils": "*",
"@formatjs/intl": "^3.0.4",
"@next/mdx": "^14.1.1",
"@next/mdx": "^15.1.2",
"clsx": "^2.1.0",
"jotai": "^2.7.0",
"negotiator": "^1.0.0",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.51.0",
"react-intl": "^7.0.4",
"server-only": "^0.0.1",
Expand All @@ -43,16 +43,16 @@
"@boluo/typescript-config": "*",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/bundle-analyzer": "^14.2.3",
"@next/bundle-analyzer": "^15.1.2",
"@types/mdx": "^2.0.10",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.11.5",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.16",
"babel-plugin-formatjs": "^10.5.10",
"eslint": "^8.56.0",
"eslint": "^9.17.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"ts-node": "^10.9.2",
Expand Down
20 changes: 10 additions & 10 deletions apps/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"jotai": "^2.8.0",
"jotai-location": "^0.5.5",
"list": "^2.0.19",
"next": "^14.1.1",
"next": "^15.1.2",
"prando": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.51.3",
"react-intl": "^7.0.4",
"react-virtuoso": "^4.7.10",
Expand All @@ -44,15 +44,15 @@
"devDependencies": {
"@boluo/eslint-config": "*",
"@boluo/typescript-config": "*",
"@next/bundle-analyzer": "^14.2.3",
"@next/eslint-plugin-next": "^14.1.1",
"@types/eslint": "^8.56.5",
"@next/bundle-analyzer": "^15.1.2",
"@next/eslint-plugin-next": "^15.1.2",
"@types/eslint": "^9.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.0",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
Expand Down
Loading

0 comments on commit 50dfdfe

Please sign in to comment.