Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Nov 24, 2023
1 parent 3466f69 commit 2c69252
Show file tree
Hide file tree
Showing 2 changed files with 1,191 additions and 898 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"@actions/exec": "~1.1.1",
"@actions/http-client": "~2.2.0",
"@fastify/static": "^6.12.0",
"@nestjs/common": "~10.2.8",
"@nestjs/common": "~10.2.10",
"@nestjs/config": "~3.1.1",
"@nestjs/core": "~10.2.8",
"@nestjs/platform-fastify": "~10.2.8",
"@nestjs/swagger": "~7.1.15",
"@nestjs/core": "~10.2.10",
"@nestjs/platform-fastify": "~10.2.10",
"@nestjs/swagger": "~7.1.16",
"@octokit/auth-app": "~6.0.1",
"@octokit/auth-oauth-app": "~7.0.1",
"@octokit/request-error": "^5.0.1",
"@octokit/rest": "~20.0.2",
"axios": "~1.6.1",
"axios": "~1.6.2",
"class-transformer": "~0.5.1",
"class-validator": "~0.14.0",
"cli-color": "~2.0.3",
Expand All @@ -57,52 +57,52 @@
"parse5": "~7.1.2",
"reflect-metadata": "~0.1.13",
"rxjs": "~7.8.1",
"simple-git": "~3.20.0",
"simple-git": "~3.21.0",
"tslib": "~2.6.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular/animations": "^17.0.2",
"@angular/cdk": "^16.2.12",
"@angular/cli": "^17.0.0",
"@angular/common": "^17.0.2",
"@angular/compiler": "^17.0.2",
"@angular/compiler-cli": "^17.0.2",
"@angular/core": "^17.0.2",
"@angular/forms": "^17.0.2",
"@angular/language-service": "^17.0.2",
"@angular/material": "^16.2.12",
"@angular/platform-browser": "^17.0.2",
"@angular/platform-browser-dynamic": "^17.0.2",
"@angular/router": "^17.0.2",
"@angular/service-worker": "^17.0.2",
"@angular-devkit/build-angular": "^17.0.3",
"@angular/animations": "^17.0.4",
"@angular/cdk": "^17.0.1",
"@angular/cli": "^17.0.3",
"@angular/common": "^17.0.4",
"@angular/compiler": "^17.0.4",
"@angular/compiler-cli": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/forms": "^17.0.4",
"@angular/language-service": "^17.0.4",
"@angular/material": "^17.0.1",
"@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^17.0.4",
"@angular/service-worker": "^17.0.4",
"@nestjs/cli": "~10.2.1",
"@nestjs/schematics": "~10.0.3",
"@nestjs/testing": "~10.2.8",
"@types/cli-color": "~2.0.5",
"@nestjs/testing": "~10.2.10",
"@types/cli-color": "~2.0.6",
"@types/fs-extra": "~11.0.4",
"@types/jest": "~29.5.8",
"@types/jest": "~29.5.10",
"@types/js-yaml": "~4.0.9",
"@types/markdown-it": "~13.0.6",
"@types/node": "~20.9.0",
"@types/markdown-it": "~13.0.7",
"@types/node": "~20.9.5",
"@types/supertest": "~2.0.16",
"@typescript-eslint/eslint-plugin": "~6.10.0",
"@typescript-eslint/parser": "~6.10.0",
"@typescript-eslint/eslint-plugin": "~6.12.0",
"@typescript-eslint/parser": "~6.12.0",
"dotenv": "^16.3.1",
"esbuild": "^0.19.5",
"eslint": "~8.53.0",
"esbuild": "^0.19.7",
"eslint": "~8.54.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-prettier": "~5.0.1",
"fflate": "^0.8.1",
"jest": "~29.7.0",
"jest-to-match-shape-of": "~1.3.2",
"material-design-icons": "^3.0.1",
"prettier": "~3.0.3",
"prettier": "~3.1.0",
"rimraf": "~5.0.5",
"supertest": "~6.3.3",
"ts-jest": "~29.1.1",
"type-fest": "~4.7.1",
"type-fest": "~4.8.2",
"typescript": "~5.2.2",
"zone.js": "~0.14.2"
}
}
}
Loading

0 comments on commit 2c69252

Please sign in to comment.