Skip to content

Commit f7df126

Browse files
committedJul 6, 2023
fix: cleanup & update deps
1 parent afc9b20 commit f7df126

File tree

2 files changed

+914
-1096
lines changed

2 files changed

+914
-1096
lines changed
 

‎package.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -21,46 +21,45 @@
2121
"access": "public"
2222
},
2323
"engine": {
24-
"node": ">= 12.15.0"
24+
"node": ">= 18.15.0"
2525
},
2626
"devDependencies": {
27-
"eslint": "^8.41.0",
27+
"eslint": "^8.44.0",
2828
"eslint-config-makeomatic": "^5.1.0",
2929
"eslint-plugin-import": "^2.27.5",
3030
"eslint-plugin-promise": "^6.1.1",
3131
"eslint-plugin-unicorn": "^47.0.0",
32-
"jest": "^29.5.0",
33-
"typescript": "^5.0.4"
32+
"jest": "^29.6.0",
33+
"typescript": "^5.1.6"
3434
},
3535
"dependencies": {
36-
"@commitlint/cli": "^17.6.3",
36+
"@commitlint/cli": "^17.6.6",
3737
"@fastify/compress": "^6.4.0",
38-
"@sinclair/typebox": "^0.28.13",
39-
"@types/node": "^20.2.5",
38+
"@sinclair/typebox": "^0.29.3",
39+
"@types/node": "^20.3.3",
4040
"bluebird": "^3.7.2",
4141
"chrome-launcher": "^0.15.2",
4242
"chrome-remote-interface": "^0.32.2",
4343
"cross-env": "^7.0.3",
4444
"death": "^1.1.0",
4545
"debug": "^4.3.4",
4646
"execa": "^5.1.1",
47-
"fastify": "^4.17.0",
47+
"fastify": "^4.19.2",
4848
"find-up": "^5.0.0",
4949
"get-port": "^5.1.1",
50-
"glob": "^10.2.6",
50+
"glob": "^10.3.1",
5151
"husky": "~8.0.3",
5252
"hyperid": "^3.1.1",
5353
"is": "^3.3.0",
5454
"js-yaml": "^4.1.0",
5555
"lodash.get": "^4.4.2",
5656
"lodash.merge": "^4.6.2",
5757
"lodash.set": "^4.3.2",
58-
"ms-conf": "^7.0.2",
5958
"npm-path": "^2.0.4",
6059
"pino": "^8.14.1",
6160
"read-pkg": "^5.2.0",
6261
"rimraf": "^5.0.1",
63-
"semantic-release": "21.0.1",
62+
"semantic-release": "21.0.7",
6463
"serialize-error": "^8.1.0",
6564
"shelljs": "^0.8.5",
6665
"split2": "^4.2.0",

‎pnpm-lock.yaml

+904-1,085
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.