Merge pull request #1037 from shlinkio/dependabot/npm_and_yarn/testing-61f0fb3b36

Bump the testing group with 1 update
This commit is contained in:
Alejandro Celaya 2024-01-28 09:28:00 +01:00 committed by GitHub
commit 79e685741a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View file

@ -42,7 +42,7 @@
"devDependencies": { "devDependencies": {
"@shlinkio/eslint-config-js-coding-standard": "~2.3.0", "@shlinkio/eslint-config-js-coding-standard": "~2.3.0",
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1", "@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
"@testing-library/jest-dom": "^6.2.0", "@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2", "@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2", "@testing-library/user-event": "^14.5.2",
"@total-typescript/shoehorn": "^0.1.1", "@total-typescript/shoehorn": "^0.1.1",
@ -3171,9 +3171,9 @@
} }
}, },
"node_modules/@testing-library/jest-dom": { "node_modules/@testing-library/jest-dom": {
"version": "6.2.0", "version": "6.3.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz",
"integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@adobe/css-tools": "^4.3.2", "@adobe/css-tools": "^4.3.2",
@ -3192,6 +3192,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@jest/globals": ">= 28", "@jest/globals": ">= 28",
"@types/bun": "latest",
"@types/jest": ">= 28", "@types/jest": ">= 28",
"jest": ">= 28", "jest": ">= 28",
"vitest": ">= 0.32" "vitest": ">= 0.32"
@ -3200,6 +3201,9 @@
"@jest/globals": { "@jest/globals": {
"optional": true "optional": true
}, },
"@types/bun": {
"optional": true
},
"@types/jest": { "@types/jest": {
"optional": true "optional": true
}, },
@ -13264,9 +13268,9 @@
} }
}, },
"@testing-library/jest-dom": { "@testing-library/jest-dom": {
"version": "6.2.0", "version": "6.3.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz",
"integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@adobe/css-tools": "^4.3.2", "@adobe/css-tools": "^4.3.2",

View file

@ -59,7 +59,7 @@
"devDependencies": { "devDependencies": {
"@shlinkio/eslint-config-js-coding-standard": "~2.3.0", "@shlinkio/eslint-config-js-coding-standard": "~2.3.0",
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1", "@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
"@testing-library/jest-dom": "^6.2.0", "@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2", "@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2", "@testing-library/user-event": "^14.5.2",
"@total-typescript/shoehorn": "^0.1.1", "@total-typescript/shoehorn": "^0.1.1",