@7shifts/sous-chef 3.51.0 → 3.51.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/package.json +6 -5
package/dist/index.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@7shifts/sous-chef",
|
|
3
|
-
"version": "3.51.
|
|
3
|
+
"version": "3.51.1",
|
|
4
4
|
"description": "7shifts component library",
|
|
5
5
|
"author": "7shifts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"test:unit": "jest --runInBand",
|
|
27
27
|
"test:unit:coverage": "jest --coverage --coveragePathIgnorePatterns .stories.tsx index.ts icon-typescript-template.js types.ts",
|
|
28
28
|
"test:watch": "jest --watch",
|
|
29
|
-
"test:visual": "chromatic --project-token=9226d55e4d56 --exit-zero-on-changes --build-script-name=storybook:chromatic:build",
|
|
29
|
+
"test:visual": "chromatic --project-token=9226d55e4d56 --exit-zero-on-changes --build-script-name=storybook:chromatic:build --only-changed",
|
|
30
30
|
"start": "yarn storybook",
|
|
31
31
|
"storybook": "storybook dev -p 6006 --loglevel info",
|
|
32
32
|
"storybook:chromatic": "storybook dev -p 6006",
|
|
33
|
-
"storybook:chromatic:build": "storybook build -o ./.storybook/dist",
|
|
34
|
-
"storybook:build": "storybook build -o ./.storybook/dist --loglevel info",
|
|
33
|
+
"storybook:chromatic:build": "storybook build -o ./.storybook/dist --webpack-stats-json preview-stats.json",
|
|
34
|
+
"storybook:build": "storybook build -o ./.storybook/dist --loglevel info --webpack-stats-json preview-stats.json",
|
|
35
35
|
"new:component": "node ./scripts/new-component.js"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@typescript-eslint/parser": "^6.11.0",
|
|
66
66
|
"@vitejs/plugin-react": "^4.0.3",
|
|
67
67
|
"babel-jest": "^29.7.0",
|
|
68
|
-
"chromatic": "^
|
|
68
|
+
"chromatic": "^11.5.6",
|
|
69
69
|
"cross-env": "^7.0.3",
|
|
70
70
|
"eslint": "^8.53.0",
|
|
71
71
|
"eslint-config-prettier": "^9.0.0",
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"ts-jest": "^29.1.2",
|
|
97
97
|
"typescript": "^5.3.2",
|
|
98
98
|
"vite": "^4.4.5",
|
|
99
|
+
"vite-plugin-turbosnap": "^1.0.3",
|
|
99
100
|
"yup": "^0.32.9"
|
|
100
101
|
},
|
|
101
102
|
"files": [
|