Skip to content
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 @@ -64,7 +64,7 @@
"@react-hookz/eslint-formatter-gha": "^3.0.4",
"@testing-library/react-hooks": "^8.0.1",
"@types/js-cookie": "^3.0.6",
"@types/react": "^19.0.10",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitest/coverage-v8": "^3.0.9",
"commitlint": "^19.8.0",
Expand All @@ -74,7 +74,7 @@
"jsdom": "^26.0.0",
"lint-staged": "^15.5.0",
"pinst": "^3.0.0",
"react": "^17.0.2",
"react": "^19.0.0",
"react-dom": "^17.0.2",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.3",
Expand Down
23 changes: 10 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ __metadata:
"@react-hookz/eslint-formatter-gha": "npm:^3.0.4"
"@testing-library/react-hooks": "npm:^8.0.1"
"@types/js-cookie": "npm:^3.0.6"
"@types/react": "npm:^19.0.10"
"@types/react": "npm:^19.0.12"
"@types/react-dom": "npm:^19.0.4"
"@vitest/coverage-v8": "npm:^3.0.9"
commitlint: "npm:^19.8.0"
Expand All @@ -1300,7 +1300,7 @@ __metadata:
jsdom: "npm:^26.0.0"
lint-staged: "npm:^15.5.0"
pinst: "npm:^3.0.0"
react: "npm:^17.0.2"
react: "npm:^19.0.0"
react-dom: "npm:^17.0.2"
rimraf: "npm:^6.0.1"
semantic-release: "npm:^24.2.3"
Expand Down Expand Up @@ -1829,12 +1829,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^19.0.10":
version: 19.0.10
resolution: "@types/react@npm:19.0.10"
"@types/react@npm:^19.0.12":
version: 19.0.12
resolution: "@types/react@npm:19.0.12"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/41884cca21850c8b2d6578b172ca0ca4fff6021251a68532b19f2031ac23dc5a9222470208065f8d9985d367376047df2f49ece8d927f7d04cdc94922b1eb34b
checksum: 10c0/c814b6af5c0fbcf5c65d031b1c9bf98c5b857e015254d95811f2851b27b869c3d31c6f35dab127dc6921a3dbda0b0622c6323d493a14b31b231a6a58c41c5e84
languageName: node
linkType: hard

Expand Down Expand Up @@ -8460,13 +8460,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^17.0.2":
version: 17.0.2
resolution: "react@npm:17.0.2"
dependencies:
loose-envify: "npm:^1.1.0"
object-assign: "npm:^4.1.1"
checksum: 10c0/07ae8959acf1596f0550685102fd6097d461a54a4fd46a50f88a0cd7daaa97fdd6415de1dcb4bfe0da6aa43221a6746ce380410fa848acc60f8ac41f6649c148
"react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10c0/9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
languageName: node
linkType: hard

Expand Down
Loading