Rollback git installed packages

This commit is contained in:
Piotr Rogowski 2022-11-03 15:05:53 +01:00
parent 7e0e569d67
commit ac8c1ea016
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 341 additions and 337 deletions

674
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
"generate": "npm run build && node test/test.js generate"
},
"devDependencies": {
"@hyper-tuner/eslint-config": "git+https://github.com/hyper-tuner/eslint-config.git",
"@hyper-tuner/eslint-config": "^0.1.7",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.11.9",
"@types/parsimmon": "^1.10.6",
@ -33,7 +33,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@hyper-tuner/types": "git+https://github.com/hyper-tuner/types.git",
"@hyper-tuner/types": "^0.4.1",
"js-yaml": "^4.1.0",
"parsimmon": "^1.18.1"
}