package.json: remove resolutions

These are a yarn-specific concept that we don't need for npm.
This commit is contained in:
Alan Orth
2024-08-29 19:25:05 +03:00
parent ce3285c1f2
commit ee33b8f9cc

View File

@@ -55,11 +55,6 @@
"https": false "https": false
}, },
"private": true, "private": true,
"resolutions": {
"minimist": "^1.2.5",
"webdriver-manager": "^12.1.8",
"ts-node": "10.2.1"
},
"dependencies": { "dependencies": {
"@angular/animations": "^17.3.11", "@angular/animations": "^17.3.11",
"@angular/cdk": "^17.3.10", "@angular/cdk": "^17.3.10",