Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed May 18, 2024
1 parent 7ddb50f commit af17e49
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 549 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"engines": {
"node": "^20.11.0"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.1",
"scripts": {
"start:server": "nest start --debug --watch",
"build:server": "nest build",
Expand All @@ -29,13 +29,13 @@
"@actions/core": "~1.10.1",
"@actions/exec": "~1.1.1",
"@actions/http-client": "~2.2.1",
"@fastify/static": "^7.0.3",
"@fastify/static": "^7.0.4",
"@nestjs/common": "~10.3.8",
"@nestjs/config": "~3.2.2",
"@nestjs/core": "~10.3.8",
"@nestjs/platform-fastify": "~10.3.8",
"@nestjs/swagger": "~7.3.1",
"@octokit/auth-app": "~7.0.0",
"@octokit/auth-app": "~7.1.0",
"@octokit/auth-oauth-app": "~8.1.1",
"@octokit/request-error": "^6.1.1",
"@octokit/rest": "~20.1.1",
Expand All @@ -46,7 +46,7 @@
"commander": "~12.0.0",
"entities": "^4.5.0",
"escape-string-regexp": "~5.0.0",
"fastify": "^4.26.2",
"fastify": "^4.27.0",
"fs-extra": "~11.2.0",
"idb-keyval": "~6.2.1",
"js-yaml": "~4.1.0",
Expand All @@ -61,21 +61,21 @@
"tslib": "~2.6.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.6",
"@angular/animations": "^17.3.7",
"@angular-devkit/build-angular": "^17.3.7",
"@angular/animations": "^17.3.9",
"@angular/cdk": "^16.2.14",
"@angular/cli": "^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/cli": "^17.3.7",
"@angular/common": "^17.3.9",
"@angular/compiler": "^17.3.9",
"@angular/compiler-cli": "^17.3.9",
"@angular/core": "^17.3.9",
"@angular/forms": "^17.3.9",
"@angular/language-service": "^17.3.9",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^17.3.7",
"@angular/platform-browser-dynamic": "^17.3.7",
"@angular/router": "^17.3.7",
"@angular/service-worker": "^17.3.7",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@angular/router": "^17.3.9",
"@angular/service-worker": "^17.3.9",
"@commander-js/extra-typings": "^12.0.1",
"@nestjs/cli": "~10.3.2",
"@nestjs/schematics": "~10.1.1",
Expand All @@ -85,12 +85,12 @@
"@types/jest": "~29.5.12",
"@types/js-yaml": "~4.0.9",
"@types/markdown-it": "~14.1.1",
"@types/node": "~20.12.10",
"@types/node": "~20.12.12",
"@types/supertest": "~6.0.2",
"@typescript-eslint/eslint-plugin": "~7.8.0",
"@typescript-eslint/parser": "~7.8.0",
"@typescript-eslint/eslint-plugin": "~7.9.0",
"@typescript-eslint/parser": "~7.9.0",
"dotenv": "^16.4.5",
"esbuild": "^0.21.0",
"esbuild": "^0.21.3",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-prettier": "~5.1.3",
Expand All @@ -99,11 +99,11 @@
"jest-to-match-shape-of": "~1.3.2",
"material-design-icons": "^3.0.1",
"prettier": "~3.2.5",
"rimraf": "~5.0.5",
"rimraf": "~5.0.7",
"supertest": "~7.0.0",
"ts-jest": "~29.1.2",
"type-fest": "~4.18.2",
"typescript": "~5.4.5",
"zone.js": "~0.14.5"
"zone.js": "~0.14.6"
}
}
Loading

0 comments on commit af17e49

Please sign in to comment.