Skip to content

Commit

Permalink
[2]
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 21, 2023
1 parent 435a120 commit 31dc19d
Show file tree
Hide file tree
Showing 12 changed files with 155 additions and 121 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"pino": "^8.15.1",
"sodium-native": "^3.3.0",
"sodium-plus": "^0.9.0",
"uuid": "^8.3.2",
"uuid": "^9.0.1",
"ws": "^8.8.1"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"@storybook/addons": "~6.5.16",
"@storybook/react": "~6.5.16",
"@storybook/testing-library": "0.0.13",
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
"@swc/core": "^1.3.86",
"@swc/jest": "^0.2.29",
"@tanstack/react-query-devtools": "^4.19.1",
"@testing-library/react": "~12.1.5",
"@testing-library/react-hooks": "^8.0.1",
Expand Down Expand Up @@ -154,15 +154,15 @@
"@types/use-subscription": "^1.0.0",
"@types/use-sync-external-store": "^0.0.3",
"@types/uuid": "^8.3.4",
"@types/xml-crypto": "~1.4.2",
"@types/xml-encryption": "~1.2.1",
"@types/xml-crypto": "~1.4.3",
"@types/xml-encryption": "~1.2.2",
"@typescript-eslint/eslint-plugin": "~5.60.1",
"@typescript-eslint/parser": "~5.60.1",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.3.0",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.7",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"chai-datetime": "^1.8.0",
"chai-dom": "^1.11.0",
Expand All @@ -189,7 +189,7 @@
"outdent": "~0.8.0",
"pino-pretty": "^7.6.1",
"playwright-qase-reporter": "^1.2.0-alpha.3",
"postcss": "~8.4.24",
"postcss": "~8.4.30",
"postcss-custom-properties": "^11.0.0",
"postcss-easy-import": "^3.0.0",
"postcss-load-config": "^3.1.4",
Expand Down Expand Up @@ -419,13 +419,13 @@
"turndown": "^7.1.2",
"twilio": "^3.76.1",
"twit": "^2.2.11",
"ua-parser-js": "^1.0.35",
"ua-parser-js": "^1.0.36",
"underscore": "^1.13.6",
"universal-perf-hooks": "^1.0.1",
"url-polyfill": "^1.1.12",
"use-subscription": "~1.6.0",
"use-sync-external-store": "^1.2.0",
"uuid": "^8.3.2",
"uuid": "^9.0.1",
"vm2": "^3.9.19",
"webdav": "^4.11.3",
"xml-crypto": "~3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/account-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nats": "^2.4.0",
"pino": "^8.15.1",
"polka": "^0.5.2",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/ddp-streamer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"polka": "^0.5.2",
"sharp": "^0.30.7",
"underscore": "^1.13.6",
"uuid": "^7.0.3",
"uuid": "^9.0.1",
"ws": "^8.8.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions ee/packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@rocket.chat/api-client",
"version": "0.1.8-rc.4",
"devDependencies": {
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
"@swc/core": "^1.3.86",
"@swc/jest": "^0.2.29",
"@types/jest": "~29.5.3",
"@types/strict-uri-encode": "^2.0.0",
"eslint": "~8.45.0",
Expand Down
4 changes: 2 additions & 2 deletions ee/packages/ddp-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@rocket.chat/ddp-client",
"version": "0.2.0-rc.4",
"devDependencies": {
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
"@swc/core": "^1.3.86",
"@swc/jest": "^0.2.29",
"@types/jest": "~29.5.3",
"@types/ws": "^8.5.5",
"eslint": "~8.45.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gazzodown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@storybook/manager-webpack4": "~6.5.16",
"@storybook/react": "~6.5.16",
"@storybook/testing-library": "~0.0.13",
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
"@swc/core": "^1.3.86",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "~12.1.5",
"@types/jest": "~29.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/livechat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"query-string": "^7.1.3",
"react-hook-form": "~7.45.4",
"react-i18next": "~13.2.2",
"whatwg-fetch": "^3.6.2"
"whatwg-fetch": "^3.6.19"
},
"browserslist": [
"last 2 versions",
Expand Down
2 changes: 1 addition & 1 deletion packages/password-policies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/jest": "~29.5.3",
"chai": "^4.3.7",
"chai": "^4.3.8",
"eslint": "~8.45.0",
"jest": "~29.6.1",
"ts-jest": "~29.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/release-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typescript": "~5.2.2"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@octokit/plugin-throttling": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@storybook/manager-webpack4": "~6.5.16",
"@storybook/react": "~6.5.16",
"@storybook/testing-library": "~0.0.13",
"@swc/jest": "^0.2.26",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "~5.16.5",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^8.0.1",
Expand Down
Loading

0 comments on commit 31dc19d

Please sign in to comment.