Skip to content

Commit

Permalink
fix(deps): remove all 'latest'
Browse files Browse the repository at this point in the history
  • Loading branch information
biosan committed Jan 23, 2020
1 parent 261bb76 commit 4c3908f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
},
"license": "MIT",
"dependencies": {
"address-format": "*",
"handlebars": "*",
"handlebars-wax": "*",
"moment": "*",
"swag": "*"
"address-format": "^0.0.3",
"handlebars": "^4.5.1",
"handlebars-wax": "^6.1.0",
"moment": "^2.24.0",
"swag": "^0.7.0"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@commitlint/cli": "~8.2.0",
"@commitlint/config-conventional": "~8.2.0",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"husky": "latest",
"jest": "*",
"husky": "~3.0.9",
"jest": "^24.9.0",
"jest-handlebars": "^1.0.1",
"jest-image-snapshot": "*",
"prettier": "latest",
"puppeteer": "*"
"jest-image-snapshot": "^2.11.0",
"prettier": "^1.18.2",
"puppeteer": "^2.0.0"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 4c3908f

Please sign in to comment.