Skip to content

Commit

Permalink
feat(server): release
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed May 5, 2024
1 parent 6aaf9b8 commit aab6da6
Show file tree
Hide file tree
Showing 5 changed files with 4,282 additions and 2,906 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@octokit/auth-app": "~6.1.1",
"@octokit/auth-oauth-app": "~8.1.1",
"@octokit/request-error": "^6.1.1",
"@octokit/rest": "~20.1.0",
"@octokit/rest": "~20.1.1",
"axios": "~1.6.8",
"class-transformer": "~0.5.1",
"class-validator": "~0.14.1",
Expand All @@ -62,20 +62,20 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.6",
"@angular/animations": "^17.3.6",
"@angular/animations": "^17.3.7",
"@angular/cdk": "^16.2.14",
"@angular/cli": "^17.3.6",
"@angular/common": "^17.3.6",
"@angular/compiler": "^17.3.6",
"@angular/compiler-cli": "^17.3.6",
"@angular/core": "^17.3.6",
"@angular/forms": "^17.3.6",
"@angular/language-service": "^17.3.6",
"@angular/common": "^17.3.7",
"@angular/compiler": "^17.3.7",
"@angular/compiler-cli": "^17.3.7",
"@angular/core": "^17.3.7",
"@angular/forms": "^17.3.7",
"@angular/language-service": "^17.3.7",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^17.3.6",
"@angular/platform-browser-dynamic": "^17.3.6",
"@angular/router": "^17.3.6",
"@angular/service-worker": "^17.3.6",
"@angular/platform-browser": "^17.3.7",
"@angular/platform-browser-dynamic": "^17.3.7",
"@angular/router": "^17.3.7",
"@angular/service-worker": "^17.3.7",
"@commander-js/extra-typings": "^12.0.1",
"@nestjs/cli": "~10.3.2",
"@nestjs/schematics": "~10.1.1",
Expand All @@ -84,11 +84,11 @@
"@types/fs-extra": "~11.0.4",
"@types/jest": "~29.5.12",
"@types/js-yaml": "~4.0.9",
"@types/markdown-it": "~14.0.1",
"@types/node": "~20.12.7",
"@types/markdown-it": "~14.1.1",
"@types/node": "~20.12.8",
"@types/supertest": "~6.0.2",
"@typescript-eslint/eslint-plugin": "~7.7.1",
"@typescript-eslint/parser": "~7.7.1",
"@typescript-eslint/eslint-plugin": "~7.8.0",
"@typescript-eslint/parser": "~7.8.0",
"dotenv": "^16.4.5",
"esbuild": "^0.20.2",
"eslint": "~8.57.0",
Expand All @@ -102,8 +102,8 @@
"rimraf": "~5.0.5",
"supertest": "~7.0.0",
"ts-jest": "~29.1.2",
"type-fest": "~4.17.0",
"type-fest": "~4.18.1",
"typescript": "~5.4.5",
"zone.js": "~0.14.4"
"zone.js": "~0.14.5"
}
}
Loading

0 comments on commit aab6da6

Please sign in to comment.