Skip to content

Commit

Permalink
Use caret ranges for dependencies for more flexibility
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
Page- committed May 28, 2024
1 parent 1a4e826 commit 848c794
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
},
"private": true,
"dependencies": {
"balena-sdk": "19.5.10",
"bluebird": "3.7.2",
"dbus-native": "0.4.0",
"lodash": "4.17.21",
"request": "2.88.2",
"request-promise": "4.2.6"
"balena-sdk": "^19.5.10",
"bluebird": "^3.7.2",
"dbus-native": "^0.4.0",
"lodash": "^4.17.21",
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"devDependencies": {
"@balena/lint": "8.0.2",
"@types/lodash": "4.17.4",
"@balena/lint": "^8.0.2",
"@types/lodash": "^4.17.4",
"@types/node": "^20.6.0",
"@types/request-promise": "4.1.51",
"husky": "^9.0.0",
"lint-staged": "15.2.5",
"typescript": "5.4.5"
"lint-staged": "^15.2.5",
"typescript": "^5.4.5"
},
"engines": {
"node": "^20.6.1",
Expand Down

0 comments on commit 848c794

Please sign in to comment.