mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
update nanoid to 3.1.25 to fix missing commonjs issue
This commit is contained in:
parent
d613b849a6
commit
6e8b1d50d7
6 changed files with 114 additions and 18 deletions
122
package-lock.json
generated
122
package-lock.json
generated
|
|
@ -47813,6 +47813,7 @@
|
|||
"version": "3.1.23",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz",
|
||||
"integrity": "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"nanoid": "bin/nanoid.cjs"
|
||||
},
|
||||
|
|
@ -75682,7 +75683,7 @@
|
|||
"@uppy/companion-client": "file:../companion-client",
|
||||
"@uppy/utils": "file:../utils",
|
||||
"@uppy/xhr-upload": "file:../xhr-upload",
|
||||
"nanoid": "^3.1.23"
|
||||
"nanoid": "^3.1.25"
|
||||
},
|
||||
"devDependencies": {
|
||||
"whatwg-fetch": "3.6.2"
|
||||
|
|
@ -75698,10 +75699,25 @@
|
|||
"@uppy/companion-client": "file:../companion-client",
|
||||
"@uppy/utils": "file:../utils"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nock": "^13.1.0",
|
||||
"whatwg-fetch": "3.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@uppy/core": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"packages/@uppy/aws-s3/node_modules/nanoid": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==",
|
||||
"bin": {
|
||||
"nanoid": "bin/nanoid.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
||||
}
|
||||
},
|
||||
"packages/@uppy/box": {
|
||||
"version": "0.4.0-alpha.0",
|
||||
"license": "MIT",
|
||||
|
|
@ -76031,10 +76047,21 @@
|
|||
"lodash.throttle": "^4.1.1",
|
||||
"mime-match": "^1.0.2",
|
||||
"namespace-emitter": "^2.0.1",
|
||||
"nanoid": "^3.1.23",
|
||||
"nanoid": "^3.1.25",
|
||||
"preact": "^10.5.13"
|
||||
}
|
||||
},
|
||||
"packages/@uppy/core/node_modules/nanoid": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==",
|
||||
"bin": {
|
||||
"nanoid": "bin/nanoid.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
||||
}
|
||||
},
|
||||
"packages/@uppy/dashboard": {
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
|
|
@ -76049,7 +76076,7 @@
|
|||
"is-shallow-equal": "^1.0.1",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"memoize-one": "^5.0.4",
|
||||
"nanoid": "^3.1.23",
|
||||
"nanoid": "^3.1.25",
|
||||
"preact": "^10.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -76061,6 +76088,17 @@
|
|||
"@uppy/core": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"packages/@uppy/dashboard/node_modules/nanoid": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==",
|
||||
"bin": {
|
||||
"nanoid": "bin/nanoid.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
||||
}
|
||||
},
|
||||
"packages/@uppy/drag-drop": {
|
||||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
|
|
@ -76334,12 +76372,23 @@
|
|||
"version": "2.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"nanoid": "^3.1.23"
|
||||
"nanoid": "^3.1.25"
|
||||
},
|
||||
"devDependencies": {
|
||||
"redux": "4.0.5"
|
||||
}
|
||||
},
|
||||
"packages/@uppy/store-redux/node_modules/nanoid": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==",
|
||||
"bin": {
|
||||
"nanoid": "bin/nanoid.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
||||
}
|
||||
},
|
||||
"packages/@uppy/store-redux/node_modules/redux": {
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/redux/-/redux-4.0.5.tgz",
|
||||
|
|
@ -76511,7 +76560,7 @@
|
|||
"dependencies": {
|
||||
"@uppy/companion-client": "file:../companion-client",
|
||||
"@uppy/utils": "file:../utils",
|
||||
"nanoid": "^3.1.23"
|
||||
"nanoid": "^3.1.25"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nock": "^13.1.0"
|
||||
|
|
@ -76520,6 +76569,17 @@
|
|||
"@uppy/core": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"packages/@uppy/xhr-upload/node_modules/nanoid": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==",
|
||||
"bin": {
|
||||
"nanoid": "bin/nanoid.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
||||
}
|
||||
},
|
||||
"packages/@uppy/zoom": {
|
||||
"version": "0.2.0-alpha.0",
|
||||
"license": "MIT",
|
||||
|
|
@ -89685,15 +89745,24 @@
|
|||
"@uppy/companion-client": "file:../companion-client",
|
||||
"@uppy/utils": "file:../utils",
|
||||
"@uppy/xhr-upload": "file:../xhr-upload",
|
||||
"nanoid": "^3.1.23",
|
||||
"nanoid": "^3.1.25",
|
||||
"whatwg-fetch": "3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanoid": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@uppy/aws-s3-multipart": {
|
||||
"version": "file:packages/@uppy/aws-s3-multipart",
|
||||
"requires": {
|
||||
"@uppy/companion-client": "file:../companion-client",
|
||||
"@uppy/utils": "file:../utils"
|
||||
"@uppy/utils": "file:../utils",
|
||||
"nock": "^13.1.0",
|
||||
"whatwg-fetch": "3.6.2"
|
||||
}
|
||||
},
|
||||
"@uppy/box": {
|
||||
|
|
@ -89968,8 +90037,15 @@
|
|||
"lodash.throttle": "^4.1.1",
|
||||
"mime-match": "^1.0.2",
|
||||
"namespace-emitter": "^2.0.1",
|
||||
"nanoid": "^3.1.23",
|
||||
"nanoid": "^3.1.25",
|
||||
"preact": "^10.5.13"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanoid": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@uppy/dashboard": {
|
||||
|
|
@ -89979,16 +90055,23 @@
|
|||
"@uppy/google-drive": "2.0.0-alpha.0",
|
||||
"@uppy/informer": "file:../informer",
|
||||
"@uppy/provider-views": "file:../provider-views",
|
||||
"@uppy/status-bar": "*",
|
||||
"@uppy/status-bar": "file:../status-bar",
|
||||
"@uppy/thumbnail-generator": "file:../thumbnail-generator",
|
||||
"@uppy/utils": "file:../utils",
|
||||
"classnames": "^2.2.6",
|
||||
"is-shallow-equal": "^1.0.1",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"memoize-one": "^5.0.4",
|
||||
"nanoid": "^3.1.23",
|
||||
"nanoid": "^3.1.25",
|
||||
"preact": "^10.5.13",
|
||||
"resize-observer-polyfill": "^1.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanoid": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@uppy/drag-drop": {
|
||||
|
|
@ -90191,10 +90274,15 @@
|
|||
"@uppy/store-redux": {
|
||||
"version": "file:packages/@uppy/store-redux",
|
||||
"requires": {
|
||||
"nanoid": "^3.1.23",
|
||||
"nanoid": "^3.1.25",
|
||||
"redux": "4.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanoid": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q=="
|
||||
},
|
||||
"redux": {
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/redux/-/redux-4.0.5.tgz",
|
||||
|
|
@ -90319,8 +90407,15 @@
|
|||
"requires": {
|
||||
"@uppy/companion-client": "file:../companion-client",
|
||||
"@uppy/utils": "file:../utils",
|
||||
"nanoid": "^3.1.23",
|
||||
"nanoid": "^3.1.25",
|
||||
"nock": "^13.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanoid": {
|
||||
"version": "3.1.25",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz",
|
||||
"integrity": "sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@uppy/zoom": {
|
||||
|
|
@ -116718,7 +116813,8 @@
|
|||
"nanoid": {
|
||||
"version": "3.1.23",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz",
|
||||
"integrity": "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw=="
|
||||
"integrity": "sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==",
|
||||
"dev": true
|
||||
},
|
||||
"nanomatch": {
|
||||
"version": "1.2.13",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"@uppy/companion-client": "file:../companion-client",
|
||||
"@uppy/utils": "file:../utils",
|
||||
"@uppy/xhr-upload": "file:../xhr-upload",
|
||||
"nanoid": "^3.1.23"
|
||||
"nanoid": "^3.1.25"
|
||||
},
|
||||
"devDependencies": {
|
||||
"whatwg-fetch": "3.6.2"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"lodash.throttle": "^4.1.1",
|
||||
"mime-match": "^1.0.2",
|
||||
"namespace-emitter": "^2.0.1",
|
||||
"nanoid": "^3.1.23",
|
||||
"nanoid": "^3.1.25",
|
||||
"preact": "^10.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"is-shallow-equal": "^1.0.1",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"memoize-one": "^5.0.4",
|
||||
"nanoid": "^3.1.23",
|
||||
"nanoid": "^3.1.25",
|
||||
"preact": "^10.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"url": "git+https://github.com/transloadit/uppy.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanoid": "^3.1.23"
|
||||
"nanoid": "^3.1.25"
|
||||
},
|
||||
"devDependencies": {
|
||||
"redux": "4.0.5"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"dependencies": {
|
||||
"@uppy/companion-client": "file:../companion-client",
|
||||
"@uppy/utils": "file:../utils",
|
||||
"nanoid": "^3.1.23"
|
||||
"nanoid": "^3.1.25"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nock": "^13.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue