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): update dependency @types/react-test-renderer to v19 #176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@types/ramda": "0.30.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-test-renderer": "^18",
"@types/react-test-renderer": "^19.0.0",
"@types/shelljs": "0.8.15",
"@types/styled-components": "5.1.34",
"@vitejs/plugin-react": "4.3.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3914,12 +3914,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-test-renderer@npm:^18":
version: 18.3.0
resolution: "@types/react-test-renderer@npm:18.3.0"
"@types/react-test-renderer@npm:^19.0.0":
version: 19.0.0
resolution: "@types/react-test-renderer@npm:19.0.0"
dependencies:
"@types/react": "npm:*"
checksum: 10/c53683990bd194cb68e3987bda79c78eff41517f7a747e92f3e54217c2ce3addd031b8a45bf631982c909cc2caeeb905372f322758e05bb76c03754a3f24426e
checksum: 10/a22c4401e3af216a8c2cded22702bb6f928e22af7fbcaca7e0cc28447ec34bea5a94c6d6de7ed5734c527a1b53868393e67b7b4815623802e29abb1d8d378d61
languageName: node
linkType: hard

Expand Down Expand Up @@ -5509,7 +5509,7 @@ __metadata:
"@types/ramda": "npm:0.30.2"
"@types/react": "npm:18.3.12"
"@types/react-dom": "npm:18.3.1"
"@types/react-test-renderer": "npm:^18"
"@types/react-test-renderer": "npm:^19.0.0"
"@types/shelljs": "npm:0.8.15"
"@types/styled-components": "npm:5.1.34"
"@uiw/codemirror-extensions-langs": "npm:4.23.6"
Expand Down
Loading