mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
Remove unnecessary @types packages
Change-type: patch Signed-off-by: Christina Ying Wang <christina@balena.io>
This commit is contained in:
parent
17a7e60506
commit
8ebb266638
33
package-lock.json
generated
33
package-lock.json
generated
@ -22,7 +22,6 @@
|
||||
"@types/chai-like": "^1.1.1",
|
||||
"@types/chai-things": "0.0.38",
|
||||
"@types/common-tags": "^1.8.1",
|
||||
"@types/copy-webpack-plugin": "^10.1.0",
|
||||
"@types/dockerode": "^2.5.34",
|
||||
"@types/event-stream": "^3.3.34",
|
||||
"@types/express": "^4.17.14",
|
||||
@ -36,14 +35,12 @@
|
||||
"@types/node": "^20.11.24",
|
||||
"@types/request": "^2.48.8",
|
||||
"@types/rewire": "^2.5.28",
|
||||
"@types/rimraf": "^4.0.0",
|
||||
"@types/rwlock": "^5.0.3",
|
||||
"@types/semver": "^7.3.12",
|
||||
"@types/shell-quote": "^1.7.1",
|
||||
"@types/sinon": "^17.0.3",
|
||||
"@types/sinon-chai": "^3.2.12",
|
||||
"@types/supertest": "^6.0.0",
|
||||
"@types/terser-webpack-plugin": "^5.2.0",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/yargs": "^15.0.14",
|
||||
"balena-auth": "^6.0.1",
|
||||
@ -1539,16 +1536,6 @@
|
||||
"integrity": "sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/copy-webpack-plugin": {
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/copy-webpack-plugin/-/copy-webpack-plugin-10.1.0.tgz",
|
||||
"integrity": "sha512-Dk0NUW3X6hVQdkH2n9R7NejjPNCocZBiv8XF8Ac5su2d6EKzCcG/yWDwnWGrEsAWvogoADJyUKULwncx0G9Jkg==",
|
||||
"deprecated": "This is a stub types definition. copy-webpack-plugin provides its own type definitions, so you do not need this installed.",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"copy-webpack-plugin": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/debug": {
|
||||
"version": "4.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.5.tgz",
|
||||
@ -1801,16 +1788,6 @@
|
||||
"integrity": "sha512-uD0j/AQOa5le7afuK+u+woi8jNKF1vf3DN0H7LCJhft/lNNibUr7VcAesdgtWfEKveZol3ZG1CJqwx2Bhrnl8w==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/rimraf": {
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/rimraf/-/rimraf-4.0.5.tgz",
|
||||
"integrity": "sha512-DTCZoIQotB2SUJnYgrEx43cQIUYOlNZz0AZPbKU4PSLYTUdML5Gox0++z4F9kQocxStrCmRNhi4x5x/UlwtKUA==",
|
||||
"deprecated": "This is a stub types definition. rimraf provides its own type definitions, so you do not need this installed.",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"rimraf": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/rwlock": {
|
||||
"version": "5.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/rwlock/-/rwlock-5.0.3.tgz",
|
||||
@ -1912,16 +1889,6 @@
|
||||
"@types/node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/terser-webpack-plugin": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/terser-webpack-plugin/-/terser-webpack-plugin-5.2.0.tgz",
|
||||
"integrity": "sha512-iHDR2pRfFjGyDqCALX2tgUgFtGoQf2AJhKpC2XD1IMBQVJF2bny6WChGRDKj9eaZJl4F2RmvBhxJNtVPj7aTRw==",
|
||||
"deprecated": "This is a stub types definition. terser-webpack-plugin provides its own type definitions, so you do not need this installed.",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"terser-webpack-plugin": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/tough-cookie": {
|
||||
"version": "2.3.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-2.3.6.tgz",
|
||||
|
@ -48,7 +48,6 @@
|
||||
"@types/chai-like": "^1.1.1",
|
||||
"@types/chai-things": "0.0.38",
|
||||
"@types/common-tags": "^1.8.1",
|
||||
"@types/copy-webpack-plugin": "^10.1.0",
|
||||
"@types/dockerode": "^2.5.34",
|
||||
"@types/event-stream": "^3.3.34",
|
||||
"@types/express": "^4.17.14",
|
||||
@ -62,14 +61,12 @@
|
||||
"@types/node": "^20.11.24",
|
||||
"@types/request": "^2.48.8",
|
||||
"@types/rewire": "^2.5.28",
|
||||
"@types/rimraf": "^4.0.0",
|
||||
"@types/rwlock": "^5.0.3",
|
||||
"@types/semver": "^7.3.12",
|
||||
"@types/shell-quote": "^1.7.1",
|
||||
"@types/sinon": "^17.0.3",
|
||||
"@types/sinon-chai": "^3.2.12",
|
||||
"@types/supertest": "^6.0.0",
|
||||
"@types/terser-webpack-plugin": "^5.2.0",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"@types/yargs": "^15.0.14",
|
||||
"balena-auth": "^6.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user