Skip to content

Commit f338eaa

Browse files
authored
Merge branch 'develop' into enhancement/group-app-dependabot-updates
2 parents 00aca43 + 3f47bc0 commit f338eaa

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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",

src/features/projects/data/GitHubProjectDataSource.ts

-7
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)