Skip to content

Commit

Permalink
updated deps & ensured all were in sync across packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dills122 committed Nov 26, 2024
1 parent cf02b6b commit 9f0aef6
Show file tree
Hide file tree
Showing 4 changed files with 1,394 additions and 1,322 deletions.
58 changes: 29 additions & 29 deletions apps/chat-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,54 +26,54 @@
"clean": "tsc --build --clean && rimraf ./types"
},
"dependencies": {
"@nestjs/common": "^10.3.0",
"@nestjs/config": "~3.1.1",
"@nestjs/core": "^10.3.0",
"@nestjs/platform-express": "^10.3.0",
"@nestjs/platform-socket.io": "~10.3.0",
"@nestjs/websockets": "~10.3.0",
"@nestjs/common": "^10.4.8",
"@nestjs/config": "~3.3.0",
"@nestjs/core": "^10.4.8",
"@nestjs/platform-express": "^10.4.8",
"@nestjs/platform-socket.io": "~10.4.8",
"@nestjs/websockets": "~10.4.8",
"@socket.io/cluster-adapter": "~0.2.2",
"@socket.io/sticky": "~1.0.4",
"jsonwebtoken": "~9.0.2",
"pm2": "^5.3.0",
"pm2": "^5.4.3",
"redis": "4.7.0",
"reflect-metadata": "^0.1.14",
"rimraf": "^5.0.5",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"socket.io": "4.5.1",
"socket.io-redis": "~6.1.1",
"rxjs": "^7.8.1",
"webpack": "^5.0.0",
"socket.io-adapter": "~2.5.2",
"@socket.io/redis-adapter": "~8.2.1",
"webpack": "^5.96.1",
"socket.io-adapter": "~2.5.4",
"@socket.io/redis-adapter": "~8.3.0",
"shared-sdk": "workspace:*"
},
"devDependencies": {
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.3.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/jsonwebtoken": "~9.0.5",
"@types/node": "^20.10.5",
"@nestjs/cli": "^10.4.8",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.8",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "~9.0.7",
"@types/node": "^22.9.4",
"@types/redis": "~4.0.10",
"@types/supertest": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.1",
"eslint-plugin-prettier": "^5.2.1",
"jest": "29.7.0",
"prettier": "^3.1.1",
"prettier": "^3.3.3",
"prettier-plugin-nginx": "^1.0.3",
"prettier-plugin-sh": "^0.13.1",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"prettier-plugin-sh": "^0.14.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "~10.9.2",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.1.6",
"utility-types": "~3.10.0"
"utility-types": "~3.11.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
22 changes: 11 additions & 11 deletions apps/chat-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,30 +46,30 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.11",
"@angular-eslint/builder": "16.3.1",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/schematics": "16.3.1",
"@angular-eslint/template-parser": "16.3.1",
"@angular-eslint/builder": "18.4.2",
"@angular-eslint/eslint-plugin": "18.4.2",
"@angular-eslint/eslint-plugin-template": "18.4.2",
"@angular-eslint/schematics": "18.4.2",
"@angular-eslint/template-parser": "18.4.2",
"@angular/cli": "^16.2.11",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@schematics/angular": "16.2.10",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/lodash": "~4.14.202",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"@types/node": "^22.9.4",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^9.15.0",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "~3.1.1",
"prettier": "^3.3.3",
"protractor": "~7.0.0",
"puppeteer": "~21.6.1",
"stylelint": "15.11",
Expand All @@ -79,6 +79,6 @@
"stylelint-scss": "5.3.2",
"ts-node": "~10.9.2",
"typescript": "~5.1.6",
"utility-types": "~3.10.0"
"utility-types": "~3.11.0"
}
}
Loading

0 comments on commit 9f0aef6

Please sign in to comment.