This commit is contained in:
Liam 2025-02-06 19:09:36 -05:00
parent e6de5fdaed
commit 360cafece6
2 changed files with 8 additions and 7 deletions

View file

@ -21,7 +21,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/chai-dom": "^1.11.3",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^2.1.9",
"chai": "^5",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
@ -1856,10 +1856,11 @@
}
},
"node_modules/@vitest/coverage-v8": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-2.1.8.tgz",
"integrity": "sha512-2Y7BPlKH18mAZYAW1tYByudlCYrQyl5RGvnnDYJKW5tCiO5qg3KSAy3XAxcxKz900a0ZXxWtKrMuZLe3lKBpJw==",
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-2.1.9.tgz",
"integrity": "sha512-Z2cOr0ksM00MpEfyVE8KXIYPEcBFxdbLSs56L8PO0QQMxt/6bDj45uQfxoc96v05KW3clk7vvgP0qfDit9DmfQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@ampproject/remapping": "^2.3.0",
"@bcoe/v8-coverage": "^0.2.3",
@ -1878,8 +1879,8 @@
"url": "https://opencollective.com/vitest"
},
"peerDependencies": {
"@vitest/browser": "2.1.8",
"vitest": "2.1.8"
"@vitest/browser": "2.1.9",
"vitest": "2.1.9"
},
"peerDependenciesMeta": {
"@vitest/browser": {

View file

@ -26,7 +26,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/chai-dom": "^1.11.3",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^2.1.9",
"chai": "^5",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",