This commit is contained in:
Simon Leigh 2021-08-23 14:54:43 +09:00 committed by Davy
parent 294c9f297f
commit ae594b69f8
2 changed files with 17 additions and 3 deletions

18
package-lock.json generated
View File

@ -96,6 +96,7 @@
"unified": "^9.1.0",
"unist-util-visit": "^2.0.3",
"use-force-update": "^1.0.7",
"uuid": "^3.4.0",
"webpack-bundle-analyzer": "^4.4.2",
"y-codemirror": "^2.0.9",
"y-websocket": "^1.3.9",
@ -142,6 +143,7 @@
"@types/react-select": "^4.0.11",
"@types/shortid": "0.0.29",
"@types/terser-webpack-plugin": "^2.2.0",
"@types/uuid": "^8.3.1",
"@types/uuid-parse": "^1.0.0",
"@types/webpack": "^4.41.24",
"@types/webpack-dev-server": "^3.1.7",
@ -15358,6 +15360,12 @@
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz",
"integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ=="
},
"node_modules/@types/uuid": {
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.1.tgz",
"integrity": "sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==",
"dev": true
},
"node_modules/@types/uuid-parse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@types/uuid-parse/-/uuid-parse-1.0.0.tgz",
@ -38280,7 +38288,6 @@
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
"dev": true,
"bin": {
"uuid": "bin/uuid"
}
@ -53836,6 +53843,12 @@
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz",
"integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ=="
},
"@types/uuid": {
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.1.tgz",
"integrity": "sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==",
"dev": true
},
"@types/uuid-parse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@types/uuid-parse/-/uuid-parse-1.0.0.tgz",
@ -73018,8 +73031,7 @@
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
"dev": true
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
},
"uuid-browser": {
"version": "3.1.0",

View File

@ -82,6 +82,7 @@
"@types/react-select": "^4.0.11",
"@types/shortid": "0.0.29",
"@types/terser-webpack-plugin": "^2.2.0",
"@types/uuid": "^8.3.1",
"@types/uuid-parse": "^1.0.0",
"@types/webpack": "^4.41.24",
"@types/webpack-dev-server": "^3.1.7",
@ -212,6 +213,7 @@
"unified": "^9.1.0",
"unist-util-visit": "^2.0.3",
"use-force-update": "^1.0.7",
"uuid": "^3.4.0",
"webpack-bundle-analyzer": "^4.4.2",
"y-codemirror": "^2.0.9",
"y-websocket": "^1.3.9",