Skip to content

Commit 8eb50bf

Browse files
authored
Merge branch 'develop' into dependabot/npm_and_yarn/core-js-3.41.0
2 parents ff26a35 + 161c59d commit 8eb50bf

File tree

4 files changed

+95
-88
lines changed

4 files changed

+95
-88
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ updates:
55
schedule:
66
interval: "monthly"
77
groups:
8-
fontawesome:
8+
all:
99
patterns:
10-
- "@fortawesome/*"
11-
octokit:
12-
patterns:
13-
- "@octokit/*"
14-
mui:
15-
patterns:
16-
- "@mui/*"
17-
typescript-eslint:
18-
patterns:
19-
- "@typescript-eslint/*"
10+
- "*"

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"figma-squircle": "^1.1.0",
3434
"install": "^0.13.0",
3535
"ioredis": "^5.5.0",
36-
"mobx": "^6.13.5",
36+
"mobx": "^6.13.7",
3737
"next": "^15.3.0",
3838
"next-auth": "^5.0.0-beta.25",
3939
"npm": "^11.3.0",
@@ -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
}

src/features/projects/data/GitHubProjectDataSource.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,4 @@ export default class GitHubProjectDataSource implements IProjectDataSource {
259259
}))
260260
}
261261
}
262-
263-
private sortSpecificationsByName(version: Version): Version {
264-
return {
265-
...version,
266-
specifications: version.specifications.sort((a, b) => a.name.localeCompare(b.name))
267-
}
268-
}
269262
}

0 commit comments

Comments
 (0)