Remove unneeded dependencies

This commit is contained in:
Marko Korhonen 2023-11-22 21:36:26 +02:00
parent 28fe8772b1
commit 3246815997
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View file

@ -26,8 +26,7 @@
"@typescript-eslint/eslint-plugin": "^6.10.0",
"eslint-config-prettier": "^9.0.0",
"rollup": "^4.5.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
"tslib": "^2.6.2"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -2231,6 +2230,7 @@
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"dev": true,
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View file

@ -34,8 +34,7 @@
"@typescript-eslint/eslint-plugin": "^6.10.0",
"eslint-config-prettier": "^9.0.0",
"rollup": "^4.5.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
"tslib": "^2.6.2"
},
"dependencies": {
"@iarna/toml": "^2.2.5",