|
25 | 25 | "license": "MIT", |
26 | 26 | "scripts": { |
27 | 27 | "test": "pnpm test:web && pnpm test:native && pnpm test:preact && pnpm test:vitest && pnpm lint:pkg", |
28 | | - "test:web": "jest --color", |
| 28 | + "test:web": "jest --color --silent", |
29 | 29 | "test:web:watch": "jest --watch", |
30 | | - "test:native": "jest --color --config .jest.native.json", |
31 | | - "test:preact": "jest --color --config .jest.preact.json", |
| 30 | + "test:native": "jest --color --silent --config .jest.native.json", |
| 31 | + "test:preact": "jest --color --silent --config .jest.preact.json", |
32 | 32 | "test:vitest": "pnpm --filter vitest-entry test", |
33 | | - "lint:pkg": "publint --pack npm && attw --pack .", |
| 33 | + "lint:pkg": "publint --pack npm && attw --pack . --quiet", |
34 | 34 | "prepare": "husky" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | 37 | "@arethetypeswrong/cli": "^0.18.2", |
38 | 38 | "@babel/core": "^7.0.0", |
| 39 | + "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
39 | 40 | "@babel/preset-env": "^7.16.4", |
40 | 41 | "@babel/preset-react": "^7.0.0", |
41 | 42 | "@biomejs/biome": "^2.4.8", |
| 43 | + "@cfaester/enzyme-adapter-react-18": "^0.8.0", |
42 | 44 | "@changesets/changelog-git": "^0.2.1", |
43 | 45 | "@changesets/cli": "^2.30.0", |
44 | 46 | "@testing-library/react": "^12.1.2", |
45 | | - "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
46 | | - "@cfaester/enzyme-adapter-react-18": "^0.8.0", |
47 | | - "babel-jest": "^27.3.1", |
| 47 | + "babel-jest": "^29.7.0", |
48 | 48 | "enzyme": "^3.6.0", |
49 | 49 | "enzyme-adapter-preact-pure": "^3.3.0", |
50 | 50 | "enzyme-to-json": "^3.3.1", |
51 | 51 | "husky": "^9.1.7", |
52 | | - "jest": "^27.3.1", |
53 | | - "jest-environment-jsdom": "^27.5.1", |
| 52 | + "jest": "^29.7.0", |
| 53 | + "jest-environment-jsdom": "^29.7.0", |
54 | 54 | "lint-staged": "^15.5.2", |
55 | 55 | "preact": "^10.0.0-beta.2", |
56 | 56 | "preact-render-to-json": "^3.6.6", |
57 | | - "pretty-format": "^27.5.1", |
| 57 | + "pretty-format": "^29.7.0", |
58 | 58 | "publint": "^0.3.18", |
59 | 59 | "react": "18.2.0", |
60 | 60 | "react-dom": "18.2.0", |
|
0 commit comments