Skip to content

Commit

Permalink
chore: reorder package.json sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Dec 18, 2023
1 parent affc468 commit 89357fb
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,22 @@
"dont-cleanup-after-each.js",
"typings/index.flow.js"
],
"dependencies": {
"jest-matcher-utils": "^29.7.0",
"pretty-format": "^29.7.0",
"redent": "^3.0.0"
},
"peerDependencies": {
"jest": ">=28.0.0",
"react": ">=16.8.0",
"react-native": ">=0.59",
"react-test-renderer": ">=16.8.0"
},
"peerDependenciesMeta": {
"jest": {
"optional": true
}
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
Expand Down Expand Up @@ -80,22 +96,6 @@
"strip-ansi": "^6.0.1",
"typescript": "^5.3.2"
},
"dependencies": {
"jest-matcher-utils": "^29.7.0",
"pretty-format": "^29.7.0",
"redent": "^3.0.0"
},
"peerDependencies": {
"jest": ">=28.0.0",
"react": ">=16.8.0",
"react-native": ">=0.59",
"react-test-renderer": ">=16.8.0"
},
"peerDependenciesMeta": {
"jest": {
"optional": true
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
Expand Down

0 comments on commit 89357fb

Please sign in to comment.