|
27 | 27 | },
|
28 | 28 | "homepage": "https://github.com/final-form/final-form-arrays#readme",
|
29 | 29 | "devDependencies": {
|
30 |
| - "@types/jest": "^29.5.14", |
31 | 30 | "@babel/core": "^7.27.1",
|
32 | 31 | "@babel/plugin-external-helpers": "^7.27.1",
|
33 | 32 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
43 | 42 | "@babel/plugin-transform-runtime": "^7.27.1",
|
44 | 43 | "@babel/preset-env": "^7.27.2",
|
45 | 44 | "@babel/preset-typescript": "^7.27.1",
|
| 45 | + "@eslint/js": "^9.27.0", |
| 46 | + "@types/jest": "^29.5.14", |
| 47 | + "@typescript-eslint/eslint-plugin": "^8.32.1", |
| 48 | + "@typescript-eslint/parser": "^8.32.1", |
46 | 49 | "babel-core": "^7.0.0-bridge.0",
|
47 | 50 | "babel-eslint": "^10.1.0",
|
48 | 51 | "babel-jest": "^29.7.0",
|
49 | 52 | "bundlesize": "^0.18.2",
|
50 | 53 | "doctoc": "^2.2.1",
|
51 |
| - "@eslint/js": "^9.27.0", |
52 |
| - "@typescript-eslint/eslint-plugin": "^8.32.1", |
53 |
| - "@typescript-eslint/parser": "^8.32.1", |
54 | 54 | "eslint": "^9.27.0",
|
55 |
| - "globals": "^16.2.0", |
56 | 55 | "eslint-plugin-import": "^2.31.0",
|
57 | 56 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
58 | 57 | "eslint-plugin-react": "^7.37.5",
|
59 | 58 | "final-form": "^5.0.0-3",
|
| 59 | + "globals": "^16.2.0", |
60 | 60 | "glow": "^1.2.2",
|
61 | 61 | "husky": "^9.1.7",
|
62 | 62 | "jest": "^29.7.0",
|
|
72 | 72 | "rollup-plugin-flow": "^1.1.1",
|
73 | 73 | "rollup-plugin-node-resolve": "^5.2.0",
|
74 | 74 | "rollup-plugin-replace": "^2.2.0",
|
75 |
| - "rollup-plugin-uglify": "^6.0.4", |
76 | 75 | "rollup-plugin-typescript2": "^0.36.0",
|
77 |
| - "typescript": "^5.8.3", |
78 |
| - "ts-jest": "^29.2.5" |
| 76 | + "rollup-plugin-uglify": "^6.0.4", |
| 77 | + "ts-jest": "^29.2.5", |
| 78 | + "typescript": "^5.8.3" |
79 | 79 | },
|
80 | 80 | "peerDependencies": {
|
81 | 81 | "final-form": "^4.20.8"
|
|
0 commit comments