|
|
|
@ -49,7 +49,7 @@
|
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
|
"eslint-plugin-import": "^2.29.1",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
|
|
|
"eslint-plugin-react": "^7.34.2",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
|
|
|
"postcss": "^8.4.38",
|
|
|
|
@ -638,6 +638,18 @@
|
|
|
|
|
"node": ">=14"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@pkgr/core": {
|
|
|
|
|
"version": "0.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/unts"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@rushstack/eslint-patch": {
|
|
|
|
|
"version": "1.7.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.7.2.tgz",
|
|
|
|
@ -2855,21 +2867,30 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint-plugin-prettier": {
|
|
|
|
|
"version": "4.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==",
|
|
|
|
|
"version": "5.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"prettier-linter-helpers": "^1.0.0"
|
|
|
|
|
"prettier-linter-helpers": "^1.0.0",
|
|
|
|
|
"synckit": "^0.9.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12.0.0"
|
|
|
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/eslint-plugin-prettier"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"eslint": ">=7.28.0",
|
|
|
|
|
"prettier": ">=2.0.0"
|
|
|
|
|
"@types/eslint": ">=8.0.0",
|
|
|
|
|
"eslint": ">=8.0.0",
|
|
|
|
|
"eslint-config-prettier": "*",
|
|
|
|
|
"prettier": ">=3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@types/eslint": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"eslint-config-prettier": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
@ -6750,6 +6771,28 @@
|
|
|
|
|
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/synckit": {
|
|
|
|
|
"version": "0.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@pkgr/core": "^0.1.0",
|
|
|
|
|
"tslib": "^2.6.2"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/unts"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/synckit/node_modules/tslib": {
|
|
|
|
|
"version": "2.6.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
|
|
|
|
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/systeminformation": {
|
|
|
|
|
"version": "5.23.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.23.2.tgz",
|
|
|
|
|