|
2 | 2 | "name": "@aboutbits/react-toolbox", |
3 | 3 | "version": "0.2.3", |
4 | 4 | "description": "Tools for React", |
| 5 | + "author": "About Bits", |
| 6 | + "license": "MIT", |
| 7 | + "homepage": "https://github.com/aboutbits/react-toolbox", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/aboutbits/react-toolbox" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/aboutbits/react-toolbox/issues" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "react", |
| 17 | + "toolbox", |
| 18 | + "tooling", |
| 19 | + "tools" |
| 20 | + ], |
| 21 | + "private": false, |
| 22 | + "publishConfig": { |
| 23 | + "access": "public" |
| 24 | + }, |
| 25 | + "sideEffects": false, |
5 | 26 | "main": "dist/index.js", |
6 | 27 | "module": "dist/esm/index.js", |
7 | | - "sideEffects": false, |
| 28 | + "files": [ |
| 29 | + "readme.md", |
| 30 | + "dist/**/*" |
| 31 | + ], |
8 | 32 | "engines": { |
9 | 33 | "npm": ">=8", |
10 | 34 | "node": ">=16" |
|
22 | 46 | "version": "npm run test && npm run lint && git add -A src", |
23 | 47 | "postversion": "git push && git push --tags" |
24 | 48 | }, |
25 | | - "repository": { |
26 | | - "type": "git", |
27 | | - "url": "git+https://github.com/aboutbits/react-toolbox" |
28 | | - }, |
29 | | - "private": false, |
30 | | - "keywords": [ |
31 | | - "react", |
32 | | - "toolbox", |
33 | | - "tooling", |
34 | | - "tools" |
35 | | - ], |
36 | | - "author": "About Bits", |
37 | | - "license": "MIT", |
38 | | - "bugs": { |
39 | | - "url": "https://github.com/aboutbits/react-toolbox/issues" |
40 | | - }, |
41 | | - "homepage": "https://github.com/aboutbits/react-toolbox#readme", |
42 | | - "files": [ |
43 | | - "readme.md", |
44 | | - "dist/**/*" |
45 | | - ], |
46 | | - "publishConfig": { |
47 | | - "access": "public" |
48 | | - }, |
49 | 49 | "devDependencies": { |
50 | | - "@testing-library/jest-dom": "^5.16.4", |
51 | | - "@testing-library/react": "^13.4.0", |
52 | | - "@types/css-mediaquery": "^0.1.1", |
53 | | - "@types/jest": "^28.1.3", |
54 | | - "@types/react": "^18.0.0", |
55 | | - "@types/react-dom": "^18.0.0", |
56 | | - "@typescript-eslint/eslint-plugin": "^5.30.0", |
57 | | - "@typescript-eslint/parser": "^5.30.0", |
| 50 | + "@testing-library/jest-dom": "^6.4.2", |
| 51 | + "@testing-library/react": "^14.2.2", |
| 52 | + "@types/css-mediaquery": "^0.1.4", |
| 53 | + "@types/jest": "^29.5.12", |
| 54 | + "@types/react": "^18.2.69", |
| 55 | + "@types/react-dom": "^18.2.22", |
| 56 | + "@typescript-eslint/eslint-plugin": "^7.3.1", |
| 57 | + "@typescript-eslint/parser": "^7.3.1", |
58 | 58 | "css-mediaquery": "^0.1.2", |
59 | | - "eslint": "^8.18.0", |
60 | | - "eslint-config-prettier": "^8.5.0", |
61 | | - "eslint-plugin-import": "^2.26.0", |
62 | | - "eslint-plugin-jest": "^26.5.3", |
63 | | - "eslint-plugin-prettier": "^4.1.0", |
64 | | - "jest": "^28.1.1", |
65 | | - "jest-environment-jsdom": "^28.1.1", |
66 | | - "prettier": "^2.7.1", |
67 | | - "react": "^18.0.0", |
68 | | - "react-dom": "^18.0.0", |
69 | | - "ts-jest": "^28.0.5", |
70 | | - "typescript": "^4.7.4" |
| 59 | + "eslint": "^8.57.0", |
| 60 | + "eslint-config-prettier": "^9.1.0", |
| 61 | + "eslint-plugin-import": "^2.29.1", |
| 62 | + "eslint-plugin-jest": "^27.9.0", |
| 63 | + "eslint-plugin-prettier": "^5.1.3", |
| 64 | + "jest": "^29.7.0", |
| 65 | + "jest-environment-jsdom": "^29.7.0", |
| 66 | + "prettier": "^3.2.5", |
| 67 | + "react": "^18.2.0", |
| 68 | + "react-dom": "^18.2.0", |
| 69 | + "ts-jest": "^29.1.2", |
| 70 | + "typescript": "^5.4.3" |
71 | 71 | }, |
72 | 72 | "peerDependencies": { |
73 | 73 | "react": "^16.0.0 || ^17.0.0 || ^18.0.0" |
|
0 commit comments