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

build(dev-deps): bump react and @types/react #1529

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 @@ -85,7 +85,7 @@
"@types/jabber": "1.2.4",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/react": "18.3.12",
"@types/react": "19.0.3",
"@types/react-dom": "18.3.1",
"@types/sha1": "1.1.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
"ol": "7.1.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"react": "18.3.1",
"react": "19.0.0",
"react-coordinate-input": "1.0.0",
"react-dom": "18.3.1",
"react-imask": "7.6.1",
Expand Down
23 changes: 10 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2895,7 +2895,7 @@ __metadata:
"@types/jabber": "npm:1.2.4"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:22.10.5"
"@types/react": "npm:18.3.12"
"@types/react": "npm:19.0.3"
"@types/react-dom": "npm:18.3.1"
"@types/sha1": "npm:1.1.5"
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
Expand Down Expand Up @@ -2943,7 +2943,7 @@ __metadata:
postcss: "npm:8.4.49"
prettier: "npm:3.4.2"
prop-types: "npm:15.8.1"
react: "npm:18.3.1"
react: "npm:19.0.0"
react-coordinate-input: "npm:1.0.0"
react-dom: "npm:18.3.1"
react-imask: "npm:7.6.1"
Expand Down Expand Up @@ -5523,13 +5523,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.12":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
"@types/react@npm:19.0.3":
version: 19.0.3
resolution: "@types/react@npm:19.0.3"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/8bae8d9a41619804561574792e29112b413044eb0d53746dde2b9720c1f9a59f71c895bbd7987cd8ce9500b00786e53bc032dced38cddf42910458e145675290
checksum: 10c0/90129c45f2f09154d9409964964d0ccbac7f04d5f7fcf73fc146d33887931fbfdfd1e2947514298f94f986cc264aff8ba3201e9a4ea207d3308f20a06d47c805
languageName: node
linkType: hard

Expand Down Expand Up @@ -16526,12 +16525,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
"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