|
|
|
@ -91,7 +91,7 @@
@@ -91,7 +91,7 @@
|
|
|
|
|
"eslint-plugin-import": "2.26.0", |
|
|
|
|
"eslint-plugin-jsx-a11y": "6.6.1", |
|
|
|
|
"eslint-plugin-prettier": "4.2.1", |
|
|
|
|
"eslint-plugin-react": "7.31.10", |
|
|
|
|
"eslint-plugin-react": "7.31.11", |
|
|
|
|
"eslint-plugin-react-hooks": "4.6.0", |
|
|
|
|
"eslint-plugin-storybook": "0.6.7", |
|
|
|
|
"html-webpack-plugin": "5.5.0", |
|
|
|
@ -13113,6 +13113,19 @@
@@ -13113,6 +13113,19 @@
|
|
|
|
|
"url": "https://github.com/sponsors/ljharb" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/array.prototype.tosorted": { |
|
|
|
|
"version": "1.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz", |
|
|
|
|
"integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"call-bind": "^1.0.2", |
|
|
|
|
"define-properties": "^1.1.4", |
|
|
|
|
"es-abstract": "^1.20.4", |
|
|
|
|
"es-shim-unscopables": "^1.0.0", |
|
|
|
|
"get-intrinsic": "^1.1.3" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/arrify": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", |
|
|
|
@ -17455,25 +17468,26 @@
@@ -17455,25 +17468,26 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint-plugin-react": { |
|
|
|
|
"version": "7.31.10", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz", |
|
|
|
|
"integrity": "sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==", |
|
|
|
|
"version": "7.31.11", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz", |
|
|
|
|
"integrity": "sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"array-includes": "^3.1.5", |
|
|
|
|
"array.prototype.flatmap": "^1.3.0", |
|
|
|
|
"array-includes": "^3.1.6", |
|
|
|
|
"array.prototype.flatmap": "^1.3.1", |
|
|
|
|
"array.prototype.tosorted": "^1.1.1", |
|
|
|
|
"doctrine": "^2.1.0", |
|
|
|
|
"estraverse": "^5.3.0", |
|
|
|
|
"jsx-ast-utils": "^2.4.1 || ^3.0.0", |
|
|
|
|
"minimatch": "^3.1.2", |
|
|
|
|
"object.entries": "^1.1.5", |
|
|
|
|
"object.fromentries": "^2.0.5", |
|
|
|
|
"object.hasown": "^1.1.1", |
|
|
|
|
"object.values": "^1.1.5", |
|
|
|
|
"object.entries": "^1.1.6", |
|
|
|
|
"object.fromentries": "^2.0.6", |
|
|
|
|
"object.hasown": "^1.1.2", |
|
|
|
|
"object.values": "^1.1.6", |
|
|
|
|
"prop-types": "^15.8.1", |
|
|
|
|
"resolve": "^2.0.0-next.3", |
|
|
|
|
"semver": "^6.3.0", |
|
|
|
|
"string.prototype.matchall": "^4.0.7" |
|
|
|
|
"string.prototype.matchall": "^4.0.8" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=4" |
|
|
|
|