|
|
@ -30,7 +30,7 @@
|
|
|
|
"eslint-plugin-import": "^2.27.5",
|
|
|
|
"eslint-plugin-import": "^2.27.5",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
"husky": "^8.0.3",
|
|
|
|
"husky": "^9.0.0",
|
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
|
|
"kkt": "^7.5.2",
|
|
|
|
"kkt": "^7.5.2",
|
|
|
@ -12823,15 +12823,15 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/husky": {
|
|
|
|
"node_modules/husky": {
|
|
|
|
"version": "8.0.3",
|
|
|
|
"version": "9.0.10",
|
|
|
|
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz",
|
|
|
|
"integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
|
|
|
|
"integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
|
"husky": "lib/bin.js"
|
|
|
|
"husky": "bin.mjs"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
"node": ">=18"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/typicode"
|
|
|
|
"url": "https://github.com/sponsors/typicode"
|
|
|
|