Browse Source

add uuid

pull/1/head
Tim Glasgow 3 years ago
parent
commit
2001bdbd50
  1. 9
      squarenotsquare/package-lock.json
  2. 3
      squarenotsquare/package.json

9
squarenotsquare/package-lock.json

@ -17,7 +17,8 @@
"react-redux": "^8.0.2", "react-redux": "^8.0.2",
"realm": "^10.19.5", "realm": "^10.19.5",
"redux": "^4.2.0", "redux": "^4.2.0",
"redux-thunk": "^2.4.1" "redux-thunk": "^2.4.1",
"uuid": "^8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.9", "@babel/core": "^7.12.9",
@ -15871,8 +15872,6 @@
"version": "8.3.2", "version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"dev": true,
"optional": true,
"bin": { "bin": {
"uuid": "dist/bin/uuid" "uuid": "dist/bin/uuid"
} }
@ -28174,9 +28173,7 @@
"uuid": { "uuid": {
"version": "8.3.2", "version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
"dev": true,
"optional": true
}, },
"v8-compile-cache": { "v8-compile-cache": {
"version": "2.3.0", "version": "2.3.0",

3
squarenotsquare/package.json

@ -19,7 +19,8 @@
"react-redux": "^8.0.2", "react-redux": "^8.0.2",
"realm": "^10.19.5", "realm": "^10.19.5",
"redux": "^4.2.0", "redux": "^4.2.0",
"redux-thunk": "^2.4.1" "redux-thunk": "^2.4.1",
"uuid": "^8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.9", "@babel/core": "^7.12.9",

Loading…
Cancel
Save