Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Freeze dependencies to avoid surprises
Browse files Browse the repository at this point in the history
  • Loading branch information
geowarin committed Mar 5, 2016
1 parent 2b9f26d commit 8f0093b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
},
"homepage": "https://github.com/geowarin/electron-hot-loader#readme",
"dependencies": {
"escodegen": "^1.8.0",
"esprima": "^2.7.2",
"estraverse": "^4.1.1",
"jstransform": "^11.0.3",
"react-deep-force-update": "^2.0.1",
"react-proxy": "^2.0.3",
"watch-glob": "^0.1.3"
"escodegen": "1.8.0",
"esprima": "2.7.2",
"estraverse": "4.1.1",
"jstransform": "11.0.3",
"react-deep-force-update": "2.0.1",
"react-proxy": "2.0.3",
"watch-glob": "0.1.3"
}
}

0 comments on commit 8f0093b

Please sign in to comment.