Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/react to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent eb0b725 commit 578d8ca
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 12 deletions.
2 changes: 1 addition & 1 deletion frontend/libs/studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@storybook/react-webpack5": "^8.0.4",
"@storybook/test": "^8.0.4",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^15.0.0",
"@types/jest": "^29.5.5",
"eslint": "8.57.0",
"eslint-plugin-storybook": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^15.0.0",
"@types/jest": "^29.5.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@swc/jest": "0.2.36",
"@testing-library/dom": "10.0.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.3.1",
"@testing-library/react": "15.0.1",
"@testing-library/user-event": "14.5.2",
"@types/css-modules": "1.0.5",
"@types/jest": "29.5.12",
Expand Down
32 changes: 23 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6132,7 +6132,7 @@ __metadata:
"@storybook/test": "npm:^8.0.4"
"@studio/icons": "npm:^0.1.0"
"@testing-library/jest-dom": "npm:^6.1.3"
"@testing-library/react": "npm:^14.0.0"
"@testing-library/react": "npm:^15.0.0"
"@types/jest": "npm:^29.5.5"
ajv: "npm:8.12.0"
eslint: "npm:8.57.0"
Expand All @@ -6154,7 +6154,7 @@ __metadata:
dependencies:
"@navikt/aksel-icons": "npm:^5.6.1"
"@testing-library/jest-dom": "npm:^6.1.3"
"@testing-library/react": "npm:^14.0.0"
"@testing-library/react": "npm:^15.0.0"
"@types/jest": "npm:^29.5.5"
jest: "npm:^29.7.0"
jest-environment-jsdom: "npm:^29.7.0"
Expand Down Expand Up @@ -6661,7 +6661,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:10.0.0":
"@testing-library/dom@npm:10.0.0, @testing-library/dom@npm:^10.0.0":
version: 10.0.0
resolution: "@testing-library/dom@npm:10.0.0"
dependencies:
Expand Down Expand Up @@ -6742,17 +6742,31 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:14.3.1, @testing-library/react@npm:^14.0.0":
version: 14.3.1
resolution: "@testing-library/react@npm:14.3.1"
"@testing-library/react@npm:15.0.1":
version: 15.0.1
resolution: "@testing-library/react@npm:15.0.1"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^9.0.0"
"@testing-library/dom": "npm:^10.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: 10/3f3789c01b65801fce00c5f94b21dba1f59129e9937d2632ec5c3cd68acd0da1f66a7b44199b7b700d17148c9ec9dcd909cc8c8855a604b7ce757ba29aa3796b
languageName: node
linkType: hard

"@testing-library/react@npm:^15.0.0":
version: 15.0.2
resolution: "@testing-library/react@npm:15.0.2"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^10.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: 10/83359dcdf9eaf067839f34604e1a181cbc14fc09f3a07672403700fcc6a900c4b8054ad1114fc24b4b9f89d84e2a09e1b7c9afce2306b1d4b4c9e30eb1cb12de
checksum: 10/6327e465733cec9455792acee7781d1437f7494ddbb976ca72e07446daaf8e7fe5dadd27d05690f09e8d4adce651984ed9aeca4ede9b87bf69b172f450085ede
languageName: node
linkType: hard

Expand Down Expand Up @@ -8360,7 +8374,7 @@ __metadata:
"@tanstack/react-query-devtools": "npm:5.29.2"
"@testing-library/dom": "npm:10.0.0"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:14.3.1"
"@testing-library/react": "npm:15.0.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/css-modules": "npm:1.0.5"
"@types/jest": "npm:29.5.12"
Expand Down

0 comments on commit 578d8ca

Please sign in to comment.