@mbao01/common
Advanced tools
Comparing version 0.0.40 to 0.0.41
{ | ||
"name": "@mbao01/common", | ||
"private": false, | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"type": "module", | ||
@@ -57,6 +57,10 @@ "author": "Ayomide Bakare", | ||
"preview": "vite preview", | ||
"prod": "pnpx http-server ../../docs/storybook/common --port 6006", | ||
"test": "vitest run", | ||
"test:coverage": "vitest run --coverage", | ||
"test:ui": "vitest --ui", | ||
"test:watch": "vitest", | ||
"test:coverage": "vitest run --coverage" | ||
"test:visual": "test-storybook --url http://127.0.0.1:6006", | ||
"test:visual:ci": "test-storybook --ci --verbose --url http://127.0.0.1:6006", | ||
"test:visual:watch": "test-storybook --watch", | ||
"test:watch": "vitest" | ||
}, | ||
@@ -111,2 +115,3 @@ "dependencies": { | ||
"@storybook/addon-themes": "^8.0.6", | ||
"@storybook/addon-viewport": "^8.3.3", | ||
"@storybook/blocks": "^8.0.6", | ||
@@ -116,5 +121,7 @@ "@storybook/react": "^8.0.6", | ||
"@storybook/test": "^8.0.6", | ||
"@storybook/test-runner": "^0.19.1", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.2.1", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/jest-image-snapshot": "^6.4.0", | ||
"@types/node": "^20.11.17", | ||
@@ -134,2 +141,3 @@ "@types/react": "^18.2.55", | ||
"eslint-plugin-storybook": "^0.8.0", | ||
"jest-image-snapshot": "^6.4.0", | ||
"jsdom": "^23.2.0", | ||
@@ -153,3 +161,3 @@ "path": "^0.12.7", | ||
}, | ||
"gitHead": "30ae293d3e5c2ece6709f280ecf5f75ec5712ab2" | ||
"gitHead": "90d74b3c06abe95709a7e4e4a4e545322562e02d" | ||
} |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"include": ["vite.config.ts"] | ||
"include": ["vite.config.ts", ".storybook"] | ||
} |
333241
42