Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/transloadit/uppy
Browse files Browse the repository at this point in the history
* 'main' of https://github.com/transloadit/uppy:
  build(deps): bump body-parser from 1.20.2 to 1.20.3 (#5462)
  build(deps-dev): bump vite from 5.3.1 to 5.3.6 (#5459)
  • Loading branch information
Murderlon committed Sep 19, 2024
2 parents b0c5dac + 14b10b0 commit 2117f27
Show file tree
Hide file tree
Showing 19 changed files with 315 additions and 43 deletions.
4 changes: 2 additions & 2 deletions examples/aws-companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"devDependencies": {
"@uppy/companion": "workspace:*",
"body-parser": "^1.20.0",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.19.2",
"express-session": "^1.17.3",
"npm-run-all": "^4.1.5",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@aws-sdk/client-s3": "^3.338.0",
"@aws-sdk/client-sts": "^3.338.0",
"@aws-sdk/s3-request-presigner": "^3.338.0",
"body-parser": "^1.20.0",
"body-parser": "^1.20.3",
"dotenv": "^16.0.0",
"express": "^4.19.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"devDependencies": {
"@uppy/companion": "workspace:*",
"body-parser": "^1.18.2",
"body-parser": "^1.20.3",
"dotenv": "^16.0.1",
"express": "^4.19.2",
"express-session": "^1.15.6",
"npm-run-all": "^4.1.2",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/digitalocean-spaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"@uppy/aws-s3": "workspace:*",
"@uppy/core": "workspace:*",
"@uppy/dashboard": "workspace:*",
"body-parser": "^1.18.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5"
},
"devDependencies": {
"dotenv": "^16.0.1",
"express": "^4.19.2",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-instances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@uppy/golden-retriever": "workspace:*"
},
"devDependencies": {
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/node-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.3",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/php-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.3",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/python-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.3",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"vite": "^5.0.0"
"vite": "^5.3.6"
}
}
2 changes: 1 addition & 1 deletion examples/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"redux-logger": "^3.0.6"
},
"devDependencies": {
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "~5.4",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"dependencies": {
"@uppy/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/transloadit-markdown-bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"marked": "^12.0.0"
},
"devDependencies": {
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/transloadit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"devDependencies": {
"npm-run-all": "^4.1.5",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"dependencies": {
"@uppy/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/uppy-with-companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"@uppy/companion": "workspace:*",
"body-parser": "^1.18.2",
"body-parser": "^1.20.3",
"express": "^4.19.2",
"express-session": "^1.15.6",
"light-server": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.0.0"
"vite": "^5.3.6"
}
}
2 changes: 1 addition & 1 deletion examples/xhr-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@aws-sdk/lib-storage": "^3.338.0",
"@aws-sdk/s3-presigned-post": "^3.338.0",
"@aws-sdk/s3-request-presigner": "^3.338.0",
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"common-tags": "1.8.2",
"connect-redis": "7.1.1",
"content-disposition": "^0.5.4",
Expand Down
2 changes: 1 addition & 1 deletion private/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"autoprefixer": "^10.2.6",
"postcss-dir-pseudo-class": "^6.0.0",
"postcss-logical": "^5.0.0",
"vite": "^5.0.0"
"vite": "^5.3.6"
},
"private": true,
"type": "module",
Expand Down
Loading

0 comments on commit 2117f27

Please sign in to comment.