Removed @types/clipboard since the main package has types now (#4333)

Co-authored-by: Benjamin Staneck <bstaneck@manticoregames.com>
This commit is contained in:
Benjamin Staneck 2022-09-07 19:17:49 +02:00 committed by GitHub
parent 43ea033e4a
commit ca538425f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 21 deletions

20
package-lock.json generated
View File

@ -25,7 +25,6 @@
"@fortawesome/fontawesome-free": "^6.2.0",
"@mdi/svg": "^7.0.96",
"@primer/octicons": "^17.5.0",
"@types/clipboard": "^2.0.7",
"@types/css-modules": "^1.0.2",
"@types/escape-html": "^1.0.2",
"@types/fuzzaldrin-plus": "^0.6.2",
@ -917,16 +916,6 @@
"source-map": "^0.6.0"
}
},
"node_modules/@types/clipboard": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/@types/clipboard/-/clipboard-2.0.7.tgz",
"integrity": "sha512-VwVFUHlneOsWfv/GaaY7Kwk4XasDqkAlyFQtsHxnOw0yyBYWTrlEXtmb9RtC+VFBCdtuOeIXECmELNd5RrKp/g==",
"deprecated": "This is a stub types definition. clipboard provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
"clipboard": "*"
}
},
"node_modules/@types/css-modules": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/css-modules/-/css-modules-1.0.2.tgz",
@ -13900,15 +13889,6 @@
"source-map": "^0.6.0"
}
},
"@types/clipboard": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/@types/clipboard/-/clipboard-2.0.7.tgz",
"integrity": "sha512-VwVFUHlneOsWfv/GaaY7Kwk4XasDqkAlyFQtsHxnOw0yyBYWTrlEXtmb9RtC+VFBCdtuOeIXECmELNd5RrKp/g==",
"dev": true,
"requires": {
"clipboard": "*"
}
},
"@types/css-modules": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/css-modules/-/css-modules-1.0.2.tgz",

View File

@ -55,7 +55,6 @@
"@fortawesome/fontawesome-free": "^6.2.0",
"@mdi/svg": "^7.0.96",
"@primer/octicons": "^17.5.0",
"@types/clipboard": "^2.0.7",
"@types/css-modules": "^1.0.2",
"@types/escape-html": "^1.0.2",
"@types/fuzzaldrin-plus": "^0.6.2",