Update internal packages

This commit is contained in:
Piotr Rogowski 2021-12-13 23:37:01 +01:00
parent 89cc7c91ce
commit 7ec29f02d2
No known key found for this signature in database
GPG Key ID: F40F61D5587F5673
2 changed files with 382 additions and 615 deletions

993
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"test": "npm run build && node test/test.js"
},
"devDependencies": {
"@speedy-tuner/eslint-config": "^0.1.0",
"@speedy-tuner/eslint-config": "^0.1.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^16.11.12",
"@types/parsimmon": "^1.10.6",
@ -29,7 +29,7 @@
"typescript": "^4.5.3"
},
"dependencies": {
"@speedy-tuner/types": "^0.1.1",
"@speedy-tuner/types": "^0.2.1",
"js-yaml": "^4.1.0",
"parsimmon": "^1.18.0"
}