Skip to content

Commit 9b89223

Browse files
committed
husky
1 parent 30133eb commit 9b89223

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
},
2828
"homepage": "https://github.com/final-form/final-form-arrays#readme",
2929
"devDependencies": {
30-
"@types/jest": "^29.5.14",
3130
"@babel/core": "^7.27.1",
3231
"@babel/plugin-external-helpers": "^7.27.1",
3332
"@babel/plugin-proposal-class-properties": "^7.18.6",
@@ -43,20 +42,21 @@
4342
"@babel/plugin-transform-runtime": "^7.27.1",
4443
"@babel/preset-env": "^7.27.2",
4544
"@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",
4649
"babel-core": "^7.0.0-bridge.0",
4750
"babel-eslint": "^10.1.0",
4851
"babel-jest": "^29.7.0",
4952
"bundlesize": "^0.18.2",
5053
"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",
5454
"eslint": "^9.27.0",
55-
"globals": "^16.2.0",
5655
"eslint-plugin-import": "^2.31.0",
5756
"eslint-plugin-jsx-a11y": "^6.10.2",
5857
"eslint-plugin-react": "^7.37.5",
5958
"final-form": "^5.0.0-3",
59+
"globals": "^16.2.0",
6060
"glow": "^1.2.2",
6161
"husky": "^9.1.7",
6262
"jest": "^29.7.0",
@@ -72,10 +72,10 @@
7272
"rollup-plugin-flow": "^1.1.1",
7373
"rollup-plugin-node-resolve": "^5.2.0",
7474
"rollup-plugin-replace": "^2.2.0",
75-
"rollup-plugin-uglify": "^6.0.4",
7675
"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"
7979
},
8080
"peerDependencies": {
8181
"final-form": "^4.20.8"

0 commit comments

Comments
 (0)