summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-10-24 19:35:47 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-25 06:25:43 +0530
commit1a883ba4d7cfa104bedd2ed29f6c02e0c4de040b (patch)
treea46475eced85740c661a65888a30ae6aa053fb2e /package-lock.json
parentchore: add codeowners to auto assign all pull requests to the reviewers team (diff)
downloadferdium-app-1a883ba4d7cfa104bedd2ed29f6c02e0c4de040b.tar.gz
ferdium-app-1a883ba4d7cfa104bedd2ed29f6c02e0c4de040b.tar.zst
ferdium-app-1a883ba4d7cfa104bedd2ed29f6c02e0c4de040b.zip
chore: remove deprecated @types packages
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/package-lock.json b/package-lock.json
index 1fe03d385..7198ccfcc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -114,8 +114,6 @@
114 "@types/gulp-sass": "5.0.0", 114 "@types/gulp-sass": "5.0.0",
115 "@types/gulp-sass-variables": "1.2.2", 115 "@types/gulp-sass-variables": "1.2.2",
116 "@types/gulp-terser": "1.2.1", 116 "@types/gulp-terser": "1.2.1",
117 "@types/gulp-typescript": "2.13.0",
118 "@types/hex-rgb": "4.1.1",
119 "@types/jest": "28.1.4", 117 "@types/jest": "28.1.4",
120 "@types/lodash": "4.14.186", 118 "@types/lodash": "4.14.186",
121 "@types/mime-types": "2.1.1", 119 "@types/mime-types": "2.1.1",
@@ -5025,16 +5023,6 @@
5025 "node": ">=6.0.0" 5023 "node": ">=6.0.0"
5026 } 5024 }
5027 }, 5025 },
5028 "node_modules/@types/gulp-typescript": {
5029 "version": "2.13.0",
5030 "resolved": "https://registry.npmjs.org/@types/gulp-typescript/-/gulp-typescript-2.13.0.tgz",
5031 "integrity": "sha512-LKtclXKmzr4qvxoG/Z9ysRxNCUlU3CpXk2NFxwAONQ5u5cAfsmBZnZP39s2mRwAy+IYTmCGEIOOjlMsct9A6uA==",
5032 "deprecated": "This is a stub types definition for gulp-typescript (https://github.com/ivogabe/gulp-typescript). gulp-typescript provides its own type definitions, so you don't need @types/gulp-typescript installed!",
5033 "dev": true,
5034 "dependencies": {
5035 "gulp-typescript": "*"
5036 }
5037 },
5038 "node_modules/@types/gulp/node_modules/anymatch": { 5026 "node_modules/@types/gulp/node_modules/anymatch": {
5039 "version": "3.1.2", 5027 "version": "3.1.2",
5040 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", 5028 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
@@ -5179,16 +5167,6 @@
5179 "node": ">=8.0" 5167 "node": ">=8.0"
5180 } 5168 }
5181 }, 5169 },
5182 "node_modules/@types/hex-rgb": {
5183 "version": "4.1.1",
5184 "resolved": "https://registry.npmjs.org/@types/hex-rgb/-/hex-rgb-4.1.1.tgz",
5185 "integrity": "sha512-FHOC5mHnkCnMSzbTJCVnCPqw5TxKABoAkaP1Zdo8p5xa6AS13ty7V8kgpojYt20yIok6wZVlNWRqndUIUuJpKQ==",
5186 "deprecated": "This is a stub types definition. hex-rgb provides its own type definitions, so you do not need this installed.",
5187 "dev": true,
5188 "dependencies": {
5189 "hex-rgb": "*"
5190 }
5191 },
5192 "node_modules/@types/hoist-non-react-statics": { 5170 "node_modules/@types/hoist-non-react-statics": {
5193 "version": "3.3.1", 5171 "version": "3.3.1",
5194 "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", 5172 "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
@@ -31410,24 +31388,6 @@
31410 } 31388 }
31411 } 31389 }
31412 }, 31390 },
31413 "@types/gulp-typescript": {
31414 "version": "2.13.0",
31415 "resolved": "https://registry.npmjs.org/@types/gulp-typescript/-/gulp-typescript-2.13.0.tgz",
31416 "integrity": "sha512-LKtclXKmzr4qvxoG/Z9ysRxNCUlU3CpXk2NFxwAONQ5u5cAfsmBZnZP39s2mRwAy+IYTmCGEIOOjlMsct9A6uA==",
31417 "dev": true,
31418 "requires": {
31419 "gulp-typescript": "*"
31420 }
31421 },
31422 "@types/hex-rgb": {
31423 "version": "4.1.1",
31424 "resolved": "https://registry.npmjs.org/@types/hex-rgb/-/hex-rgb-4.1.1.tgz",
31425 "integrity": "sha512-FHOC5mHnkCnMSzbTJCVnCPqw5TxKABoAkaP1Zdo8p5xa6AS13ty7V8kgpojYt20yIok6wZVlNWRqndUIUuJpKQ==",
31426 "dev": true,
31427 "requires": {
31428 "hex-rgb": "*"
31429 }
31430 },
31431 "@types/hoist-non-react-statics": { 31391 "@types/hoist-non-react-statics": {
31432 "version": "3.3.1", 31392 "version": "3.3.1",
31433 "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", 31393 "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",