Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Dec 30, 2024
1 parent 9d1c757 commit 830e446
Show file tree
Hide file tree
Showing 2 changed files with 663 additions and 398 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "3.0.0",
"type": "module",
"engines": {
"node": "^20.17.0"
"node": "^22.11.0"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.15.2",
"scripts": {
"start:server": "nest start --debug --watch",
"build:server": "nest build",
Expand Down Expand Up @@ -37,14 +37,14 @@
"@nestjs/swagger": "~8.1.0",
"@octokit/auth-app": "~7.1.3",
"@octokit/auth-oauth-app": "~8.1.1",
"@octokit/request-error": "^6.1.5",
"@octokit/request-error": "^6.1.6",
"@octokit/rest": "~21.0.2",
"axios": "~1.7.9",
"class-transformer": "~0.5.1",
"class-validator": "~0.14.1",
"cli-color": "~2.0.4",
"commander": "~12.1.0",
"entities": "^5.0.0",
"entities": "^6.0.0",
"escape-string-regexp": "~5.0.0",
"fastify": "^4.29.0",
"fs-extra": "~11.2.0",
Expand All @@ -61,21 +61,21 @@
"tslib": "~2.8.1"
},
"devDependencies": {
"@angular/animations": "^19.0.4",
"@angular/build": "^19.0.5",
"@angular/animations": "^19.0.5",
"@angular/build": "^19.0.6",
"@angular/cdk": "^16.2.14",
"@angular/cli": "^19.0.5",
"@angular/common": "^19.0.4",
"@angular/compiler": "^19.0.4",
"@angular/compiler-cli": "^19.0.4",
"@angular/core": "^19.0.4",
"@angular/forms": "^19.0.4",
"@angular/language-service": "^19.0.4",
"@angular/cli": "^19.0.6",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/compiler-cli": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
"@angular/language-service": "^19.0.5",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^19.0.4",
"@angular/platform-browser-dynamic": "^19.0.4",
"@angular/router": "^19.0.4",
"@angular/service-worker": "^19.0.4",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@angular/service-worker": "^19.0.5",
"@commander-js/extra-typings": "^12.1.0",
"@nestjs/cli": "~10.4.9",
"@nestjs/schematics": "~10.2.3",
Expand All @@ -88,7 +88,7 @@
"@types/node": "~22.10.2",
"@types/supertest": "~6.0.2",
"dotenv": "^16.4.7",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"eslint": "~9.17.0",
"eslint-config-prettier": "~9.1.0",
"fflate": "^0.8.2",
Expand All @@ -99,9 +99,9 @@
"rimraf": "~6.0.1",
"supertest": "~7.0.0",
"ts-jest": "~29.2.5",
"type-fest": "~4.30.1",
"type-fest": "~4.31.0",
"typescript": "~5.6.3",
"typescript-eslint": "~8.18.0",
"typescript-eslint": "~8.18.2",
"zone.js": "~0.15.0"
}
}
Loading

0 comments on commit 830e446

Please sign in to comment.