Skip to content

Commit bf915f9

Browse files
chore: 🤖 update react monorepo
1 parent 857e1e7 commit bf915f9

File tree

3 files changed

+146
-148
lines changed

3 files changed

+146
-148
lines changed

‎apps/frontend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"@rjsf/core": "5.24.1",
3434
"@rjsf/utils": "5.24.1",
3535
"@rjsf/validator-ajv8": "5.24.1",
36-
"@types/react": "18.2.48",
37-
"@types/react-dom": "18.2.18",
36+
"@types/react": "18.3.19",
37+
"@types/react-dom": "18.3.5",
3838
"@uiw/codemirror-themes": "4.23.7",
3939
"@uiw/react-codemirror": "4.23.7",
4040
"bootstrap": "3.4.1",
4141
"date-fns": "3.6.0",
4242
"i18next": "23.16.8",
4343
"nprogress": "0.2.0",
44-
"react": "18.2.0",
44+
"react": "18.3.1",
4545
"react-datepicker": "4.25.0",
46-
"react-dom": "18.2.0",
46+
"react-dom": "18.3.1",
4747
"react-i18next": "13.5.0",
4848
"react-redux": "9.1.2",
4949
"react-router-dom": "6.28.1",
@@ -57,9 +57,9 @@
5757
"@total-typescript/ts-reset": "0.6.1",
5858
"@types/node": "20.17.13",
5959
"@types/nprogress": "0.2.3",
60-
"@types/react": "18.2.48",
60+
"@types/react": "18.3.19",
6161
"@types/react-datepicker": "4.19.6",
62-
"@types/react-dom": "18.2.18",
62+
"@types/react-dom": "18.3.5",
6363
"@types/react-router-dom": "5.3.3",
6464
"@types/react-scroll": "1.8.10",
6565
"@typescript-eslint/eslint-plugin": "5.62.0",
@@ -73,7 +73,7 @@
7373
"eslint-plugin-import": "2.31.0",
7474
"eslint-plugin-jsx-a11y": "6.10.2",
7575
"eslint-plugin-react": "7.37.4",
76-
"eslint-plugin-react-hooks": "4.6.0",
76+
"eslint-plugin-react-hooks": "4.6.2",
7777
"eslint-plugin-unicorn": "47.0.0",
7878
"eslint-plugin-unused-imports": "3.2.0",
7979
"hygen": "6.2.11",

‎apps/landing-page/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"i18next": "23.16.8",
2525
"mixpanel-browser": "2.56.0",
2626
"next": "13.4.9",
27-
"react": "18.2.0",
27+
"react": "18.3.1",
2828
"react-card-carousel": "1.1.3",
29-
"react-dom": "18.2.0",
29+
"react-dom": "18.3.1",
3030
"react-i18next": "13.5.0",
3131
"react-intersection-observer": "9.13.1"
3232
},
3333
"devDependencies": {
3434
"@types/mixpanel-browser": "2.50.2",
35-
"@types/react": "18.2.48",
35+
"@types/react": "18.3.19",
3636
"@typescript-eslint/eslint-plugin": "5.62.0",
3737
"@typescript-eslint/parser": "5.62.0",
3838
"asciinema-player": "3.8.2",
@@ -44,7 +44,7 @@
4444
"eslint-plugin-import": "2.31.0",
4545
"eslint-plugin-jsx-a11y": "6.10.2",
4646
"eslint-plugin-react": "7.37.4",
47-
"eslint-plugin-react-hooks": "4.6.0",
47+
"eslint-plugin-react-hooks": "4.6.2",
4848
"eslint-plugin-unicorn": "47.0.0",
4949
"eslint-plugin-unused-imports": "3.2.0",
5050
"npm-run-all": "4.1.5",

0 commit comments

Comments
 (0)