Skip to content

Commit

Permalink
build(deps): bump project dependencies (#856)
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
- [x] update versions of github actions used in workflows;
  • Loading branch information
rfprod authored Jun 29, 2024
1 parent 548a976 commit 514bac8
Show file tree
Hide file tree
Showing 13 changed files with 1,253 additions and 1,588 deletions.
2 changes: 1 addition & 1 deletion .github/actions/dist-artifact-download/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: 'composite'
steps:
- name: Download dist artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact-name }}
path: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/workspace-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
echo "commitsha=$(echo ${GITHUB_SHA})" >> $GITHUB_OUTPUT
- name: Workspace cache (node_modules, nx, jest, angular)
uses: actions/cache@v3
uses: actions/cache@v4
id: workspace-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"reject": ["marked", "eslint", "prettier"],
"reject": ["marked", "eslint", "prettier", "typescript"],
"timeout": 120000
}
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Dependencies for docker containers running api application. Do not install dependencies in this directory. This file is only for containers.",
"dependencies": {
"@apollo/server": "4.10.4",
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.10.10",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.1.0",
"@nestjs/axios": "3.0.2",
Expand All @@ -29,10 +29,10 @@
"compression": "1.7.4",
"dotenv": "16.4.5",
"express": "4.19.2",
"firebase-admin": "12.1.1",
"firebase-admin": "12.2.0",
"firebase-functions": "5.0.1",
"google-protobuf": "3.21.2",
"graphql": "16.8.2",
"graphql": "16.9.0",
"graphql-subscriptions": "2.0.0",
"graphql-tag": "2.12.6",
"graphql-tools": "9.0.1",
Expand Down
Loading

0 comments on commit 514bac8

Please sign in to comment.