Skip to content

Commit 16426ce

Browse files
authored
Merge pull request #91 from balena-io-modules/update-deps
Update dependencies
2 parents 46192e3 + e671fc8 commit 16426ce

3 files changed

Lines changed: 214 additions & 144 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"test": "mocha",
1010
"posttest": "npm run lint",
1111
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && peggy --source-map --extra-options-file odata-parser.config.json --output odata-parser.js odata-parser.pegjs",
12-
"prettify": "balena-lint -e ts -e js --typescript --fix odata-parser.d.ts test"
12+
"lint-fix": "balena-lint -e ts -e js --typescript --fix odata-parser.d.ts test"
1313
},
1414
"repository": "https://github.com/balena-io-modules/odata-parser.git",
1515
"author": "",
1616
"license": "BSD",
1717
"devDependencies": {
18-
"@balena/lint": "^8.0.0",
19-
"@types/chai": "^4.3.4",
20-
"@types/lodash": "^4.14.194",
21-
"@types/mocha": "^10.0.1",
22-
"chai": "^4.3.7",
23-
"husky": "^9.0.0",
24-
"lint-staged": "^15.0.0",
18+
"@balena/lint": "^8.2.8",
19+
"@types/chai": "^4.3.20",
20+
"@types/lodash": "^4.17.10",
21+
"@types/mocha": "^10.0.8",
22+
"chai": "^4.5.0",
23+
"husky": "^9.1.6",
24+
"lint-staged": "^15.2.10",
2525
"lodash": "^4.17.21",
26-
"mocha": "^10.2.0",
27-
"peggy": "^4.0.0",
28-
"ts-node": "^10.9.1",
29-
"typescript": "^5.0.4"
26+
"mocha": "^10.7.3",
27+
"peggy": "^4.1.1",
28+
"ts-node": "^10.9.2",
29+
"typescript": "^5.6.2"
3030
},
3131
"mocha": {
3232
"reporter": "spec",

0 commit comments

Comments
 (0)