|
28 | 28 | "clean": "rimraf ./dist", |
29 | 29 | "clean:storybook": "rimraf ./dist-storybook", |
30 | 30 | "build:dev": "pnpm clean && tsc -p tsconfig.json", |
31 | | - "build:prod": "pnpm lint && pnpm test && pnpm clean && tsc -p tsconfig.json", |
| 31 | + "build:prod": "pnpm lint && pnpm clean && tsc -p tsconfig.json && pnpm test", |
32 | 32 | "test": "jest --silent --verbose --passWithNoTests", |
33 | 33 | "start": "storybook dev -p 6006", |
34 | 34 | "build:storybook": "pnpm clean:storybook && storybook build --output-dir ./dist-storybook" |
|
43 | 43 | "react-dom": "^19.2.4" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@serverless-workflow-settings/eslint-config": "workspace:*", |
| 46 | + "@babel/cli": "^7.28.6", |
| 47 | + "@babel/core": "^7.29.0", |
| 48 | + "@babel/preset-env": "^7.29.0", |
| 49 | + "@babel/preset-flow": "^7.27.1", |
| 50 | + "@babel/preset-react": "^7.28.5", |
| 51 | + "@babel/preset-typescript": "^7.28.5", |
47 | 52 | "@storybook/addon-a11y": "^10.2.16", |
48 | 53 | "@storybook/addon-docs": "^10.2.16", |
49 | 54 | "@storybook/addon-webpack5-compiler-swc": "^4.0.2", |
50 | 55 | "@storybook/react-webpack5": "^10.2.16", |
| 56 | + "@testing-library/dom": "^10.4.1", |
51 | 57 | "@testing-library/jest-dom": "^6.9.1", |
52 | 58 | "@testing-library/react": "^16.3.2", |
53 | | - "@types/jest": "^30.0.0", |
| 59 | + "@testing-library/user-event": "^14.6.1", |
54 | 60 | "@types/node": "^25.3.3", |
55 | 61 | "@types/react": "^19.2.14", |
56 | 62 | "@types/react-dom": "^19.2.3", |
57 | 63 | "eslint-plugin-storybook": "^10.2.16", |
58 | 64 | "globals": "^17.4.0", |
| 65 | + "identity-obj-proxy": "^3.0.0", |
59 | 66 | "jest": "^30.2.0", |
60 | 67 | "jest-environment-jsdom": "^30.2.0", |
61 | 68 | "jiti": "^2.6.1", |
62 | 69 | "rimraf": "^6.1.3", |
63 | 70 | "storybook": "^10.2.16", |
64 | | - "ts-jest": "^29.4.6", |
65 | | - "typescript": "^5.9.3", |
66 | | - "typescript-eslint": "^8.56.1" |
| 71 | + "ts-jest": "^29.4.6" |
67 | 72 | } |
68 | 73 | } |
0 commit comments