|
13 | 13 | "main": "dist/index.js", |
14 | 14 | "module": "dist/esm/index.js", |
15 | 15 | "typings": "dist/index.d.ts", |
| 16 | + "engines": { |
| 17 | + "npm": "^8", |
| 18 | + "node": "^16" |
| 19 | + }, |
16 | 20 | "scripts": { |
17 | 21 | "build": "npm run build:node && npm run build:esm", |
18 | 22 | "build:node": "tsc", |
|
41 | 45 | }, |
42 | 46 | "homepage": "https://github.com/aboutbits/pagination#readme", |
43 | 47 | "devDependencies": { |
44 | | - "@types/jest": "^26.0.9", |
45 | | - "@typescript-eslint/eslint-plugin": "^3.8.0", |
46 | | - "@typescript-eslint/parser": "^3.8.0", |
47 | | - "eslint": "^7.6.0", |
48 | | - "eslint-config-prettier": "^6.11.0", |
49 | | - "eslint-plugin-import": "^2.22.0", |
50 | | - "eslint-plugin-jest": "^23.20.0", |
51 | | - "eslint-plugin-prettier": "^3.1.4", |
52 | | - "jest": "^26.2.2", |
53 | | - "prettier": "^2.0.5", |
54 | | - "ts-jest": "^26.1.4", |
55 | | - "typescript": "^3.9.7" |
| 48 | + "@types/jest": "^28.1.3", |
| 49 | + "@typescript-eslint/eslint-plugin": "^5.30.0", |
| 50 | + "@typescript-eslint/parser": "^5.30.0", |
| 51 | + "eslint": "^8.18.0", |
| 52 | + "eslint-config-prettier": "^8.5.0", |
| 53 | + "eslint-plugin-import": "^2.26.0", |
| 54 | + "eslint-plugin-jest": "^26.5.3", |
| 55 | + "eslint-plugin-prettier": "^4.1.0", |
| 56 | + "jest": "^28.1.2", |
| 57 | + "prettier": "^2.7.1", |
| 58 | + "ts-jest": "^28.0.5", |
| 59 | + "typescript": "^4.7.4" |
56 | 60 | } |
57 | 61 | } |
0 commit comments