Skip to content

Commit 89357fb

Browse files
committed
chore: reorder package.json sections
1 parent affc468 commit 89357fb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,22 @@
5252
"dont-cleanup-after-each.js",
5353
"typings/index.flow.js"
5454
],
55+
"dependencies": {
56+
"jest-matcher-utils": "^29.7.0",
57+
"pretty-format": "^29.7.0",
58+
"redent": "^3.0.0"
59+
},
60+
"peerDependencies": {
61+
"jest": ">=28.0.0",
62+
"react": ">=16.8.0",
63+
"react-native": ">=0.59",
64+
"react-test-renderer": ">=16.8.0"
65+
},
66+
"peerDependenciesMeta": {
67+
"jest": {
68+
"optional": true
69+
}
70+
},
5571
"devDependencies": {
5672
"@babel/cli": "^7.23.4",
5773
"@babel/core": "^7.23.3",
@@ -80,22 +96,6 @@
8096
"strip-ansi": "^6.0.1",
8197
"typescript": "^5.3.2"
8298
},
83-
"dependencies": {
84-
"jest-matcher-utils": "^29.7.0",
85-
"pretty-format": "^29.7.0",
86-
"redent": "^3.0.0"
87-
},
88-
"peerDependencies": {
89-
"jest": ">=28.0.0",
90-
"react": ">=16.8.0",
91-
"react-native": ">=0.59",
92-
"react-test-renderer": ">=16.8.0"
93-
},
94-
"peerDependenciesMeta": {
95-
"jest": {
96-
"optional": true
97-
}
98-
},
9999
"publishConfig": {
100100
"registry": "https://registry.npmjs.org"
101101
},

0 commit comments

Comments
 (0)