mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Merge pull request #1181 from shlinkio/dependabot/npm_and_yarn/testing-28728d7f7c
Bump @testing-library/react from 15.0.6 to 15.0.7 in the testing group
This commit is contained in:
commit
0354746698
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -43,7 +43,7 @@
|
|||
"@shlinkio/eslint-config-js-coding-standard": "~2.4.1",
|
||||
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
|
||||
"@testing-library/jest-dom": "^6.4.5",
|
||||
"@testing-library/react": "^15.0.6",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@total-typescript/shoehorn": "^0.1.2",
|
||||
"@types/react": "^18.3.1",
|
||||
|
@ -3401,9 +3401,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@testing-library/react": {
|
||||
"version": "15.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.6.tgz",
|
||||
"integrity": "sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ==",
|
||||
"version": "15.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz",
|
||||
"integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
|
@ -13353,9 +13353,9 @@
|
|||
}
|
||||
},
|
||||
"@testing-library/react": {
|
||||
"version": "15.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.6.tgz",
|
||||
"integrity": "sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ==",
|
||||
"version": "15.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz",
|
||||
"integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"@shlinkio/eslint-config-js-coding-standard": "~2.4.1",
|
||||
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
|
||||
"@testing-library/jest-dom": "^6.4.5",
|
||||
"@testing-library/react": "^15.0.6",
|
||||
"@testing-library/react": "^15.0.7",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@total-typescript/shoehorn": "^0.1.2",
|
||||
"@types/react": "^18.3.1",
|
||||
|
|
Loading…
Reference in a new issue