Skip to content

Commit

Permalink
GFF-218: update react 18.3.1 (#297)
Browse files Browse the repository at this point in the history
* update package-lock

* v0.10.68

* update package-lock

* update React to v18.3.1
  • Loading branch information
craigrbarnes authored Dec 24, 2024
1 parent 097345f commit 11626f6
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 27 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# docker build -t ff .
# docker run -p 3000:3000 -it ff
# Build stage
FROM quay.io/cdis/ubuntu:20.04 AS builder

Expand Down
50 changes: 36 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"classnames": "^2.3.1",
"colorette": "^2.0.20",
"isomorphic-fetch": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-responsive-carousel": "^3.2.23",
"url-join": "^5.0.0",
"cookies-next": "4.3.0"
Expand All @@ -60,7 +60,7 @@
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.13",
"@types/node": "22.7.2",
"@types/react": "^18.2.21",
"@types/react": "^18.3.18",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"autoprefixer": "^10.4.20",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"dev": "npm run build:watch"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "^18.3.1",
"react-cookie": "^7.2.2",
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@swc/wasm": "^1.3.85",
Expand Down
8 changes: 4 additions & 4 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
"@types/mdx": "^2.0.3",
"@types/node": "18.15.5",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-table": "^7.7.15",
"@types/recharts": "^1.8.29",
"@types/tinycolor2": "^1.4.4",
Expand All @@ -147,8 +147,8 @@
},
"peerDependencies": {
"@gen3/core": "^0.10.68",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.16"
},
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/sampleCommons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@gen3/toolsff": "file:../tools",
"@next/mdx": "^14.2.15",
"@types/mdx": "^2.0.13",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@welldone-software/why-did-you-render": "^8.0.3",
"next": "^14.2.15",
"postcss-import": "^16.1.0",
"postcss-preset-mantine": "^1.17.0",
"react": "^18.2.0",
"react-dom": "18.2.0"
"react": "^18.3.1",
"react-dom": "18.3.1"
},
"peerDependencies": {
"tailwindcss": "^3.4.16",
Expand Down

0 comments on commit 11626f6

Please sign in to comment.