Skip to content

Commit 6ef34ad

Browse files
authored
Merge branch 'develop' into fix/remove-unused-sortSpecificationsByName
2 parents 0d0fc79 + 4d85a08 commit 6ef34ad

File tree

2 files changed

+87
-65
lines changed

2 files changed

+87
-65
lines changed

package-lock.json

Lines changed: 81 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,27 @@
4848
"swagger-ui-react": "^5.21.0",
4949
"swr": "^2.3.3",
5050
"usehooks-ts": "^3.1.1",
51-
"yaml": "^2.7.0",
51+
"yaml": "^2.7.1",
5252
"zod": "^3.23.8"
5353
},
5454
"devDependencies": {
55-
"@auth/pg-adapter": "^1.7.2",
55+
"@auth/pg-adapter": "^1.9.0",
5656
"@tailwindcss/postcss": "^4.0.8",
5757
"@types/jest": "^29.5.12",
5858
"@types/node": "^22.13.8",
5959
"@types/nprogress": "^0.2.3",
60-
"@types/pg": "^8.11.10",
60+
"@types/pg": "^8.11.14",
6161
"@types/react": "^18.3.12",
6262
"@types/react-dom": "^18.3.0",
6363
"@types/swagger-ui-react": "^5.18.0",
6464
"@typescript-eslint/eslint-plugin": "^8.31.0",
6565
"@typescript-eslint/parser": "^8.31.0",
6666
"eslint": "^9.21.0",
67-
"eslint-config-next": "^15.2.2",
68-
"pg": "^8.13.1",
67+
"eslint-config-next": "^15.3.1",
68+
"pg": "^8.15.6",
6969
"postcss": "^8.4.41",
7070
"tailwindcss": "^4.1.4",
71-
"ts-jest": "^29.3.0",
71+
"ts-jest": "^29.3.2",
7272
"typescript": "^5.8.2"
7373
}
7474
}

0 commit comments

Comments
 (0)