Skip to content

Commit

Permalink
Chore: Updating Apps-Engine (#26001)
Browse files Browse the repository at this point in the history
<!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. -->

<!-- Your Pull Request name should start with one of the following tags
  [NEW] For new features
  [IMPROVE] For an improvement (performance or little improvements) in existing features
  [FIX] For bug fixes that affect the end-user
  [BREAK] For pull requests including breaking changes
  Chore: For small tasks
  Doc: For documentation
-->

<!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. 
  - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc
  - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat
  - Lint and unit tests pass locally with my changes
  - I have added tests that prove my fix is effective or that my feature works (if applicable)
  - I have added necessary documentation (if applicable)
  - Any dependent changes have been merged and published in downstream modules
-->

## Proposed changes (including videos or screenshots)
<!-- CHANGELOG -->
<!--
  Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
  If it fixes a bug or resolves a feature request, be sure to link to that issue below.
  This description will appear in the release notes if we accept the contribution.
-->

<!-- END CHANGELOG -->

## Issue(s)
<!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 -->

## Steps to test or reproduce
<!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable -->

## Further comments
<!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
  • Loading branch information
d-gubert committed Jun 27, 2022
1 parent acdb7f9 commit ba0979c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"@nivo/line": "0.62.0",
"@nivo/pie": "0.73.0",
"@rocket.chat/api-client": "workspace:^",
"@rocket.chat/apps-engine": "1.32.0",
"@rocket.chat/apps-engine": "1.33.0-alpha.6451",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.12",
"@rocket.chat/emitter": "~0.31.12",
Expand Down
24 changes: 19 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3275,7 +3275,21 @@ __metadata:
languageName: unknown
linkType: soft

"@rocket.chat/apps-engine@npm:1.32.0, @rocket.chat/apps-engine@npm:^1.31.0":
"@rocket.chat/apps-engine@npm:1.33.0-alpha.6451":
version: 1.33.0-alpha.6451
resolution: "@rocket.chat/apps-engine@npm:1.33.0-alpha.6451"
dependencies:
adm-zip: ^0.5.9
cryptiles: ^4.1.3
lodash.clonedeep: ^4.5.0
semver: ^5.7.1
stack-trace: 0.0.10
uuid: ^3.4.0
checksum: 9ae8ebf9ba5fdd837cfffa8192ecd6f790aaf7b8b076f9f4f44db8f28f8bbf6074c1b39e909b79792630161da25bb4c7b7fef2f09d43c36925f80efb58cce375
languageName: node
linkType: hard

"@rocket.chat/apps-engine@npm:^1.31.0":
version: 1.32.0
resolution: "@rocket.chat/apps-engine@npm:1.32.0"
dependencies:
Expand Down Expand Up @@ -3819,7 +3833,7 @@ __metadata:
"@nivo/pie": 0.73.0
"@playwright/test": ^1.21.1
"@rocket.chat/api-client": "workspace:^"
"@rocket.chat/apps-engine": 1.32.0
"@rocket.chat/apps-engine": 1.33.0-alpha.6451
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/css-in-js": ~0.31.12
"@rocket.chat/emitter": ~0.31.12
Expand Down Expand Up @@ -7781,7 +7795,7 @@ __metadata:
languageName: node
linkType: hard

"adm-zip@npm:0.5.9":
"adm-zip@npm:0.5.9, adm-zip@npm:^0.5.9":
version: 0.5.9
resolution: "adm-zip@npm:0.5.9"
checksum: 4909bc04119fdd5e8f8ba43826e50623e5c427cf0a939c809d4f9456a6a03c6aa0544e82088739de9ba16b7649f71b99ccbbddc7b2c38bd6143f9c4726cc7ed9
Expand Down Expand Up @@ -27670,7 +27684,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.0.3, semver@npm:^5.1.0, semver@npm:^5.3.0, semver@npm:^5.4.1, semver@npm:^5.5.0, semver@npm:^5.6.0":
"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.0.3, semver@npm:^5.1.0, semver@npm:^5.3.0, semver@npm:^5.4.1, semver@npm:^5.5.0, semver@npm:^5.6.0, semver@npm:^5.7.1":
version: 5.7.1
resolution: "semver@npm:5.7.1"
bin:
Expand Down Expand Up @@ -31361,7 +31375,7 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^3.0.1, uuid@npm:^3.1.0, uuid@npm:^3.2.1, uuid@npm:^3.3.2":
"uuid@npm:^3.0.1, uuid@npm:^3.1.0, uuid@npm:^3.2.1, uuid@npm:^3.3.2, uuid@npm:^3.4.0":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
bin:
Expand Down

0 comments on commit ba0979c

Please sign in to comment.