Skip to content

Commit

Permalink
meta: update npm deps (#3352)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Dec 9, 2021
1 parent bac107f commit 3f56f19
Show file tree
Hide file tree
Showing 19 changed files with 2,008 additions and 16,458 deletions.
2 changes: 1 addition & 1 deletion bin/build-bundle.js
Expand Up @@ -67,7 +67,7 @@ async function transpileDownForIE ([bundleFile, standalone]) {
loose: false,
targets: { ie:11 },
useBuiltIns: 'entry',
corejs: { version: '3.15', proposals: true },
corejs: { version: '3.19', proposals: true },
}]],
})
const { code, map } = await minify(js, {
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-companion/package.json
Expand Up @@ -11,7 +11,7 @@
"babelify": "^10.0.0",
"body-parser": "^1.18.3",
"budo": "^11.6.1",
"cookie-parser": "^1.4.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-session": "^1.15.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-xhr/package.json
Expand Up @@ -9,7 +9,7 @@
"@uppy/xhr-upload": "workspace:*",
"babelify": "^10.0.0",
"budo": "^11.3.2",
"cookie-parser": "^1.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.4",
"formidable": "^1.2.1",
"npm-run-all": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/php-xhr/package.json
Expand Up @@ -9,7 +9,7 @@
"@uppy/xhr-upload": "workspace:*",
"babelify": "^10.0.0",
"budo": "^11.3.2",
"cookie-parser": "^1.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.4",
"formidable": "^1.2.1",
"npm-run-all": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/python-xhr/package.json
Expand Up @@ -9,7 +9,7 @@
"@uppy/xhr-upload": "workspace:*",
"babelify": "^10.0.0",
"budo": "^11.3.2",
"cookie-parser": "^1.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.4",
"formidable": "^1.2.1",
"npm-run-all": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/redux/package.json
Expand Up @@ -9,7 +9,7 @@
"@uppy/tus": "workspace:*",
"babelify": "^10.0.0",
"budo": "^11.6.1",
"redux": "^4.0.1",
"redux": "^4.1.2",
"redux-logger": "^3.0.6"
},
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte-example/package.json
Expand Up @@ -16,13 +16,13 @@
"postcss": "^8.2.1",
"postcss-import": "^13.0.0",
"postcss-load-config": "^3.0.0",
"rollup": "^2.3.4",
"rollup": "^2.60.2",
"rollup-plugin-css-only": "^3.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": ">=3.24.0",
"svelte-check": "^1.0.0",
"svelte-check": "^1.6.0",
"svelte-preprocess": "^4.6.1",
"tslib": "^2.0.0",
"typescript": "~4.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Expand Up @@ -11,7 +11,7 @@
"@uppy/vue": "workspace:*",
"core-js": "^3.6.5",
"shallow-equal": "^1.2.1",
"vue": "^2.6.11"
"vue": "^2.6.14"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -48,7 +48,7 @@
"@babel/register": "^7.10.5",
"@goto-bus-stop/envify": "^5.0.0",
"@jamen/lorem": "^0.2.0",
"@size-limit/preset-big-lib": "4.5.6",
"@size-limit/preset-big-lib": "7.0.4",
"@types/jasmine": "file:./private/@types/jasmine",
"@types/jasminewd2": "file:./private/@types/jasmine",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand All @@ -63,7 +63,7 @@
"browserify": "^17.0.0",
"chalk": "^4.1.1",
"concat-stream": "^2.0.0",
"core-js": "~3.15.2",
"core-js": "~3.19.3",
"cssnano": "^5.0.6",
"dedent": "^0.7.0",
"deep-freeze": "^0.0.1",
Expand All @@ -85,10 +85,10 @@
"exorcist": "^2.0.0",
"fakefile": "^1.0.0",
"github-contributors-list": "^1.2.4",
"glob": "^7.1.6",
"glob": "^7.2.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"lint-staged": "^12.1.2",
"mime-types": "^2.1.26",
"minify-stream": "^2.0.1",
"multi-glob": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/angular/package.json
Expand Up @@ -68,7 +68,7 @@
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^13.0.0",
"protractor": "~7.0.0",
"redux": "^4.0.5",
"redux": "^4.1.2",
"ts-node": "~8.3.0",
"typescript": "~4.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/companion/package.json
Expand Up @@ -35,7 +35,7 @@
"chalk": "2.4.2",
"common-tags": "1.8.0",
"connect-redis": "4.0.3",
"cookie-parser": "1.4.5",
"cookie-parser": "1.4.6",
"cors": "^2.8.5",
"escape-string-regexp": "2.0.0",
"express": "4.17.1",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@types/compression": "1.7.0",
"@types/connect-redis": "0.0.7",
"@types/connect-redis": "0.0.17",
"@types/cookie-parser": "1.4.2",
"@types/cors": "2.8.6",
"@types/eslint": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/robodog/package.json
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"abortcontroller-polyfill": "^1.7.3",
"core-js": "~3.15.2",
"core-js": "~3.19.3",
"md-gum-polyfill": "^1.0.0",
"resize-observer-polyfill": "^1.5.1",
"whatwg-fetch": "^3.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/svelte/package.json
Expand Up @@ -18,10 +18,10 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"@tsconfig/svelte": "^1.0.10",
"rollup": "^2.35.1",
"rollup": "^2.60.2",
"rollup-plugin-svelte": "^7.0.0",
"svelte": "^3.31.0",
"svelte-check": "^1.1.23",
"svelte-check": "^1.6.0",
"svelte-preprocess": "^4.6.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/vue/package.json
Expand Up @@ -12,7 +12,7 @@
"shallow-equal": "^1.2.1"
},
"devDependencies": {
"vue": "^2.6.12"
"vue": "^2.6.14"
},
"peerDependencies": {
"@uppy/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/uppy/package.json
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"abortcontroller-polyfill": "^1.7.3",
"core-js": "~3.15.2",
"core-js": "~3.19.3",
"md-gum-polyfill": "^1.0.0",
"regenerator-runtime": "0.13.9",
"resize-observer-polyfill": "^1.5.1",
Expand Down

0 comments on commit 3f56f19

Please sign in to comment.