Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
feat(deps): use exact versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Eryk Napierala committed Mar 16, 2019
1 parent 14841ff commit 2fc885f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
},
"homepage": "https://github.com/rpowelll/bs-enzyme#readme",
"devDependencies": {
"@glennsl/bs-jest": "^0.4.8",
"bs-platform": "^4.0.18",
"enzyme-adapter-react-16": "^1.11.2",
"jest": "^24.5.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"@glennsl/bs-jest": "0.4.8",
"bs-platform": "4.0.18",
"enzyme-adapter-react-16": "1.11.2",
"jest": "24.5.0",
"react": "16.8.4",
"react-dom": "16.8.4",
"reason-react": "0.6.0"
},
"dependencies": {
"enzyme": "^3.9.0",
"react-test-renderer": "^16.8.4"
"enzyme": "3.9.0",
"react-test-renderer": "16.8.4"
},
"peerDependencies": {
"bs-platform": ">=4.0.0",
Expand Down

0 comments on commit 2fc885f

Please sign in to comment.