浏览代码

example: bump bundled example deps

Renée Kooi 6 年之前
父节点
当前提交
30ba2a11b1
共有 2 个文件被更改,包括 47 次插入17 次删除
  1. 40 11
      examples/bundled/package-lock.json
  2. 7 6
      examples/bundled/package.json

+ 40 - 11
examples/bundled/package-lock.json

@@ -904,18 +904,28 @@
       }
     },
     "@uppy/core": {
-      "version": "0.29.1",
-      "resolved": "https://registry.npmjs.org/@uppy/core/-/core-0.29.1.tgz",
-      "integrity": "sha512-k+DCWDD5SRCWqaASPDcFfIWsoPgxKCFihqngd7sXvvBGTlGmNrGEWAsmI4vH5HsWUp5pLomcZyHrvKWcGyfISQ==",
+      "version": "0.30.3",
+      "resolved": "https://registry.npmjs.org/@uppy/core/-/core-0.30.3.tgz",
+      "integrity": "sha512-UDcFV9WnghOAZecg5oKnXEj97CTdqKxMuajkmhGC64rS5Ef3tcTB5JreKVEAvC/z8DgCAqrPex39+vkafns7cA==",
       "requires": {
-        "@uppy/store-default": "0.27.1",
-        "@uppy/utils": "0.29.1",
+        "@uppy/store-default": "0.28.3",
+        "@uppy/utils": "0.30.3",
         "cuid": "^2.1.1",
         "lodash.throttle": "^4.1.1",
         "mime-match": "^1.0.2",
         "namespace-emitter": "^2.0.1",
         "preact": "^8.2.9",
         "prettier-bytes": "^1.0.4"
+      },
+      "dependencies": {
+        "@uppy/utils": {
+          "version": "0.30.3",
+          "resolved": "https://registry.npmjs.org/@uppy/utils/-/utils-0.30.3.tgz",
+          "integrity": "sha512-v0+3+p70Rl4qMS5p5+n89Oa/Z61FAitcJ8HS06NHiGo2HArO8VseBBAbNncF/SdUqczWhz7dWQ3/uXUx8jli3Q==",
+          "requires": {
+            "lodash.throttle": "^4.1.1"
+          }
+        }
       }
     },
     "@uppy/dashboard": {
@@ -991,9 +1001,9 @@
       }
     },
     "@uppy/store-default": {
-      "version": "0.27.1",
-      "resolved": "https://registry.npmjs.org/@uppy/store-default/-/store-default-0.27.1.tgz",
-      "integrity": "sha512-y+L1kUUZqV4QforOkl/prd3hOErgFWUvFx+tqRbAMgccsxYk8PapvUe42FZPa7Z92iIqbOohlJe8ZsIj4+2tzg=="
+      "version": "0.28.3",
+      "resolved": "https://registry.npmjs.org/@uppy/store-default/-/store-default-0.28.3.tgz",
+      "integrity": "sha512-H3dHvYnna1D3qGMeEW2Mc4BDe2+73IsshqyqyNawZcOG4EF053D5ZeeoB0DQoXaL290vsHMhYilZbp6O0v6Z8g=="
     },
     "@uppy/thumbnail-generator": {
       "version": "0.29.1",
@@ -1031,6 +1041,25 @@
         "lodash.throttle": "^4.1.1"
       }
     },
+    "@uppy/webcam": {
+      "version": "0.30.3",
+      "resolved": "https://registry.npmjs.org/@uppy/webcam/-/webcam-0.30.3.tgz",
+      "integrity": "sha512-fIUaOPrPVvapiL7+N+2wdtlRe2W0vHAHq39DNs2Q8HesjACxpAWf7vlVPZXutMlvqV6hIQWXxSGUoIS2xSVkLA==",
+      "requires": {
+        "@uppy/utils": "0.30.3",
+        "preact": "^8.2.9"
+      },
+      "dependencies": {
+        "@uppy/utils": {
+          "version": "0.30.3",
+          "resolved": "https://registry.npmjs.org/@uppy/utils/-/utils-0.30.3.tgz",
+          "integrity": "sha512-v0+3+p70Rl4qMS5p5+n89Oa/Z61FAitcJ8HS06NHiGo2HArO8VseBBAbNncF/SdUqczWhz7dWQ3/uXUx8jli3Q==",
+          "requires": {
+            "lodash.throttle": "^4.1.1"
+          }
+        }
+      }
+    },
     "abbrev": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
@@ -2574,9 +2603,9 @@
       }
     },
     "cuid": {
-      "version": "2.1.4",
-      "resolved": "https://registry.npmjs.org/cuid/-/cuid-2.1.4.tgz",
-      "integrity": "sha512-l1vrCiWOwBpu85bfm939Hg3MQh2alxAMoGZnjcJOYkgN7wzy9yi3vQhRzwcTr9mdIlfTp8DP9G5ZgIIPyaQEvg=="
+      "version": "2.1.6",
+      "resolved": "https://registry.npmjs.org/cuid/-/cuid-2.1.6.tgz",
+      "integrity": "sha512-ZFp7PS6cSYMJNch9fc3tyHdE4T8TDo3Y5qAxb0KSA9mpiYDo7z9ql1CznFuuzxea9STVIDy0tJWm2lYiX2ZU1Q=="
     },
     "date-now": {
       "version": "0.1.4",

+ 7 - 6
examples/bundled/package.json

@@ -8,11 +8,12 @@
     "parcel-bundler": "^1.11.0"
   },
   "dependencies": {
-    "@uppy/core": "^0.29.1",
-    "@uppy/dashboard": "^0.29.1",
-    "@uppy/google-drive": "^0.29.1",
-    "@uppy/instagram": "^0.29.1",
-    "@uppy/tus": "^0.29.1",
-    "@uppy/url": "^0.29.1"
+    "@uppy/core": "^0.30.3",
+    "@uppy/dashboard": "^0.30.3",
+    "@uppy/google-drive": "^0.30.3",
+    "@uppy/instagram": "^0.30.3",
+    "@uppy/tus": "^0.30.3",
+    "@uppy/url": "^0.30.3",
+    "@uppy/webcam": "^0.30.3"
   }
 }