Skip to content

Commit

Permalink
[Dev Deps] use ^
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 23, 2022
1 parent 4eeb000 commit 74b1923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -42,11 +42,11 @@
"xhr-write-stream": "~0.1.2"
},
"devDependencies": {
"auto-changelog": "~2.4.0",
"in-publish": "~2.0.1",
"rimraf": "~3.0.2",
"auto-changelog": "^2.4.0",
"in-publish": "^2.0.1",
"rimraf": "^3.0.2",
"safe-publish-latest": "^2.0.0",
"tape": "~5.6.1"
"tape": "^5.6.1"
},
"engines": {
"node": ">=0.8"
Expand Down

0 comments on commit 74b1923

Please sign in to comment.