Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Jul 31, 2024
1 parent 020fd9b commit e520051
Show file tree
Hide file tree
Showing 2 changed files with 2,346 additions and 3,363 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "3.0.0",
"type": "module",
"engines": {
"node": "^20.11.0"
"node": "^20.15.0"
},
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.6.0",
"scripts": {
"start:server": "nest start --debug --watch",
"build:server": "nest build",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@octokit/auth-app": "~7.1.0",
"@octokit/auth-oauth-app": "~8.1.1",
"@octokit/request-error": "^6.1.4",
"@octokit/rest": "~21.0.0",
"@octokit/rest": "~21.0.1",
"axios": "~1.7.2",
"class-transformer": "~0.5.1",
"class-validator": "~0.14.1",
Expand All @@ -61,49 +61,49 @@
"tslib": "~2.6.3"
},
"devDependencies": {
"@angular/animations": "^18.1.0",
"@angular/build": "^18.1.0",
"@angular/animations": "^18.1.2",
"@angular/build": "^18.1.3",
"@angular/cdk": "^16.2.14",
"@angular/cli": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/compiler": "^18.1.0",
"@angular/compiler-cli": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/forms": "^18.1.0",
"@angular/language-service": "^18.1.0",
"@angular/cli": "^18.1.3",
"@angular/common": "^18.1.2",
"@angular/compiler": "^18.1.2",
"@angular/compiler-cli": "^18.1.2",
"@angular/core": "^18.1.2",
"@angular/forms": "^18.1.2",
"@angular/language-service": "^18.1.2",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "^18.1.0",
"@angular/platform-browser-dynamic": "^18.1.0",
"@angular/router": "^18.1.0",
"@angular/service-worker": "^18.1.0",
"@angular/platform-browser": "^18.1.2",
"@angular/platform-browser-dynamic": "^18.1.2",
"@angular/router": "^18.1.2",
"@angular/service-worker": "^18.1.2",
"@commander-js/extra-typings": "^12.1.0",
"@nestjs/cli": "~10.4.2",
"@nestjs/schematics": "~10.1.2",
"@nestjs/schematics": "~10.1.3",
"@nestjs/testing": "~10.3.10",
"@types/cli-color": "~2.0.6",
"@types/fs-extra": "~11.0.4",
"@types/jest": "~29.5.12",
"@types/js-yaml": "~4.0.9",
"@types/markdown-it": "~14.1.1",
"@types/node": "~20.14.10",
"@types/markdown-it": "~14.1.2",
"@types/node": "~20.14.13",
"@types/supertest": "~6.0.2",
"@typescript-eslint/eslint-plugin": "~7.16.1",
"@typescript-eslint/parser": "~7.16.1",
"@typescript-eslint/eslint-plugin": "~7.18.0",
"@typescript-eslint/parser": "~7.18.0",
"dotenv": "^16.4.5",
"esbuild": "^0.23.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-prettier": "~5.2.1",
"fflate": "^0.8.2",
"jest": "~29.7.0",
"jest-to-match-shape-of": "~1.3.2",
"material-design-icons": "^3.0.1",
"prettier": "~3.3.3",
"rimraf": "~6.0.1",
"supertest": "~7.0.0",
"ts-jest": "~29.2.2",
"type-fest": "~4.21.0",
"ts-jest": "~29.2.3",
"type-fest": "~4.23.0",
"typescript": "~5.4.5",
"zone.js": "~0.14.7"
"zone.js": "~0.14.8"
}
}
Loading

0 comments on commit e520051

Please sign in to comment.