commit 643038a39e3534433ee45f53f38f532ff813373d
parent 265b9437b5c71835eb8e0ee4c991d23cc18f4052
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 11 Feb 2022 16:19:17 +0100
Remove not needed @types/localforage
Diffstat:
2 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -31,7 +31,6 @@
"@babel/plugin-transform-typescript": "7.16.8",
"@playwright/test": "1.18.1",
"@types/cors": "2.8.12",
- "@types/localforage": "^0.0.34",
"@types/node": "17.0.17",
"@types/node-localstorage": "1.3.0",
"@types/offscreencanvas": "2019.6.4",
@@ -1400,16 +1399,6 @@
"integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=",
"dev": true
},
- "node_modules/@types/localforage": {
- "version": "0.0.34",
- "resolved": "https://registry.npmjs.org/@types/localforage/-/localforage-0.0.34.tgz",
- "integrity": "sha1-XjHDLdh5HsS5/z70fJy1Wy0NlDg=",
- "deprecated": "This is a stub types definition for localforage (https://github.com/localForage/localForage). localforage provides its own type definitions, so you don't need @types/localforage installed!",
- "dev": true,
- "dependencies": {
- "localforage": "*"
- }
- },
"node_modules/@types/minimatch": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
@@ -10050,15 +10039,6 @@
"integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=",
"dev": true
},
- "@types/localforage": {
- "version": "0.0.34",
- "resolved": "https://registry.npmjs.org/@types/localforage/-/localforage-0.0.34.tgz",
- "integrity": "sha1-XjHDLdh5HsS5/z70fJy1Wy0NlDg=",
- "dev": true,
- "requires": {
- "localforage": "*"
- }
- },
"@types/minimatch": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
diff --git a/package.json b/package.json
@@ -42,7 +42,6 @@
"@babel/plugin-transform-typescript": "7.16.8",
"@playwright/test": "1.18.1",
"@types/cors": "2.8.12",
- "@types/localforage": "0.0.34",
"@types/node": "17.0.17",
"@types/node-localstorage": "1.3.0",
"@types/offscreencanvas": "2019.6.4",
@@ -62,4 +61,4 @@
"optionalDependencies": {
"fsevents": "2.3.2"
}
-}
-\ No newline at end of file
+}