|
2 | 2 | "name": "@storybook/test-runner", |
3 | 3 | "version": "0.22.1", |
4 | 4 | "description": "Test runner for Storybook stories", |
| 5 | + "type": "module", |
5 | 6 | "keywords": [ |
6 | 7 | "storybook-addons", |
7 | 8 | "test", |
|
16 | 17 | }, |
17 | 18 | "license": "MIT", |
18 | 19 | "author": "shilman", |
19 | | - "main": "dist/index.js", |
| 20 | + "main": "dist/index.mjs", |
20 | 21 | "module": "dist/index.mjs", |
21 | 22 | "types": "dist/index.d.ts", |
22 | 23 | "bin": { |
23 | | - "test-storybook": "./dist/test-storybook.js" |
| 24 | + "test-storybook": "./dist/test-storybook.mjs" |
24 | 25 | }, |
25 | 26 | "files": [ |
26 | 27 | "dist", |
|
55 | 56 | "@babel/generator": "^7.22.5", |
56 | 57 | "@babel/template": "^7.22.5", |
57 | 58 | "@babel/types": "^7.22.5", |
58 | | - "@jest/types": "^29.6.3", |
| 59 | + "@jest/types": "^30.0.1", |
59 | 60 | "@swc/core": "^1.5.22", |
60 | | - "@swc/jest": "^0.2.23", |
| 61 | + "@swc/jest": "^0.2.38", |
| 62 | + "@types/node-fetch": "^2.6.12", |
61 | 63 | "expect-playwright": "^0.8.0", |
62 | | - "jest": "^29.6.4", |
63 | | - "jest-circus": "^29.6.4", |
64 | | - "jest-environment-node": "^29.6.4", |
| 64 | + "jest": "^30.0.4", |
| 65 | + "jest-circus": "^30.0.4", |
| 66 | + "jest-environment-node": "^30.0.4", |
65 | 67 | "jest-junit": "^16.0.0", |
66 | 68 | "jest-playwright-preset": "^4.0.0", |
67 | | - "jest-runner": "^29.6.4", |
| 69 | + "jest-runner": "^30.0.4", |
68 | 70 | "jest-serializer-html": "^7.1.0", |
69 | | - "jest-watch-typeahead": "^2.0.0", |
| 71 | + "jest-watch-typeahead": "^3.0.1", |
| 72 | + "node-fetch": "^3.3.2", |
70 | 73 | "nyc": "^15.1.0", |
71 | 74 | "playwright": "^1.14.0" |
72 | 75 | }, |
|
80 | 83 | "@storybook/addon-coverage": "^1.0.0", |
81 | 84 | "@storybook/addon-docs": "0.0.0-pr-31819-sha-8b752a73", |
82 | 85 | "@storybook/react-vite": "0.0.0-pr-31819-sha-8b752a73", |
83 | | - "@types/jest": "^29.0.0", |
84 | | - "@types/node": "^16.4.1", |
85 | | - "@types/node-fetch": "^2.6.11", |
| 86 | + "@types/jest": "^30.0.0", |
| 87 | + "@types/node": "^24.0.10", |
86 | 88 | "@vitejs/plugin-react": "^4.0.3", |
87 | 89 | "auto": "^11.1.6", |
88 | | - "babel-jest": "^29.0.0", |
| 90 | + "babel-jest": "^30.0.4", |
89 | 91 | "babel-loader": "^8.1.0", |
90 | 92 | "babel-plugin-istanbul": "^6.1.1", |
91 | 93 | "can-bind-to-host": "^1.1.1", |
|
95 | 97 | "husky": "^8.0.0", |
96 | 98 | "jest-image-snapshot": "^6.2.0", |
97 | 99 | "lint-staged": "^13.0.3", |
98 | | - "node-fetch": "^2", |
99 | 100 | "pkg-up": "^5.0.0", |
100 | 101 | "prettier": "^2.8.1", |
101 | 102 | "react": "^17.0.1", |
|
104 | 105 | "storybook": "0.0.0-pr-31819-sha-8b752a73", |
105 | 106 | "tempy": "^1.0.1", |
106 | 107 | "ts-dedent": "^2.0.0", |
107 | | - "ts-jest": "^29.0.0", |
108 | | - "tsup": "^6.5.0", |
109 | | - "typescript": "~4.9.4", |
| 108 | + "ts-jest": "^29.4.0", |
| 109 | + "tsup": "^8.5.0", |
| 110 | + "typescript": "^5.8.3", |
110 | 111 | "vite": "^6.3.2", |
111 | 112 | "wait-on": "^7.2.0" |
112 | 113 | }, |
|
0 commit comments