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 14, 2023
1 parent d691685 commit d8f21eb
Show file tree
Hide file tree
Showing 2 changed files with 605 additions and 512 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"class-transformer": "~0.5.1",
"class-validator": "~0.14.0",
"cli-color": "~2.0.3",
"commander": "~11.0.0",
"commander": "~11.1.0",
"entities": "^4.5.0",
"escape-string-regexp": "~5.0.0",
"fastify": "^4.23.2",
"fastify": "^4.24.1",
"fs-extra": "~11.1.1",
"idb-keyval": "~6.2.1",
"js-yaml": "~4.1.0",
Expand All @@ -67,51 +67,51 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.1",
"@angular-devkit/build-angular": "^16.2.5",
"@angular/animations": "^16.2.8",
"@angular/cdk": "^16.2.7",
"@angular/cli": "^16.2.5",
"@angular/common": "^16.2.8",
"@angular/compiler": "^16.2.8",
"@angular/compiler-cli": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/forms": "^16.2.8",
"@angular/language-service": "^16.2.8",
"@angular/material": "^16.2.7",
"@angular/platform-browser": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"@angular/service-worker": "^16.2.8",
"@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",
"@nestjs/schematics": "~10.0.2",
"@nestjs/testing": "~10.2.7",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.2",
"@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.6",
"@types/js-yaml": "~4.0.7",
"@types/markdown-it": "~13.0.2",
"@types/node": "~20.8.3",
"@types/node": "~20.8.6",
"@types/source-map-support": "~0.5.8",
"@types/supertest": "~2.0.14",
"@typescript-eslint/eslint-plugin": "~6.7.4",
"@typescript-eslint/parser": "~6.7.4",
"@typescript-eslint/eslint-plugin": "~6.7.5",
"@typescript-eslint/parser": "~6.7.5",
"dotenv": "^16.3.1",
"eslint": "~8.51.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-prettier": "~5.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",
"resolve-typescript-plugin": "^2.0.1",
"rimraf": "~5.0.5",
"rollup": "^4.0.2",
"rollup-plugin-esbuild": "^6.0.2",
"rollup": "^4.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"supertest": "~6.3.3",
"ts-jest": "~29.1.1",
"tsconfig-paths": "~4.2.0",
Expand Down
Loading

0 comments on commit d8f21eb

Please sign in to comment.