Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/support-basic-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Nov 11, 2024
2 parents 8758f00 + fcfa808 commit 75f30ec
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 63 deletions.
126 changes: 68 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.0.1",
"@octokit/auth-app": "^7.1.1",
"@octokit/auth-app": "^7.1.2",
"@octokit/core": "^6.1.2",
"@octokit/webhooks": "^13.3.0",
"@stoplight/elements": "^8.4.5",
Expand All @@ -43,7 +43,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redis-semaphore": "^5.6.0",
"redoc": "^2.1.5",
"redoc": "^2.2.0",
"sharp": "^0.33.5",
"styled-components": "^6.1.13",
"swagger-ui-react": "^5.17.14",
Expand All @@ -55,14 +55,14 @@
"devDependencies": {
"@auth/pg-adapter": "^1.7.2",
"@types/jest": "^29.5.12",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/nprogress": "^0.2.3",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"@types/swagger-ui-react": "^4.18.3",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.14",
Expand Down

0 comments on commit 75f30ec

Please sign in to comment.