|
3 | 3 | "version": "0.15.0", |
4 | 4 | "description": "A lightweight, JavaScript-only replacement for the deprecated React Test Renderer.", |
5 | 5 | "keywords": [ |
| 6 | + "jest", |
6 | 7 | "react", |
| 8 | + "react-19", |
7 | 9 | "react-test-renderer", |
8 | | - "testing", |
9 | 10 | "test-renderer", |
10 | | - "react-19", |
11 | | - "jest" |
| 11 | + "testing" |
12 | 12 | ], |
13 | | - "author": "Maciej Jastrzebski <mdjastrzebski@gmail.com>", |
| 13 | + "homepage": "https://github.com/mdjastrzebski/test-renderer", |
14 | 14 | "license": "MIT", |
| 15 | + "author": "Maciej Jastrzebski <mdjastrzebski@gmail.com>", |
15 | 16 | "repository": { |
16 | 17 | "type": "git", |
17 | 18 | "url": "https://github.com/mdjastrzebski/test-renderer.git" |
18 | 19 | }, |
19 | | - "homepage": "https://github.com/mdjastrzebski/test-renderer", |
| 20 | + "files": [ |
| 21 | + "dist" |
| 22 | + ], |
20 | 23 | "type": "module", |
21 | 24 | "main": "./dist/index.cjs", |
22 | 25 | "module": "./dist/index.js", |
|
31 | 34 | "default": "./package.json" |
32 | 35 | } |
33 | 36 | }, |
34 | | - "files": [ |
35 | | - "dist" |
36 | | - ], |
37 | 37 | "scripts": { |
38 | 38 | "build": "tsup", |
39 | 39 | "check:react-release-guard": "node scripts/check-react-release-guard.mjs", |
|
43 | 43 | "lint": "eslint .", |
44 | 44 | "typecheck": "tsc --noEmit", |
45 | 45 | "test:watch": "jest --watch", |
46 | | - "validate": "bun run typecheck && bun run test && bun run lint && bun run format:check", |
| 46 | + "validate": "bun run typecheck && bun run test && bun run lint && bun run format", |
47 | 47 | "validate:fix": "bun run format:fix && bun run lint --fix && bun run typecheck && bun run test -u", |
48 | | - "format:check": "prettier --check .", |
49 | | - "format:fix": "prettier --write .", |
| 48 | + "format": "oxfmt --check .", |
| 49 | + "format:check": "oxfmt --check .", |
| 50 | + "format:fix": "oxfmt .", |
50 | 51 | "release": "release-it" |
51 | 52 | }, |
52 | | - "testRenderer": { |
53 | | - "supportedReactRange": ">=19.0.0 <19.3.0" |
54 | | - }, |
55 | 53 | "dependencies": { |
56 | | - "react-reconciler": "~0.31.0", |
57 | | - "@types/react-reconciler": "~0.31.0" |
58 | | - }, |
59 | | - "peerDependencies": { |
60 | | - "react": "^19.0.0" |
| 54 | + "@types/react-reconciler": "~0.31.0", |
| 55 | + "react-reconciler": "~0.31.0" |
61 | 56 | }, |
62 | 57 | "devDependencies": { |
63 | 58 | "@eslint/js": "^10.0.1", |
|
69 | 64 | "eslint": "^10.2.0", |
70 | 65 | "eslint-plugin-simple-import-sort": "^13.0.0", |
71 | 66 | "jest": "^30.3.0", |
72 | | - "prettier": "^3.8.2", |
| 67 | + "oxfmt": "^0.44.0", |
73 | 68 | "react": "^19.2.5", |
74 | 69 | "release-it": "^19.2.4", |
75 | 70 | "ts-jest": "^29.4.9", |
76 | 71 | "tsup": "^8.5.1", |
77 | 72 | "typescript": "~6.0.2", |
78 | 73 | "typescript-eslint": "^8.58.1" |
| 74 | + }, |
| 75 | + "peerDependencies": { |
| 76 | + "react": "^19.0.0" |
| 77 | + }, |
| 78 | + "testRenderer": { |
| 79 | + "supportedReactRange": ">=19.0.0 <19.3.0" |
79 | 80 | } |
80 | 81 | } |
0 commit comments