|
27 | 27 | ],
|
28 | 28 | "scripts": {
|
29 | 29 | "test": "jest",
|
30 |
| - "test:junit": "jest --ci --reporters=default --reporters=jest-junit", |
| 30 | + "test:junit": "jest --ci --reporters=default", |
31 | 31 | "clean": "rimraf lib/*",
|
32 | 32 | "rb": "rollup -c --configPlugin typescript",
|
33 |
| - "rbw": "yarn rb --watch", |
34 |
| - "build": "yarn clean && yarn rb", |
| 33 | + "rbw": "npm run rb --watch", |
| 34 | + "build": "npm run clean && npm run rb", |
35 | 35 | "lint": "tslint -p tsconfig.json 'src/**/*.ts*'",
|
36 | 36 | "lint:all": "npm run lint",
|
37 | 37 | "check-typescript": "tsc",
|
38 | 38 | "prepublishOnly": "npm run build",
|
39 | 39 | "prettier": "prettier --write 'src/*.@(js|ts|tsx|json|css)'",
|
40 | 40 | "link-dev": "./link-dev.sh",
|
41 |
| - "check": "npm i && npm run prettier && npm run lint && tsc && npm run test" |
| 41 | + "check": "npm i && npm run prettier && npm run lint && tsc && npm run test", |
| 42 | + "doc": "typedoc" |
42 | 43 | },
|
43 | 44 | "repository": {
|
44 | 45 | "type": "git",
|
|
60 | 61 | "@types/react": "^18.0.3",
|
61 | 62 | "@types/react-dom": "^18.0.0",
|
62 | 63 | "@types/react-test-renderer": "^18.0.0",
|
63 |
| - "esbuild": "^0.21.3", |
64 |
| - "jest": "^27.5.1", |
65 |
| - "jest-environment-jsdom": "^27.4.4", |
| 64 | +"esbuild": "^0.21.3", |
| 65 | + "jest": "^29.7.0", |
| 66 | + "jest-environment-jsdom": "^29.7.0", |
66 | 67 | "jest-environment-jsdom-global": "^4.0.0",
|
67 |
| - "jest-junit": "^16.0.0", |
68 | 68 | "prettier": "^1.18.2",
|
69 | 69 | "prop-types": "^15.7.2",
|
70 | 70 | "react": "^18.0.0",
|
71 | 71 | "react-dom": "^18.0.0",
|
72 | 72 | "react-test-renderer": "^18.0.0",
|
73 |
| - "rimraf": "^5.0.7", |
| 73 | + "rimraf": "^5.0.9", |
74 | 74 | "rollup": "^3.26.2",
|
75 | 75 | "rollup-plugin-dts": "^6.1.0",
|
76 | 76 | "rollup-plugin-esbuild": "^6.1.1",
|
77 |
| - "rollup-plugin-filesize": "^10.0.0", |
78 |
| - "ts-jest": "^27.1.1", |
| 77 | + "ts-jest": "^29.2.2", |
79 | 78 | "tslint": "^6.1.3",
|
80 | 79 | "tslint-config-prettier": "^1.18.0",
|
81 | 80 | "tslint-plugin-prettier": "^2.3.0",
|
82 |
| - "typescript": "^4.5.3" |
| 81 | + "typescript": "^4.5.3", |
| 82 | + "typedoc": "^0.25.13" |
83 | 83 | },
|
84 | 84 | "dependencies": {
|
85 | 85 | "hoist-non-react-statics": "^3.3.2",
|
|
0 commit comments