Skip to content

Commit

Permalink
DEV: Update sub-dependencies (discourse#22325)
Browse files Browse the repository at this point in the history
Achieved by running `yarn upgrade --latest` both yarn.lock directories, then reverting changes to package.json files and running `yarn` again.

I also de-duped yarn.lock files with `npx yarn-deduplicate && yarn`
  • Loading branch information
CvX authored Jun 29, 2023
1 parent 60273e4 commit e8490a7
Show file tree
Hide file tree
Showing 6 changed files with 1,839 additions and 1,599 deletions.
5 changes: 3 additions & 2 deletions app/assets/javascripts/.licensee.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@
]
},
"packages": {
"cli-table": "0.3.11",
"component-bind": "1.0.0",
"component-inherit": "0.0.3",
"duplex": "1.0.0",
"glob": "3.1.21",
"indexof": "0.0.1",
"inherits": "1.0.2",
"jsonify": "0.0.0",
"messageformat": "0.1.5",
"jsonify": "0.0.1",
"line-stream": "0.0.0",
"messageformat": "0.1.5",
"regenerator-transform": "0.10.1",
"source-map": "0.1.43",
"sourcemap-validator": "1.1.1"
Expand Down
12 changes: 6 additions & 6 deletions app/assets/javascripts/discourse-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"dependencies": {
"@ember/string": "^3.1.1",
"@uppy/aws-s3": "^3.0.6",
"@uppy/aws-s3-multipart": "^3.1.3",
"@uppy/core": "^3.0.4",
"@uppy/drop-target": "^2.0.1",
"@uppy/utils": "^5.2.0",
"@uppy/xhr-upload": "^3.1.1",
"@uppy/aws-s3": "3.0.6",
"@uppy/aws-s3-multipart": "3.1.3",
"@uppy/core": "3.0.4",
"@uppy/drop-target": "2.0.1",
"@uppy/utils": "5.2.0",
"@uppy/xhr-upload": "3.1.1",
"ember-auto-import": "^2.6.3",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.2.0",
Expand Down
12 changes: 6 additions & 6 deletions app/assets/javascripts/discourse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
"@babel/core": "^7.22.5",
"@babel/standalone": "^7.22.5",
"@ember/optional-features": "^2.0.0",
"@uppy/aws-s3": "^3.0.6",
"@uppy/aws-s3-multipart": "^3.1.3",
"@uppy/core": "^3.0.4",
"@uppy/drop-target": "^2.0.1",
"@uppy/utils": "^5.2.0",
"@uppy/xhr-upload": "^3.1.1",
"@uppy/aws-s3": "3.0.6",
"@uppy/aws-s3-multipart": "3.1.3",
"@uppy/core": "3.0.4",
"@uppy/drop-target": "2.0.1",
"@uppy/utils": "5.2.0",
"@uppy/xhr-upload": "3.1.1",
"babel-import-util": "^1.3.0",
"babel-plugin-ember-template-compilation": "^2.0.0",
"broccoli-asset-rev": "^3.0.0",
Expand Down
Loading

0 comments on commit e8490a7

Please sign in to comment.