Remove uuid

This commit is contained in:
Justin Edmund 2020-09-15 04:14:18 -07:00
parent fbf3ab0213
commit b6d50e4157
2 changed files with 1 additions and 7 deletions

5
package-lock.json generated
View file

@ -6838,11 +6838,6 @@
"object.getownpropertydescriptors": "^2.1.0" "object.getownpropertydescriptors": "^2.1.0"
} }
}, },
"uuid": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz",
"integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ=="
},
"v8-compile-cache": { "v8-compile-cache": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz", "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz",

View file

@ -17,8 +17,7 @@
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-i18next": "^11.7.2", "react-i18next": "^11.7.2",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"typescript": "^4.0.2", "typescript": "^4.0.2"
"uuid": "^8.3.0"
}, },
"scripts": { "scripts": {
"dev": "parcel ./src/index.html", "dev": "parcel ./src/index.html",