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 16, 2024
1 parent c2510cc commit 02201e6
Show file tree
Hide file tree
Showing 2 changed files with 1,262 additions and 1,255 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,78 +30,78 @@
"@actions/exec": "~1.1.1",
"@actions/http-client": "~2.2.3",
"@fastify/static": "^7.0.4",
"@nestjs/common": "~10.4.5",
"@nestjs/common": "~10.4.15",
"@nestjs/config": "~3.3.0",
"@nestjs/core": "~10.4.5",
"@nestjs/platform-fastify": "~10.4.5",
"@nestjs/swagger": "~7.4.2",
"@octokit/auth-app": "~7.1.1",
"@nestjs/core": "~10.4.15",
"@nestjs/platform-fastify": "~10.4.15",
"@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/rest": "~21.0.2",
"axios": "~1.7.7",
"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",
"escape-string-regexp": "~5.0.0",
"fastify": "^4.28.1",
"fastify": "^4.29.0",
"fs-extra": "~11.2.0",
"idb-keyval": "~6.2.1",
"js-yaml": "~4.1.0",
"lazysizes": "~5.3.2",
"linkify-it": "~5.0.0",
"markdown-it": "~14.1.0",
"node-cache": "~5.1.2",
"parse5": "~7.2.0",
"parse5": "~7.2.1",
"reflect-metadata": "~0.2.2",
"rxjs": "~7.8.1",
"simple-git": "~3.27.0",
"tslib": "~2.8.0"
"tslib": "~2.8.1"
},
"devDependencies": {
"@angular/animations": "^18.2.8",
"@angular/build": "^18.2.9",
"@angular/animations": "^18.2.13",
"@angular/build": "^18.2.12",
"@angular/cdk": "^16.2.14",
"@angular/cli": "^18.2.9",
"@angular/common": "^18.2.8",
"@angular/compiler": "^18.2.8",
"@angular/compiler-cli": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/language-service": "^18.2.8",
"@angular/cli": "^18.2.12",
"@angular/common": "^18.2.13",
"@angular/compiler": "^18.2.13",
"@angular/compiler-cli": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/language-service": "^18.2.13",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/router": "^18.2.8",
"@angular/service-worker": "^18.2.8",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"@angular/router": "^18.2.13",
"@angular/service-worker": "^18.2.13",
"@commander-js/extra-typings": "^12.1.0",
"@nestjs/cli": "~10.4.5",
"@nestjs/schematics": "~10.2.2",
"@nestjs/testing": "~10.4.5",
"@nestjs/cli": "~10.4.9",
"@nestjs/schematics": "~10.2.3",
"@nestjs/testing": "~10.4.15",
"@types/cli-color": "~2.0.6",
"@types/fs-extra": "~11.0.4",
"@types/jest": "~29.5.13",
"@types/jest": "~29.5.14",
"@types/js-yaml": "~4.0.9",
"@types/markdown-it": "~14.1.2",
"@types/node": "~22.7.8",
"@types/node": "~22.10.2",
"@types/supertest": "~6.0.2",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"esbuild": "^0.24.0",
"eslint": "~9.13.0",
"eslint": "~9.17.0",
"eslint-config-prettier": "~9.1.0",
"fflate": "^0.8.2",
"jest": "~29.7.0",
"jest-to-match-shape-of": "~1.3.2",
"material-design-icons": "^3.0.1",
"prettier": "~3.3.3",
"prettier": "~3.4.2",
"rimraf": "~6.0.1",
"supertest": "~7.0.0",
"ts-jest": "~29.2.5",
"type-fest": "~4.26.1",
"typescript": "~5.4.5",
"typescript-eslint": "~8.11.0",
"type-fest": "~4.30.1",
"typescript": "~5.7.2",
"typescript-eslint": "~8.18.0",
"zone.js": "~0.14.10"
}
}
Loading

0 comments on commit 02201e6

Please sign in to comment.