|
1 | 1 | { |
2 | 2 | "name": "react-resize-detector", |
3 | | - "version": "11.0.0-beta.0", |
| 3 | + "version": "12.0.0", |
4 | 4 | "description": "React resize detector", |
5 | | - "main": "build/index.js", |
6 | | - "module": "build/index.esm.js", |
| 5 | + "type": "module", |
| 6 | + "exports": "./build/index.js", |
| 7 | + "types": "./build/index.d.ts", |
7 | 8 | "files": [ |
8 | 9 | "build" |
9 | 10 | ], |
10 | | - "types": "build/types/index.d.ts", |
11 | 11 | "repository": { |
12 | 12 | "type": "git", |
13 | 13 | "url": "git+https://github.com/maslianok/react-resize-detector.git" |
|
25 | 25 | "lodash": "^4.17.21" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@rollup/plugin-commonjs": "^25.0.8", |
29 | | - "@rollup/plugin-node-resolve": "^15.2.3", |
30 | | - "@rollup/plugin-typescript": "^11.1.6", |
31 | | - "@types/lodash": "^4.17.4", |
32 | | - "@types/react": "^18.3.3", |
33 | | - "@types/react-dom": "^18.3.0", |
34 | | - "@typescript-eslint/eslint-plugin": "^7.11.0", |
35 | | - "@typescript-eslint/parser": "^7.11.0", |
36 | | - "eslint": "^8.57.0", |
| 28 | + "@rollup/plugin-commonjs": "^28.0.1", |
| 29 | + "@rollup/plugin-node-resolve": "^15.3.0", |
| 30 | + "@rollup/plugin-typescript": "^12.1.1", |
| 31 | + "@types/lodash": "^4.17.13", |
| 32 | + "@types/react": "^19.0.1", |
| 33 | + "@types/react-dom": "^19.0.2", |
| 34 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 35 | + "@typescript-eslint/parser": "^7.18.0", |
| 36 | + "eslint": "^8.57.1", |
37 | 37 | "eslint-config-prettier": "^9.1.0", |
38 | | - "eslint-plugin-react": "^7.34.2", |
39 | | - "prettier": "^3.2.5", |
40 | | - "rollup": "^4.18.0", |
41 | | - "rollup-plugin-node-externals": "^7.1.2", |
42 | | - "typescript": "^5.4.5" |
| 38 | + "eslint-plugin-react": "^7.37.2", |
| 39 | + "prettier": "^3.4.2", |
| 40 | + "rollup": "^4.28.1", |
| 41 | + "rollup-plugin-node-externals": "^7.1.3", |
| 42 | + "tslib": "^2.8.1", |
| 43 | + "typescript": "^5.7.2" |
43 | 44 | }, |
44 | 45 | "peerDependencies": { |
45 | | - "react": "^18.0.0", |
46 | | - "react-dom": "^18.0.0" |
| 46 | + "react": "^18.0.0 || ^19.0.0" |
47 | 47 | }, |
48 | 48 | "author": "Vitalii Maslianok <[email protected]> (https://github.com/maslianok)", |
49 | 49 | "bugs": { |
|
0 commit comments