remove unused packages

This commit is contained in:
Joshua 2023-11-14 10:09:54 +01:00
parent 1fe4562b9f
commit 7816594c08
2 changed files with 2 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@datashard/snapshot", "name": "@datashard/snapshot",
"version": "2.2.2", "version": "2.3.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@datashard/snapshot", "name": "@datashard/snapshot",
"version": "2.2.2", "version": "2.3.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@wildpeaks/snapshot-dom": "1.6.0", "@wildpeaks/snapshot-dom": "1.6.0",

View file

@ -43,12 +43,9 @@
}, },
"dependencies": { "dependencies": {
"@wildpeaks/snapshot-dom": "1.6.0", "@wildpeaks/snapshot-dom": "1.6.0",
"chai": "4.3.10",
"check-more-types": "2.24.0", "check-more-types": "2.24.0",
"js-beautify": "1.13.13", "js-beautify": "1.13.13",
"jsondiffpatch": "0.5.0",
"lazy-ass": "1.6.0", "lazy-ass": "1.6.0",
"snap-shot-compare": "3.0.0",
"snap-shot-store": "1.2.3" "snap-shot-store": "1.2.3"
} }
} }