Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react and @types/react #146

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@inkeep/uikit": "^0.3.19",
"highlight.js": "^11.11.1",
"next": "^15.1.3",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"sass": "^1.83.1",
"sass-loader": "^16.0.4"
Expand All @@ -27,7 +27,7 @@
"@next/eslint-plugin-next": "^15.1.3",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/node": "^20.17.9",
"@types/react": "^18.3.13",
"@types/react": "^19.0.2",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1784,20 +1784,19 @@ __metadata:
languageName: node
linkType: hard

"@types/prop-types@npm:*, @types/prop-types@npm:^15.0.0, @types/prop-types@npm:^15.7.13":
"@types/prop-types@npm:^15.0.0, @types/prop-types@npm:^15.7.13":
version: 15.7.13
resolution: "@types/prop-types@npm:15.7.13"
checksum: 10c0/1b20fc67281902c6743379960247bc161f3f0406ffc0df8e7058745a85ea1538612109db0406290512947f9632fe9e10e7337bf0ce6338a91d6c948df16a7c61
languageName: node
linkType: hard

"@types/react@npm:^18.3.13":
version: 18.3.13
resolution: "@types/react@npm:18.3.13"
"@types/react@npm:^19.0.2":
version: 19.0.2
resolution: "@types/react@npm:19.0.2"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 8/5ccf75e8e52e30fd619046ce985d17152fdf92da3b27777cdcbe972c4557bb0f0d7cfda6b379c29e409f4c3293ad1277394eea6c865211c07bd92cab8dcb277f
checksum: 10c0/8992f39701fcf1bf893ef8f94a56196445667baf08fe4f6050a14e229a17aad3265ad3efc01595ff3b4d5d5c69da885f9aa4ff80f164a613018734efcff1eb8f
languageName: node
linkType: hard

Expand Down Expand Up @@ -5061,7 +5060,7 @@ __metadata:
"@next/eslint-plugin-next": "npm:^15.1.3"
"@stylistic/eslint-plugin": "npm:^2.12.1"
"@types/node": "npm:^20.17.9"
"@types/react": "npm:^18.3.13"
"@types/react": "npm:^19.0.2"
"@typescript-eslint/parser": "npm:^8.19.0"
eslint: "npm:^9.17.0"
eslint-config-next: "npm:^15.1.3"
Expand All @@ -5070,7 +5069,7 @@ __metadata:
highlight.js: "npm:^11.11.1"
next: "npm:^15.1.3"
prettier: "npm:^3.4.2"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-dom: "npm:^18.3.1"
sass: "npm:^1.83.1"
sass-loader: "npm:^16.0.4"
Expand Down Expand Up @@ -7674,7 +7673,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.2.0, react@npm:^18.3.1":
"react@npm:^18.2.0":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
Expand All @@ -7683,6 +7682,13 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10c0/9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
languageName: node
linkType: hard

"readdirp@npm:^4.0.1":
version: 4.0.2
resolution: "readdirp@npm:4.0.2"
Expand Down
Loading