|
22 | 22 | "lint:css": "stylelint --cache './**/*.{ts,tsx,scss}'", |
23 | 23 | "prepare": "node scripts/setup && is-ci || husky install", |
24 | 24 | "start": "next start", |
25 | | - "storybook": "start-storybook -p 6006 -s ./public", |
| 25 | + "storybook": "start-storybook -p 6006 -s public", |
26 | 26 | "test": "jest", |
27 | 27 | "test:cypress": "start-server-and-test dev 3000 cypress:open", |
28 | 28 | "test:cypress:ci": "yarn build && start-server-and-test start 3000 cypress:run" |
|
68 | 68 | "autoprefixer": "^10.3.1", |
69 | 69 | "babel-loader": "^8.2.2", |
70 | 70 | "css-loader": "^6.2.0", |
71 | | - "cypress": "^8.1.0", |
| 71 | + "cypress": "^8.2.0", |
72 | 72 | "enzyme": "^3.11.0", |
73 | 73 | "eslint": "^7.25.0", |
74 | 74 | "eslint-config-airbnb": "^18.2.1", |
|
92 | 92 | "postcss-loader": "^6.1.1", |
93 | 93 | "postcss-preset-env": "^6.7.0", |
94 | 94 | "prettier": "^2.2.1", |
95 | | - "sass": "^1.37.2", |
| 95 | + "sass": "^1.37.5", |
96 | 96 | "sass-loader": "^12.1.0", |
97 | 97 | "semantic-release": "^17.4.4", |
98 | 98 | "start-server-and-test": "^1.13.1", |
99 | 99 | "storybook-addon-i18next": "^1.3.0", |
100 | 100 | "storybook-addon-next-router": "^3.0.5", |
101 | | - "storybook-react-i18next": "^1.0.3", |
| 101 | + "storybook-react-i18next": "^1.0.6", |
102 | 102 | "style-loader": "^3.2.1", |
103 | 103 | "stylelint": "^13.13.1", |
104 | 104 | "stylelint-config-recommended": "^5.0.0", |
|
0 commit comments