Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
554 changes: 280 additions & 274 deletions .yarn/releases/yarn-3.2.4.cjs β†’ .yarn/releases/yarn-3.3.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.26.0-sdk",
"version": "8.28.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "2.7.1-sdk",
"version": "2.8.0-sdk",
"main": "./index.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "4.8.4-sdk",
"version": "4.9.3-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.2.4.cjs
yarnPath: .yarn/releases/yarn-3.3.0.cjs
10 changes: 5 additions & 5 deletions common/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"dependencies": {
"@common/config": "^1.2.0",
"@common/frontend-utils": "^1.2.5",
"@common/models": "workspace:^",
"@furystack/shades": "^6.1.1",
"@furystack/shades-common-components": "^3.5.1",
"@furystack/shades-lottie": "^2.1.1",
"@furystack/utils": "^3.1.1"
"@furystack/shades": "^6.1.3",
"@furystack/shades-common-components": "^3.5.3",
"@furystack/shades-lottie": "^2.1.3",
"@furystack/utils": "^3.1.3"
},
"typings": "dist/index.d.ts",
"main": "dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion common/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@types/node": "^18.11.9",
"mongodb": "4.11.0",
"mongodb": "4.12.1",
"tslib": "^2.4.1"
}
}
10 changes: 5 additions & 5 deletions common/frontend-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@common/config": "^1.2.0",
"@common/models": "^1.3.1",
"@furystack/core": "^11.1.1",
"@furystack/inject": "^7.1.1",
"@furystack/rest-client-fetch": "^4.1.1",
"@furystack/shades-common-components": "^3.5.1",
"@furystack/utils": "^3.1.1",
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/rest-client-fetch": "^4.1.3",
"@furystack/shades-common-components": "^3.5.3",
"@furystack/utils": "^3.1.3",
"@types/node": "^18.11.9",
"tslib": "^2.4.1"
}
Expand Down
6 changes: 3 additions & 3 deletions common/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@furystack/core": "^11.1.1",
"@furystack/logging": "^3.1.1",
"@furystack/rest": "^4.1.1",
"@furystack/core": "^11.2.1",
"@furystack/logging": "^3.1.3",
"@furystack/rest": "^4.1.3",
"@types/node": "^18.11.9",
"ts-json-schema-generator": "^1.1.2",
"tslib": "^2.4.1"
Expand Down
24 changes: 12 additions & 12 deletions common/service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"build": "tsc -b"
},
"devDependencies": {
"@types/jest": "^29.2.1",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9"
},
"dependencies": {
"@common/config": "^1.2.0",
"@common/models": "^1.3.1",
"@furystack/core": "^11.1.1",
"@furystack/inject": "^7.1.1",
"@furystack/logging": "^3.1.1",
"@furystack/mongodb-store": "^5.1.1",
"@furystack/repository": "^6.1.1",
"@furystack/rest": "^4.1.1",
"@furystack/rest-service": "^6.2.2",
"@furystack/security": "^2.1.1",
"@furystack/utils": "^3.1.1",
"@slack/types": "^2.7.0",
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/logging": "^3.1.3",
"@furystack/mongodb-store": "^5.1.3",
"@furystack/repository": "^6.1.3",
"@furystack/rest": "^4.1.3",
"@furystack/rest-service": "^6.2.5",
"@furystack/security": "^2.1.3",
"@furystack/utils": "^3.1.3",
"@slack/types": "^2.8.0",
"@slack/webhook": "^6.1.0",
"mongodb": "4.11.0",
"mongodb": "4.12.1",
"tslib": "^2.4.1"
}
}
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@common/config": "^1.2.0",
"@common/models": "^1.3.1",
"cypress": "^10.11.0",
"typescript": "^4.8.4"
"cypress": "^11.2.0",
"typescript": "^4.9.3"
}
}
32 changes: 16 additions & 16 deletions frontends/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,44 +19,44 @@
"@types/marked": "^4.0.7",
"@types/node": "^18.11.9",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"css-loader": "^6.7.2",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"mini-css-extract-plugin": "^2.7.0",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.1",
"tslib": "^2.4.1",
"typescript": "^4.8.4",
"typescript": "^4.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@common/config": "^1.2.0",
"@common/frontend-utils": "workspace:^",
"@common/models": "workspace:^",
"@furystack/core": "^11.1.1",
"@furystack/inject": "^7.1.1",
"@furystack/logging": "^3.1.1",
"@furystack/rest": "^4.1.1",
"@furystack/rest-client-fetch": "^4.1.1",
"@furystack/shades": "^6.1.1",
"@furystack/shades-common-components": "^3.5.1",
"@furystack/utils": "^3.1.1",
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/logging": "^3.1.3",
"@furystack/rest": "^4.1.3",
"@furystack/rest-client-fetch": "^4.1.3",
"@furystack/shades": "^6.1.3",
"@furystack/shades-common-components": "^3.5.3",
"@furystack/utils": "^3.1.3",
"@types/video.js": "^7.3.49",
"copy-webpack-plugin": "^11.0.0",
"marked": "^4.2.1",
"marked": "^4.2.3",
"monaco-editor": "^0.34.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"path-to-regexp": "^6.2.1",
"reflect-metadata": "^0.1.13",
"shaka-player": "^4.2.3",
"video.js": "^7.21.0"
"shaka-player": "^4.3.0",
"video.js": "^7.21.1"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
]
},
"devDependencies": {
"@types/jest": "^29.2.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-jsdoc": "^39.6.4",
"eslint-plugin-prettier": "^4.2.1",
"glob": "^8.0.3",
"husky": "^8.0.1",
"jest": "^29.2.2",
"jest-junit": "^14.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-junit": "^15.0.0",
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"rimraf": "^3.0.2",
"ts-json-schema-generator": "1.1.2",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -76,5 +76,5 @@
"suiteName": "FuryStack Multiverse Jest tests",
"outputDirectory": "./coverage"
},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.3.0"
}
20 changes: 10 additions & 10 deletions services/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"@common/config": "^1.2.0",
"@common/models": "workspace:^",
"@common/service-utils": "^1.2.6",
"@furystack/auth-google": "^5.1.2",
"@furystack/core": "^11.1.1",
"@furystack/inject": "^7.1.1",
"@furystack/logging": "^3.1.1",
"@furystack/mongodb-store": "^5.1.1",
"@furystack/repository": "^6.1.1",
"@furystack/rest": "^4.1.1",
"@furystack/rest-service": "^6.2.2",
"@furystack/security": "^2.1.1",
"@furystack/utils": "^3.1.1",
"@furystack/auth-google": "^5.1.5",
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/logging": "^3.1.3",
"@furystack/mongodb-store": "^5.1.3",
"@furystack/repository": "^6.1.3",
"@furystack/rest": "^4.1.3",
"@furystack/rest-service": "^6.2.5",
"@furystack/security": "^2.1.3",
"@furystack/utils": "^3.1.3",
"formidable": "^2.0.1",
"tslib": "^2.4.1"
}
Expand Down
16 changes: 8 additions & 8 deletions services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@common/config": "^1.2.0",
"@common/models": "workspace:^",
"@common/service-utils": "^1.2.6",
"@furystack/auth-google": "^5.1.2",
"@furystack/core": "^11.1.1",
"@furystack/inject": "^7.1.1",
"@furystack/logging": "^3.1.1",
"@furystack/mongodb-store": "^5.1.1",
"@furystack/repository": "^6.1.1",
"@furystack/rest": "^4.1.1",
"@furystack/rest-service": "^6.2.2",
"@furystack/auth-google": "^5.1.5",
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/logging": "^3.1.3",
"@furystack/mongodb-store": "^5.1.3",
"@furystack/repository": "^6.1.3",
"@furystack/rest": "^4.1.3",
"@furystack/rest-service": "^6.2.5",
"tslib": "^2.4.1"
}
}
16 changes: 8 additions & 8 deletions services/diag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@common/config": "^1.2.0",
"@common/models": "workspace:^",
"@common/service-utils": "^1.2.6",
"@furystack/auth-google": "^5.1.2",
"@furystack/core": "^11.1.1",
"@furystack/inject": "^7.1.1",
"@furystack/logging": "^3.1.1",
"@furystack/mongodb-store": "^5.1.1",
"@furystack/repository": "^6.1.1",
"@furystack/rest": "^4.1.1",
"@furystack/rest-service": "^6.2.2",
"@furystack/auth-google": "^5.1.5",
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/logging": "^3.1.3",
"@furystack/mongodb-store": "^5.1.3",
"@furystack/repository": "^6.1.3",
"@furystack/rest": "^4.1.3",
"@furystack/rest-service": "^6.2.5",
"tslib": "^2.4.1"
}
}
24 changes: 12 additions & 12 deletions services/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"build": "tsc -b"
},
"devDependencies": {
"@types/amqplib": "^0.8.2",
"@types/amqplib": "^0.10.0",
"@types/ffprobe": "^1.1.3",
"@types/formidable": "^2.0.5",
"@types/jest": "^29.2.1",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/rimraf": "^3.0.2"
},
"dependencies": {
"@common/config": "^1.2.0",
"@common/models": "workspace:^",
"@common/service-utils": "^1.2.6",
"@furystack/auth-google": "^5.1.2",
"@furystack/core": "^11.1.1",
"@furystack/inject": "^7.1.1",
"@furystack/logging": "^3.1.1",
"@furystack/mongodb-store": "^5.1.1",
"@furystack/repository": "^6.1.1",
"@furystack/rest": "^4.1.1",
"@furystack/rest-service": "^6.2.2",
"@furystack/utils": "^3.1.1",
"@furystack/websocket-api": "^8.1.2",
"@furystack/auth-google": "^5.1.5",
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/logging": "^3.1.3",
"@furystack/mongodb-store": "^5.1.3",
"@furystack/repository": "^6.1.3",
"@furystack/rest": "^4.1.3",
"@furystack/rest-service": "^6.2.5",
"@furystack/utils": "^3.1.3",
"@furystack/websocket-api": "^8.1.5",
"amqplib": "^0.10.3",
"chokidar": "^3.5.3",
"ffprobe": "^1.1.2",
Expand Down
14 changes: 7 additions & 7 deletions workers/media-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"build": "tsc -b"
},
"devDependencies": {
"@types/amqplib": "^0.8.2",
"@types/amqplib": "^0.10.0",
"@types/node": "^18.11.9",
"@types/rimraf": "^3.0.2"
},
"dependencies": {
"@common/config": "^1.2.0",
"@common/models": "^1.2.0",
"@common/service-utils": "^1.2.6",
"@furystack/core": "^11.1.1",
"@furystack/inject": "^7.1.1",
"@furystack/logging": "^3.1.1",
"@furystack/rest": "^4.1.1",
"@furystack/rest-client-fetch": "^4.1.1",
"@furystack/utils": "^3.1.1",
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/logging": "^3.1.3",
"@furystack/rest": "^4.1.3",
"@furystack/rest-client-fetch": "^4.1.3",
"@furystack/utils": "^3.1.3",
"@types/fluent-ffmpeg": "^2.1.20",
"amqplib": "^0.10.3",
"chokidar": "^3.5.3",
Expand Down
Loading