Skip to content

Commit

Permalink
Specify version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Jul 6, 2023
1 parent a5beb5f commit e2ca31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"npm:update": "npm run clean:all && npx npm-check-updates --upgrade && npm install"
},
"dependencies": {
"@tkrotoff/fetch": "file:../..",
"@tkrotoff/fetch": "^0.17.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"npm:update": "npm run clean:all && npx npm-check-updates --upgrade && npm install"
},
"dependencies": {
"@tkrotoff/fetch": "file:../..",
"@tkrotoff/fetch": "^0.17.0",
"core-js": "^3.31.1",
"expect": "^25.5.0",
"ua-parser-js": "^1.0.35"
Expand Down

0 comments on commit e2ca31a

Please sign in to comment.