Update dependency @happy-dom/global-registrator to v15 #8
|
@ -14,7 +14,7 @@
|
|||
"vite": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@happy-dom/global-registrator": "^13.6.2",
|
||||
"@happy-dom/global-registrator": "^15.0.0",
|
||||
"@testing-library/jest-dom": "^6.4.2",
|
||||
"@testing-library/react": "^14.2.1",
|
||||
"@types/react": "^18.2.43",
|
||||
|
@ -212,14 +212,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@happy-dom/global-registrator": {
|
||||
"version": "13.10.1",
|
||||
"version": "15.11.7",
|
||||
"resolved": "https://registry.npmjs.org/@happy-dom/global-registrator/-/global-registrator-15.11.7.tgz",
|
||||
"integrity": "sha512-mfOoUlIw8VBiJYPrl5RZfMzkXC/z7gbSpi2ecycrj/gRWLq2CMV+Q+0G+JPjeOmuNFgg0skEIzkVFzVYFP6URw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"happy-dom": "^13.10.1"
|
||||
"happy-dom": "^15.11.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@humanwhocodes/config-array": {
|
||||
|
@ -1645,7 +1647,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/happy-dom": {
|
||||
"version": "13.10.1",
|
||||
"version": "15.11.7",
|
||||
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.11.7.tgz",
|
||||
"integrity": "sha512-KyrFvnl+J9US63TEzwoiJOQzZBJY7KgBushJA8X61DMbNsH+2ONkDuLDnCnwUiPTF42tLoEmrPyoqbenVA5zrg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -1654,7 +1658,7 @@
|
|||
"whatwg-mimetype": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/has-bigints": {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"vite": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@happy-dom/global-registrator": "^13.6.2",
|
||||
"@happy-dom/global-registrator": "^15.0.0",
|
||||
"@testing-library/jest-dom": "^6.4.2",
|
||||
"@testing-library/react": "^14.2.1",
|
||||
"@types/react": "^18.2.43",
|
||||
|
|
Loading…
Reference in New Issue