Skip to content

Commit

Permalink
Merge pull request #3675 from relative-ci/fix-react-upgrade
Browse files Browse the repository at this point in the history
chore: Bump react & @types/react
  • Loading branch information
vio authored Aug 6, 2023
2 parents 025879c + b309c75 commit 5f8fe00
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 58 deletions.
61 changes: 7 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@tsconfig/node14": "14.1.0",
"@types/react": "17.0.62",
"@types/react": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"babel-eslint": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/html-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"postcss-loader": "7.3.3",
"preact": "10.10.6",
"prop-types": "15.8.1",
"react": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "5.3.4",
"rimraf": "5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "7.2.1",
"@storybook/react-webpack5": "7.2.1",
"@types/react": "17.0.62",
"@types/react": "18.2.18",
"babel-plugin-require-context-hook": "1.0.0",
"classnames": "2.3.2",
"colormap": "2.3.2",
Expand All @@ -55,7 +55,7 @@
"jest-environment-jsdom": "29.6.2",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "5.3.4",
"rimraf": "5.0.1",
Expand Down

0 comments on commit 5f8fe00

Please sign in to comment.