Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Sep 15, 2023
1 parent 91c9a93 commit 6500f8f
Show file tree
Hide file tree
Showing 2 changed files with 2,967 additions and 4,334 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
},
"private": true,
"dependencies": {
"@actions/core": "~1.10.0",
"@actions/core": "~1.10.1",
"@actions/exec": "~1.1.1",
"@actions/http-client": "~2.1.1",
"@fastify/static": "^6.11.0",
"@nestjs/common": "~10.2.4",
"@nestjs/config": "~3.0.1",
"@nestjs/core": "~10.2.4",
"@nestjs/platform-fastify": "~10.2.4",
"@nestjs/swagger": "~7.1.10",
"@fastify/static": "^6.11.1",
"@nestjs/common": "~10.2.5",
"@nestjs/config": "~3.1.1",
"@nestjs/core": "~10.2.5",
"@nestjs/platform-fastify": "~10.2.5",
"@nestjs/swagger": "~7.1.11",
"@octokit/auth-app": "~6.0.0",
"@octokit/auth-oauth-app": "~7.0.0",
"@octokit/request-error": "^5.0.0",
Expand All @@ -49,7 +49,7 @@
"cli-color": "~2.0.3",
"commander": "~11.0.0",
"escape-string-regexp": "~5.0.0",
"fastify": "^4.22.2",
"fastify": "^4.23.2",
"fs-extra": "~11.1.1",
"idb-keyval": "~6.2.1",
"js-yaml": "~4.1.0",
Expand All @@ -66,57 +66,57 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.1",
"@angular-devkit/build-angular": "^16.2.1",
"@angular/animations": "^16.2.4",
"@angular/cdk": "^16.2.3",
"@angular/cli": "^16.2.1",
"@angular/common": "^16.2.4",
"@angular/compiler": "^16.2.4",
"@angular/compiler-cli": "^16.2.4",
"@angular/core": "^16.2.4",
"@angular/forms": "^16.2.4",
"@angular/language-service": "^16.2.4",
"@angular/material": "^16.2.3",
"@angular/platform-browser": "^16.2.4",
"@angular/platform-browser-dynamic": "^16.2.4",
"@angular/router": "^16.2.4",
"@angular/service-worker": "^16.2.4",
"@angular-devkit/build-angular": "^16.2.2",
"@angular/animations": "^16.2.5",
"@angular/cdk": "^16.2.4",
"@angular/cli": "^16.2.2",
"@angular/common": "^16.2.5",
"@angular/compiler": "^16.2.5",
"@angular/compiler-cli": "^16.2.5",
"@angular/core": "^16.2.5",
"@angular/forms": "^16.2.5",
"@angular/language-service": "^16.2.5",
"@angular/material": "^16.2.4",
"@angular/platform-browser": "^16.2.5",
"@angular/platform-browser-dynamic": "^16.2.5",
"@angular/router": "^16.2.5",
"@angular/service-worker": "^16.2.5",
"@nestjs/cli": "~10.1.17",
"@nestjs/schematics": "~10.0.2",
"@nestjs/testing": "~10.2.4",
"@nestjs/testing": "~10.2.5",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/cli-color": "~2.0.3",
"@types/fs-extra": "~11.0.1",
"@types/fs-extra": "~11.0.2",
"@types/jest": "~29.5.4",
"@types/js-yaml": "~4.0.5",
"@types/markdown-it": "~13.0.1",
"@types/node": "~20.5.9",
"@types/node": "~20.6.1",
"@types/source-map-support": "~0.5.7",
"@types/supertest": "~2.0.12",
"@typescript-eslint/eslint-plugin": "~6.6.0",
"@typescript-eslint/parser": "~6.6.0",
"@typescript-eslint/eslint-plugin": "~6.7.0",
"@typescript-eslint/parser": "~6.7.0",
"dotenv": "^16.3.1",
"eslint": "~8.48.0",
"eslint": "~8.49.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-prettier": "~5.0.0",
"fflate": "^0.8.0",
"jest": "~29.6.4",
"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.1",
"rollup": "^3.29.0",
"rollup": "^3.29.1",
"rollup-plugin-esbuild": "^5.0.0",
"supertest": "~6.3.3",
"ts-jest": "~29.1.1",
"tsconfig-paths": "~4.2.0",
"type-fest": "~4.3.1",
"typescript": "~5.1.6",
"webpack-bundle-analyzer": "~4.9.1",
"zone.js": "~0.13.1"
"zone.js": "~0.13.3"
}
}
Loading

0 comments on commit 6500f8f

Please sign in to comment.