mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Update dependency eslint-plugin-storybook to v0.6.4
This commit is contained in:
parent
daad6036c9
commit
76b049fa4a
20
web/package-lock.json
generated
20
web/package-lock.json
generated
@ -89,7 +89,7 @@
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"eslint-plugin-react": "7.28.0",
|
||||
"eslint-plugin-react-hooks": "4.3.0",
|
||||
"eslint-plugin-storybook": "0.5.13",
|
||||
"eslint-plugin-storybook": "0.6.4",
|
||||
"html-webpack-plugin": "5.5.0",
|
||||
"less": "4.1.3",
|
||||
"less-loader": "10.2.0",
|
||||
@ -14869,14 +14869,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-storybook": {
|
||||
"version": "0.5.13",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.5.13.tgz",
|
||||
"integrity": "sha512-82x3FH1VAi68Awu1VEjn/hLkzFZsOP8ItcC5/uGF9WszIrj6n7Q3MZD57oE26k3aKwuPfFtAPnSjFnaBkBab+g==",
|
||||
"version": "0.6.4",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.4.tgz",
|
||||
"integrity": "sha512-wxwbAZqlgjj6MbS/llY7wnXCCUsuFcLB1XnahbgBtjmsFUggpiECt01Dt8huaKvriVXg2w4d7Ye+GzA00rdcKg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@storybook/csf": "^0.0.1",
|
||||
"@typescript-eslint/experimental-utils": "^5.3.0",
|
||||
"requireindex": "^1.1.0"
|
||||
"requireindex": "^1.1.0",
|
||||
"ts-dedent": "^2.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12.x || 14.x || >= 16"
|
||||
@ -39712,14 +39713,15 @@
|
||||
"requires": {}
|
||||
},
|
||||
"eslint-plugin-storybook": {
|
||||
"version": "0.5.13",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.5.13.tgz",
|
||||
"integrity": "sha512-82x3FH1VAi68Awu1VEjn/hLkzFZsOP8ItcC5/uGF9WszIrj6n7Q3MZD57oE26k3aKwuPfFtAPnSjFnaBkBab+g==",
|
||||
"version": "0.6.4",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.4.tgz",
|
||||
"integrity": "sha512-wxwbAZqlgjj6MbS/llY7wnXCCUsuFcLB1XnahbgBtjmsFUggpiECt01Dt8huaKvriVXg2w4d7Ye+GzA00rdcKg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@storybook/csf": "^0.0.1",
|
||||
"@typescript-eslint/experimental-utils": "^5.3.0",
|
||||
"requireindex": "^1.1.0"
|
||||
"requireindex": "^1.1.0",
|
||||
"ts-dedent": "^2.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/csf": {
|
||||
|
@ -93,7 +93,7 @@
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"eslint-plugin-react": "7.28.0",
|
||||
"eslint-plugin-react-hooks": "4.3.0",
|
||||
"eslint-plugin-storybook": "0.5.13",
|
||||
"eslint-plugin-storybook": "0.6.4",
|
||||
"html-webpack-plugin": "5.5.0",
|
||||
"less": "4.1.3",
|
||||
"less-loader": "10.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user