|
1 | 1 | { |
2 | 2 | "name": "@restart/hooks", |
3 | 3 | "version": "0.5.1", |
4 | | - "main": "lib/cjs/index.js", |
5 | | - "types": "lib/cjs/index.d.ts", |
6 | | - "module": "lib/esm/index.js", |
7 | 4 | "exports": { |
8 | 5 | ".": { |
9 | 6 | "types": "./esm/index.d.ts", |
|
18 | 15 | }, |
19 | 16 | "repository": { |
20 | 17 | "type": "git", |
21 | | - "url": "git+https://github.com/jquense/react-common-hooks.git" |
| 18 | + "url": "git+https://github.com/react-restart/hooks.git" |
22 | 19 | }, |
23 | 20 | "author": { |
24 | 21 | "name": "Jason Quense", |
|
40 | 37 | "build:cjs:types": "tsc -p . --emitDeclarationOnly --declaration --outDir cjs --module commonjs --moduleResolution node", |
41 | 38 | "deploy-docs": "yarn --cwd www build --prefix-paths && gh-pages -d www/public", |
42 | 39 | "prepublishOnly": "yarn build", |
| 40 | + "typecheck": "tsc -p . --noEmit", |
43 | 41 | "release": "rollout" |
44 | 42 | }, |
45 | 43 | "jest": { |
|
70 | 68 | "@4c/jest-preset": "^1.8.1", |
71 | 69 | "@4c/rollout": "^4.0.2", |
72 | 70 | "@4c/tsconfig": "^0.4.1", |
73 | | - "@babel/cli": "^7.22.9", |
74 | | - "@babel/core": "^7.22.9", |
75 | | - "@babel/preset-typescript": "^7.22.5", |
76 | | - "@testing-library/react": "^12.1.5", |
77 | | - "@testing-library/react-hooks": "^7.0.0", |
| 71 | + "@babel/cli": "^7.26.4", |
| 72 | + "@babel/core": "^7.26.0", |
| 73 | + "@babel/preset-typescript": "^7.26.0", |
| 74 | + "@testing-library/dom": "^10.4.0", |
| 75 | + "@testing-library/react": "^16.1.0", |
78 | 76 | "@types/jest": "^29.5.3", |
79 | 77 | "@types/lodash": "^4.14.195", |
80 | | - "@types/react": "^18.2.15", |
| 78 | + "@types/react": "^19.0.2", |
81 | 79 | "babel-jest": "^29.6.1", |
82 | 80 | "babel-plugin-transform-rename-import": "^2.3.0", |
83 | 81 | "cherry-pick": "^0.5.0", |
|
91 | 89 | "lint-staged": "^13.2.3", |
92 | 90 | "mq-polyfill": "^1.1.8", |
93 | 91 | "prettier": "^3.0.0", |
94 | | - "react": "^16.13.0", |
95 | | - "react-dom": "^16.13.0", |
| 92 | + "react": "^19.0.0", |
| 93 | + "react-dom": "^19.0.0", |
96 | 94 | "rimraf": "^5.0.1", |
97 | 95 | "typescript": "^5.1.6" |
98 | 96 | }, |
|
0 commit comments