Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Change-type: minor
  • Loading branch information
thgreasi committed Apr 2, 2024
1 parent 4c116b3 commit 1c9afbb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"test": "npm run lint",
"prettify": "balena-lint -e ts --fix lib",
"lint": "balena-lint -e ts lib && npx tsc --noEmit",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && npm run build"
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
},
"author": "Balena Inc. <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@balena/lint": "^7.0.2",
"@balena/sbvr-types": "^6.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"typescript": "^5.2.2"
"@balena/lint": "^8.0.0",
"@balena/sbvr-types": "^7.0.6",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"typescript": "^5.4.3"
},
"dependencies": {
"@aws-sdk/cloudfront-signer": "^3.398.0",
"@balena/pinejs": "^15.3.3",
"@aws-sdk/cloudfront-signer": "^3.541.0",
"@balena/pinejs": "^16.0.2",
"memoizee": "^0.4.15"
},
"versionist": {
Expand Down

0 comments on commit 1c9afbb

Please sign in to comment.