Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Oct 22, 2024
1 parent 266c598 commit 0558c57
Show file tree
Hide file tree
Showing 2 changed files with 2,817 additions and 3,825 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
},
"private": true,
"dependencies": {
"@actions/core": "~1.10.1",
"@actions/core": "~1.11.1",
"@actions/exec": "~1.1.1",
"@actions/http-client": "~2.2.2",
"@actions/http-client": "~2.2.3",
"@fastify/static": "^7.0.4",
"@nestjs/common": "~10.4.1",
"@nestjs/config": "~3.2.3",
"@nestjs/core": "~10.4.1",
"@nestjs/platform-fastify": "~10.4.1",
"@nestjs/swagger": "~7.4.0",
"@nestjs/common": "~10.4.5",
"@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",
"@octokit/auth-oauth-app": "~8.1.1",
"@octokit/request-error": "^6.1.4",
"@octokit/request-error": "^6.1.5",
"@octokit/rest": "~21.0.2",
"axios": "~1.7.7",
"class-transformer": "~0.5.1",
Expand All @@ -54,42 +54,42 @@
"linkify-it": "~5.0.0",
"markdown-it": "~14.1.0",
"node-cache": "~5.1.2",
"parse5": "~7.1.2",
"parse5": "~7.2.0",
"reflect-metadata": "~0.2.2",
"rxjs": "~7.8.1",
"simple-git": "~3.26.0",
"tslib": "~2.7.0"
"simple-git": "~3.27.0",
"tslib": "~2.8.0"
},
"devDependencies": {
"@angular/animations": "^18.2.3",
"@angular/build": "^18.2.3",
"@angular/animations": "^18.2.8",
"@angular/build": "^18.2.9",
"@angular/cdk": "^16.2.14",
"@angular/cli": "^18.2.3",
"@angular/common": "^18.2.3",
"@angular/compiler": "^18.2.3",
"@angular/compiler-cli": "^18.2.3",
"@angular/core": "^18.2.3",
"@angular/forms": "^18.2.3",
"@angular/language-service": "^18.2.3",
"@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/material": "^16.2.14",
"@angular/platform-browser": "^18.2.3",
"@angular/platform-browser-dynamic": "^18.2.3",
"@angular/router": "^18.2.3",
"@angular/service-worker": "^18.2.3",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/router": "^18.2.8",
"@angular/service-worker": "^18.2.8",
"@commander-js/extra-typings": "^12.1.0",
"@nestjs/cli": "~10.4.5",
"@nestjs/schematics": "~10.1.4",
"@nestjs/testing": "~10.4.1",
"@nestjs/schematics": "~10.2.2",
"@nestjs/testing": "~10.4.5",
"@types/cli-color": "~2.0.6",
"@types/fs-extra": "~11.0.4",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.13",
"@types/js-yaml": "~4.0.9",
"@types/markdown-it": "~14.1.2",
"@types/node": "~20.14.15",
"@types/node": "~22.7.8",
"@types/supertest": "~6.0.2",
"dotenv": "^16.4.5",
"esbuild": "^0.23.1",
"eslint": "~9.9.1",
"esbuild": "^0.24.0",
"eslint": "~9.13.0",
"eslint-config-prettier": "~9.1.0",
"fflate": "^0.8.2",
"jest": "~29.7.0",
Expand All @@ -99,9 +99,9 @@
"rimraf": "~6.0.1",
"supertest": "~7.0.0",
"ts-jest": "~29.2.5",
"type-fest": "~4.26.0",
"type-fest": "~4.26.1",
"typescript": "~5.4.5",
"typescript-eslint": "~8.4.0",
"typescript-eslint": "~8.11.0",
"zone.js": "~0.14.10"
}
}
Loading

0 comments on commit 0558c57

Please sign in to comment.