|
|
|
@ -94,7 +94,7 @@
@@ -94,7 +94,7 @@
|
|
|
|
|
"eslint-config-prettier": "8.9.0", |
|
|
|
|
"eslint-plugin-import": "^2.27.5", |
|
|
|
|
"eslint-plugin-jsx-a11y": "6.7.1", |
|
|
|
|
"eslint-plugin-prettier": "4.2.1", |
|
|
|
|
"eslint-plugin-prettier": "^5.0.0", |
|
|
|
|
"eslint-plugin-react": "7.33.1", |
|
|
|
|
"eslint-plugin-react-hooks": "4.6.0", |
|
|
|
|
"eslint-plugin-storybook": "0.6.13", |
|
|
|
@ -21433,21 +21433,29 @@
@@ -21433,21 +21433,29 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"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.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz", |
|
|
|
|
"integrity": "sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"prettier-linter-helpers": "^1.0.0" |
|
|
|
|
"prettier-linter-helpers": "^1.0.0", |
|
|
|
|
"synckit": "^0.8.5" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=12.0.0" |
|
|
|
|
"node": "^14.18.0 || >=16.0.0" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://opencollective.com/prettier" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"eslint": ">=7.28.0", |
|
|
|
|
"prettier": ">=2.0.0" |
|
|
|
|
"@types/eslint": ">=8.0.0", |
|
|
|
|
"eslint": ">=8.0.0", |
|
|
|
|
"prettier": ">=3.0.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"@types/eslint": { |
|
|
|
|
"optional": true |
|
|
|
|
}, |
|
|
|
|
"eslint-config-prettier": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|