|
5 | 5 | "main": "dist/index.js", |
6 | 6 | "module": "dist/esm/index.js", |
7 | 7 | "sideEffects": false, |
| 8 | + "engines": { |
| 9 | + "npm": "^8", |
| 10 | + "node": "^16" |
| 11 | + }, |
8 | 12 | "scripts": { |
9 | 13 | "build": "npm run build:node && npm run build:esm", |
10 | 14 | "build:node": "tsc", |
|
42 | 46 | "access": "public" |
43 | 47 | }, |
44 | 48 | "devDependencies": { |
45 | | - "@testing-library/jest-dom": "^5.11.10", |
46 | | - "@testing-library/react": "^11.2.6", |
47 | | - "@testing-library/react-hooks": "^5.1.1", |
| 49 | + "@testing-library/jest-dom": "^5.16.4", |
| 50 | + "@testing-library/react": "^12.0.0", |
| 51 | + "@testing-library/react-hooks": "^8.0.1", |
48 | 52 | "@types/css-mediaquery": "^0.1.1", |
49 | | - "@types/jest": "^26.0.22", |
50 | | - "@types/react": "^17.0.3", |
51 | | - "@typescript-eslint/eslint-plugin": "^4.21.0", |
52 | | - "@typescript-eslint/parser": "^4.21.0", |
| 53 | + "@types/jest": "^28.1.3", |
| 54 | + "@types/react": "^17.0.0", |
| 55 | + "@typescript-eslint/eslint-plugin": "^5.30.0", |
| 56 | + "@typescript-eslint/parser": "^5.30.0", |
53 | 57 | "css-mediaquery": "^0.1.2", |
54 | | - "eslint": "^7.23.0", |
55 | | - "eslint-config-prettier": "^8.1.0", |
56 | | - "eslint-plugin-import": "^2.22.1", |
57 | | - "eslint-plugin-jest": "^24.3.4", |
58 | | - "eslint-plugin-prettier": "^3.3.1", |
59 | | - "jest": "^26.6.3", |
60 | | - "prettier": "^2.2.1", |
| 58 | + "eslint": "^8.18.0", |
| 59 | + "eslint-config-prettier": "^8.5.0", |
| 60 | + "eslint-plugin-import": "^2.26.0", |
| 61 | + "eslint-plugin-jest": "^26.5.3", |
| 62 | + "eslint-plugin-prettier": "^4.1.0", |
| 63 | + "jest": "^28.1.1", |
| 64 | + "jest-environment-jsdom": "^28.1.1", |
| 65 | + "prettier": "^2.7.1", |
61 | 66 | "react": "^17.0.2", |
62 | 67 | "react-dom": "^17.0.2", |
63 | | - "ts-jest": "^26.5.4", |
64 | | - "typescript": "^4.2.4" |
| 68 | + "ts-jest": "^28.0.5", |
| 69 | + "typescript": "^4.7.4" |
65 | 70 | }, |
66 | 71 | "peerDependencies": { |
67 | 72 | "react": "^16.0.0 || ^17.0.0" |
|
0 commit comments