Skip to content

Commit

Permalink
Merge branch 'master' into darkmode-toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
mg500 committed Sep 13, 2023
2 parents fad87f1 + 1f3a734 commit e373711
Show file tree
Hide file tree
Showing 27 changed files with 2,345 additions and 1,038 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16' ]
node: [ '18' ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16' ]
node: [ '18' ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
Expand Down
9 changes: 4 additions & 5 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/bson": "^4.0.5",
"@types/connect-history-api-fallback": "^1.3.3",
"@types/cors": "^2.8.13",
"@types/dockerode": "^3.3.14",
"@types/dockerode": "^3.3.15",
"@types/express": "^4.17.17",
"@types/jest": "^29.4.0",
"@types/jsonwebtoken": "^9.0.1",
Expand Down Expand Up @@ -50,14 +50,13 @@
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.5",
"dockerode": "^3.3.4",
"i": "^0.3.7",
"jsonwebtoken": "^9.0.0",
"mongodb": "^3.7.3",
"node-pty": "^0.10.1",
"npm": "^9.6.0",
"npm": "^9.6.2",
"path-to-regexp": "^6.2.1",
"ssh2": "^1.10.0",
"ssh2": "^1.11.0",
"toad-scheduler": "^2.2.0",
"ws": "^8.12.1"
"ws": "^8.13.0"
}
}
Loading

0 comments on commit e373711

Please sign in to comment.