Update dependencies

This commit is contained in:
Piotr Rogowski 2023-03-02 23:32:37 +01:00
parent 117227dd68
commit 9ac8864fc2
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
3 changed files with 12 additions and 10 deletions

View File

@ -1,7 +1,9 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": [
"FOME",
"hypertuner",
"parsimmon",
"rusefi"
],
"editor.formatOnSave": true,

16
package-lock.json generated
View File

@ -18,10 +18,10 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.11.13",
"@types/node": "^18.14.4",
"@types/parsimmon": "^1.10.6",
"rome": "^11.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
},
"node_modules/@hyper-tuner/types": {
@ -115,9 +115,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "18.11.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.13.tgz",
"integrity": "sha512-IASpMGVcWpUsx5xBOrxMj7Bl8lqfuTY7FKAnPmu5cHkfQVWF8GulWS1jbRqA934qZL35xh5xN/+Xe/i26Bod4w==",
"version": "18.14.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.4.tgz",
"integrity": "sha512-VhCw7I7qO2X49+jaKcAUwi3rR+hbxT5VcYF493+Z5kMLI0DL568b7JI4IDJaxWFH0D/xwmGJNoXisyX+w7GH/g==",
"dev": true
},
"node_modules/@types/parsimmon": {
@ -169,9 +169,9 @@
}
},
"node_modules/typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -27,10 +27,10 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.11.13",
"@types/node": "^18.14.4",
"@types/parsimmon": "^1.10.6",
"rome": "^11.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"dependencies": {
"@hyper-tuner/types": "^0.4.2",