mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
chore: updated to latested storybook v7 stable version
This commit is contained in:
@@ -6,7 +6,14 @@ module.exports = {
|
|||||||
'@storybook/addon-essentials',
|
'@storybook/addon-essentials',
|
||||||
'@storybook/addon-interactions',
|
'@storybook/addon-interactions',
|
||||||
'storybook-dark-mode',
|
'storybook-dark-mode',
|
||||||
'@storybook/addon-postcss'
|
{
|
||||||
|
name: '@storybook/addon-styling',
|
||||||
|
options: {
|
||||||
|
postCss: {
|
||||||
|
implementation: require('postcss')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
framework: {
|
framework: {
|
||||||
name: '@storybook/nextjs',
|
name: '@storybook/nextjs',
|
||||||
|
|||||||
7944
frontend/package-lock.json
generated
7944
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -62,8 +62,8 @@
|
|||||||
"infisical-node": "^1.0.37",
|
"infisical-node": "^1.0.37",
|
||||||
"jspdf": "^2.5.1",
|
"jspdf": "^2.5.1",
|
||||||
"jsrp": "^0.2.4",
|
"jsrp": "^0.2.4",
|
||||||
"lottie-react": "^2.4.0",
|
|
||||||
"jwt-decode": "^3.1.2",
|
"jwt-decode": "^3.1.2",
|
||||||
|
"lottie-react": "^2.4.0",
|
||||||
"markdown-it": "^13.0.1",
|
"markdown-it": "^13.0.1",
|
||||||
"next": "^12.3.4",
|
"next": "^12.3.4",
|
||||||
"posthog-js": "^1.58.0",
|
"posthog-js": "^1.58.0",
|
||||||
@@ -91,14 +91,14 @@
|
|||||||
"yup": "^0.32.11"
|
"yup": "^0.32.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@storybook/addon-essentials": "^7.0.0-beta.30",
|
"@storybook/addon-essentials": "^7.0.23",
|
||||||
"@storybook/addon-interactions": "^7.0.0-beta.30",
|
"@storybook/addon-interactions": "^7.0.23",
|
||||||
"@storybook/addon-links": "^7.0.0-beta.30",
|
"@storybook/addon-links": "^7.0.23",
|
||||||
"@storybook/addon-postcss": "^2.0.0",
|
"@storybook/addon-styling": "^1.3.0",
|
||||||
"@storybook/blocks": "^7.0.0-beta.30",
|
"@storybook/blocks": "^7.0.23",
|
||||||
"@storybook/nextjs": "^7.0.0-beta.30",
|
"@storybook/nextjs": "^7.0.23",
|
||||||
"@storybook/react": "^7.0.0-beta.30",
|
"@storybook/react": "^7.0.23",
|
||||||
"@storybook/testing-library": "^0.0.13",
|
"@storybook/testing-library": "^0.2.0",
|
||||||
"@tailwindcss/typography": "^0.5.4",
|
"@tailwindcss/typography": "^0.5.4",
|
||||||
"@types/jsrp": "^0.2.4",
|
"@types/jsrp": "^0.2.4",
|
||||||
"@types/node": "18.11.9",
|
"@types/node": "18.11.9",
|
||||||
@@ -118,12 +118,12 @@
|
|||||||
"eslint-plugin-react": "^7.32.0",
|
"eslint-plugin-react": "^7.32.0",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
"eslint-plugin-simple-import-sort": "^8.0.0",
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
||||||
"eslint-plugin-storybook": "^0.6.10",
|
"eslint-plugin-storybook": "^0.6.12",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14",
|
||||||
"prettier": "^2.8.3",
|
"prettier": "^2.8.3",
|
||||||
"prettier-plugin-tailwindcss": "^0.2.2",
|
"prettier-plugin-tailwindcss": "^0.2.2",
|
||||||
"storybook": "^7.0.0-beta.30",
|
"storybook": "^7.0.23",
|
||||||
"storybook-dark-mode": "^2.0.5",
|
"storybook-dark-mode": "^3.0.0",
|
||||||
"tailwindcss": "3.2",
|
"tailwindcss": "3.2",
|
||||||
"typescript": "^4.9.3"
|
"typescript": "^4.9.3"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user