Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Oct 27, 2023
1 parent d8f21eb commit 0d76751
Show file tree
Hide file tree
Showing 2 changed files with 850 additions and 879 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"@nestjs/config": "~3.1.1",
"@nestjs/core": "~10.2.7",
"@nestjs/platform-fastify": "~10.2.7",
"@nestjs/swagger": "~7.1.13",
"@nestjs/swagger": "~7.1.14",
"@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.5.1",
"axios": "~1.6.0",
"class-transformer": "~0.5.1",
"class-validator": "~0.14.0",
"cli-color": "~2.0.3",
"commander": "~11.1.0",
"entities": "^4.5.0",
"escape-string-regexp": "~5.0.0",
"fastify": "^4.24.1",
"fastify": "^4.24.3",
"fs-extra": "~11.1.1",
"idb-keyval": "~6.2.1",
"js-yaml": "~4.1.0",
Expand All @@ -67,40 +67,40 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.1",
"@angular-devkit/build-angular": "^16.2.6",
"@angular/animations": "^16.2.9",
"@angular/cdk": "^16.2.8",
"@angular/cli": "^16.2.6",
"@angular/common": "^16.2.9",
"@angular/compiler": "^16.2.9",
"@angular/compiler-cli": "^16.2.9",
"@angular/core": "^16.2.9",
"@angular/forms": "^16.2.9",
"@angular/language-service": "^16.2.9",
"@angular/material": "^16.2.8",
"@angular/platform-browser": "^16.2.9",
"@angular/platform-browser-dynamic": "^16.2.9",
"@angular/router": "^16.2.9",
"@angular/service-worker": "^16.2.9",
"@nestjs/cli": "~10.1.18",
"@angular-devkit/build-angular": "^16.2.8",
"@angular/animations": "^16.2.11",
"@angular/cdk": "^16.2.10",
"@angular/cli": "^16.2.8",
"@angular/common": "^16.2.11",
"@angular/compiler": "^16.2.11",
"@angular/compiler-cli": "^16.2.11",
"@angular/core": "^16.2.11",
"@angular/forms": "^16.2.11",
"@angular/language-service": "^16.2.11",
"@angular/material": "^16.2.10",
"@angular/platform-browser": "^16.2.11",
"@angular/platform-browser-dynamic": "^16.2.11",
"@angular/router": "^16.2.11",
"@angular/service-worker": "^16.2.11",
"@nestjs/cli": "~10.2.0",
"@nestjs/schematics": "~10.0.2",
"@nestjs/testing": "~10.2.7",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/cli-color": "~2.0.3",
"@types/fs-extra": "~11.0.2",
"@types/jest": "~29.5.5",
"@types/js-yaml": "~4.0.7",
"@types/markdown-it": "~13.0.2",
"@types/node": "~20.8.6",
"@types/source-map-support": "~0.5.8",
"@types/supertest": "~2.0.14",
"@typescript-eslint/eslint-plugin": "~6.7.5",
"@typescript-eslint/parser": "~6.7.5",
"@types/cli-color": "~2.0.4",
"@types/fs-extra": "~11.0.3",
"@types/jest": "~29.5.6",
"@types/js-yaml": "~4.0.8",
"@types/markdown-it": "~13.0.5",
"@types/node": "~20.8.9",
"@types/source-map-support": "~0.5.9",
"@types/supertest": "~2.0.15",
"@typescript-eslint/eslint-plugin": "~6.9.0",
"@typescript-eslint/parser": "~6.9.0",
"dotenv": "^16.3.1",
"eslint": "~8.51.0",
"eslint": "~8.52.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-prettier": "~5.0.1",
"fflate": "^0.8.1",
Expand All @@ -110,12 +110,12 @@
"prettier": "~3.0.3",
"resolve-typescript-plugin": "^2.0.1",
"rimraf": "~5.0.5",
"rollup": "^4.1.0",
"rollup": "^4.1.4",
"rollup-plugin-esbuild": "^6.1.0",
"supertest": "~6.3.3",
"ts-jest": "~29.1.1",
"tsconfig-paths": "~4.2.0",
"type-fest": "~4.4.0",
"type-fest": "~4.6.0",
"typescript": "~5.1.6",
"webpack-bundle-analyzer": "~4.9.1",
"zone.js": "~0.13.3"
Expand Down
Loading

0 comments on commit 0d76751

Please sign in to comment.