Skip to content

Commit

Permalink
Revert "chore: use ^ to allow relaxed versions (#2933)" (#2988)
Browse files Browse the repository at this point in the history
This reverts commit ff22c95.
  • Loading branch information
AllanZhengYP committed Dec 3, 2019
1 parent 2b5e317 commit 5a5446e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"webpack": "^1.15.0"
},
"dependencies": {
"buffer": "^4.9.1",
"events": "^1.1.1",
"ieee754": "^1.1.13",
"jmespath": "^0.15.0",
"querystring": "^0.2.0",
"sax": "^1.2.1",
"url": "^0.10.3",
"uuid": "^3.3.2",
"xml2js": "^0.4.19"
"buffer": "4.9.1",
"events": "1.1.1",
"ieee754": "1.1.13",
"jmespath": "0.15.0",
"querystring": "0.2.0",
"sax": "1.2.1",
"url": "0.10.3",
"uuid": "3.3.2",
"xml2js": "0.4.19"
},
"main": "lib/aws.js",
"browser": {
Expand Down

0 comments on commit 5a5446e

Please sign in to comment.