Skip to content

Commit

Permalink
Merge pull request #15 from lennybakkalian/dev
Browse files Browse the repository at this point in the history
feat: update deps
  • Loading branch information
lennybakkalian authored Nov 23, 2024
2 parents 12efdcc + 6611725 commit 4a3ccd6
Show file tree
Hide file tree
Showing 2 changed files with 625 additions and 821 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@trpc/client": "11.0.0-rc.643",
"@trpc/server": "11.0.0-rc.643",
"cors": "^2.8.5",
"express": "^4.18.2",
"rxjs": "~7.8.0",
"express": "^4.21.1",
"rxjs": "~7.8.1",
"superjson": "^2.2.1",
"tslib": "^2.3.0",
"tslib": "^2.8.1",
"ws": "^8.18.0",
"zod": "^3.23.8",
"zone.js": "~0.15.0"
Expand All @@ -39,24 +39,24 @@
"@angular/compiler-cli": "^19.0.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"@types/ws": "^8.5.12",
"@types/express": "^4.17.21",
"@types/jasmine": "~5.1.4",
"@types/node": "^18.19.65",
"@types/ws": "^8.5.13",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^19.0.1",
"prettier": "3.3.3",
"semantic-release": "^24.1.3",
"typescript": "~5.6.2"
"semantic-release": "^24.2.0",
"typescript": "~5.6.3"
},
"release": {
"branches": [
Expand Down
Loading

0 comments on commit 4a3ccd6

Please sign in to comment.