Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Feb 5, 2024
1 parent f0246e3 commit b044076
Show file tree
Hide file tree
Showing 2 changed files with 1,644 additions and 2,360 deletions.
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
"@actions/exec": "~1.1.1",
"@actions/http-client": "~2.2.0",
"@fastify/static": "^6.12.0",
"@nestjs/common": "~10.3.0",
"@nestjs/common": "~10.3.1",
"@nestjs/config": "~3.1.1",
"@nestjs/core": "~10.3.0",
"@nestjs/platform-fastify": "~10.3.0",
"@nestjs/swagger": "~7.1.17",
"@octokit/auth-app": "~6.0.2",
"@nestjs/core": "~10.3.1",
"@nestjs/platform-fastify": "~10.3.1",
"@nestjs/swagger": "~7.2.0",
"@octokit/auth-app": "~6.0.3",
"@octokit/auth-oauth-app": "~7.0.1",
"@octokit/request-error": "^5.0.1",
"@octokit/rest": "~20.0.2",
"axios": "~1.6.2",
"axios": "~1.6.7",
"class-transformer": "~0.5.1",
"class-validator": "~0.14.0",
"class-validator": "~0.14.1",
"cli-color": "~2.0.3",
"commander": "~11.1.0",
"commander": "~12.0.0",
"entities": "^4.5.0",
"escape-string-regexp": "~5.0.0",
"fastify": "^4.25.1",
"fastify": "^4.26.0",
"fs-extra": "~11.2.0",
"idb-keyval": "~6.2.1",
"js-yaml": "~4.1.0",
Expand All @@ -57,52 +57,52 @@
"parse5": "~7.1.2",
"reflect-metadata": "~0.1.14",
"rxjs": "~7.8.1",
"simple-git": "~3.21.0",
"simple-git": "~3.22.0",
"tslib": "~2.6.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.8",
"@angular/animations": "^17.0.8",
"@angular/cdk": "^16.2.12",
"@angular/cli": "^17.0.8",
"@angular/common": "^17.0.8",
"@angular/compiler": "^17.0.8",
"@angular/compiler-cli": "^17.0.8",
"@angular/core": "^17.0.8",
"@angular/forms": "^17.0.8",
"@angular/language-service": "^17.0.8",
"@angular/material": "^16.2.12",
"@angular/platform-browser": "^17.0.8",
"@angular/platform-browser-dynamic": "^17.0.8",
"@angular/router": "^17.0.8",
"@angular/service-worker": "^17.0.8",
"@nestjs/cli": "~10.2.1",
"@nestjs/schematics": "~10.0.3",
"@nestjs/testing": "~10.3.0",
"@angular-devkit/build-angular": "^17.1.2",
"@angular/animations": "^17.1.2",
"@angular/cdk": "^16.2.14",
"@angular/cli": "^17.1.2",
"@angular/common": "^17.1.2",
"@angular/compiler": "^17.1.2",
"@angular/compiler-cli": "^17.1.2",
"@angular/core": "^17.1.2",
"@angular/forms": "^17.1.2",
"@angular/language-service": "^17.1.2",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^17.1.2",
"@angular/platform-browser-dynamic": "^17.1.2",
"@angular/router": "^17.1.2",
"@angular/service-worker": "^17.1.2",
"@nestjs/cli": "~10.3.1",
"@nestjs/schematics": "~10.1.0",
"@nestjs/testing": "~10.3.1",
"@types/cli-color": "~2.0.6",
"@types/fs-extra": "~11.0.4",
"@types/jest": "~29.5.11",
"@types/jest": "~29.5.12",
"@types/js-yaml": "~4.0.9",
"@types/markdown-it": "~13.0.7",
"@types/node": "~20.10.5",
"@types/supertest": "~6.0.1",
"@typescript-eslint/eslint-plugin": "~6.15.0",
"@typescript-eslint/parser": "~6.15.0",
"dotenv": "^16.3.1",
"esbuild": "^0.19.10",
"@types/node": "~20.11.16",
"@types/supertest": "~6.0.2",
"@typescript-eslint/eslint-plugin": "~6.20.0",
"@typescript-eslint/parser": "~6.20.0",
"dotenv": "^16.4.1",
"esbuild": "^0.20.0",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-prettier": "~5.1.1",
"eslint-plugin-prettier": "~5.1.3",
"fflate": "^0.8.1",
"jest": "~29.7.0",
"jest-to-match-shape-of": "~1.3.2",
"material-design-icons": "^3.0.1",
"prettier": "~3.1.1",
"prettier": "~3.2.5",
"rimraf": "~5.0.5",
"supertest": "~6.3.3",
"ts-jest": "~29.1.1",
"type-fest": "~4.8.3",
"typescript": "~5.2.2",
"zone.js": "~0.14.2"
"supertest": "~6.3.4",
"ts-jest": "~29.1.2",
"type-fest": "~4.10.2",
"typescript": "~5.3.3",
"zone.js": "~0.14.3"
}
}
Loading

0 comments on commit b044076

Please sign in to comment.