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

Commit

Permalink
fix(deps): trust packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoDanin committed May 11, 2019
1 parent f61f05f commit 077362f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"package.json"
],
"dependencies": {
"debug": "4.1.1"
"debug": "^4.1.1"
},
"devDependencies": {
"ava": "1.4.1",
"got": "9.6.0",
"nuxt": "2.6.3",
"vue": "2.6.10"
"ava": "^1.4.1",
"got": "^9.6.0",
"nuxt": "^2.6.3",
"vue": "^2.6.10"
},
"documentation": "./docs.md"
}
}

0 comments on commit 077362f

Please sign in to comment.