Remove tslib

This commit is contained in:
Liam 2024-04-29 21:30:13 -04:00
parent 42cd107b2a
commit ac908d2efd
2 changed files with 0 additions and 7 deletions

View file

@ -15,7 +15,6 @@
"jest-environment-jsdom": "^29.7.0",
"normalize-scss": "^8.0.0",
"sass": "^1.75.0",
"tslib": "^2.6.2",
"typescript": "^5.4",
"vite": "^5.2"
},
@ -6478,11 +6477,6 @@
}
}
},
"node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/type-check": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",

View file

@ -20,7 +20,6 @@
"jest-environment-jsdom": "^29.7.0",
"normalize-scss": "^8.0.0",
"sass": "^1.75.0",
"tslib": "^2.6.2",
"typescript": "^5.4",
"vite": "^5.2"
},