Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 5473e63

Browse files
Bump the minor-and-patch group across 2 directories with 4 updates (#50)
Bumps the minor-and-patch group with 2 updates in the /backend directory: [@hypermode/modus-sdk-as](https://github.com/hypermodeinc/modus) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Bumps the minor-and-patch group with 2 updates in the /frontend directory: [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `@hypermode/modus-sdk-as` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/hypermodeinc/modus/releases) - [Changelog](https://github.com/hypermodeinc/modus/blob/main/CHANGELOG.md) - [Commits](hypermodeinc/modus@cli/v0.15.0...cli/v0.16.0) Updates `typescript-eslint` from 8.18.1 to 8.18.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/typescript-eslint) Updates `next` from 15.1.2 to 15.1.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.1.2...v15.1.3) Updates `eslint-config-next` from 15.1.2 to 15.1.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.1.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: "@hypermode/modus-sdk-as" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a436ce9 commit 5473e63

File tree

4 files changed

+209
-189
lines changed

4 files changed

+209
-189
lines changed

backend/package-lock.json

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

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"pretty:check": "prettier --check ."
1313
},
1414
"dependencies": {
15-
"@hypermode/modus-sdk-as": "^0.15.0",
15+
"@hypermode/modus-sdk-as": "^0.16.0",
1616
"json-as": "0.9.26"
1717
},
1818
"devDependencies": {
@@ -23,7 +23,7 @@
2323
"eslint": "^9.17.0",
2424
"prettier": "^3.4.2",
2525
"typescript": "^5.7.2",
26-
"typescript-eslint": "^8.18.1",
26+
"typescript-eslint": "^8.18.2",
2727
"visitor-as": "^0.11.4"
2828
},
2929
"overrides": {

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@heroicons/react": "^2.2.0",
1313
"clsx": "^2.1.1",
14-
"next": "15.1.2",
14+
"next": "15.1.3",
1515
"react": "^19",
1616
"react-dom": "^19",
1717
"use-debounce": "^10.0.4"
@@ -21,7 +21,7 @@
2121
"@types/react": "^19",
2222
"@types/react-dom": "^19",
2323
"eslint": "^9",
24-
"eslint-config-next": "15.1.2",
24+
"eslint-config-next": "15.1.3",
2525
"postcss": "^8",
2626
"tailwindcss": "^3.4.17",
2727
"typescript": "^5"

0 commit comments

Comments
 (0)