Skip to content

Commit abc3213

Browse files
dependabot[bot]Vaeshkar
authored andcommitted
chore(deps-dev): bump typescript-eslint from 8.46.4 to 8.48.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.46.4 to 8.48.0. - [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.48.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d82110 commit abc3213

File tree

4 files changed

+49
-111
lines changed

4 files changed

+49
-111
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"prettier": "^3.6.2",
6868
"prettier-plugin-tailwindcss": "^0.7.1",
6969
"puppeteer": "^24.31.0",
70-
"typescript-eslint": "^8.46.1",
70+
"typescript-eslint": "^8.48.0",
7171
"vitest": "^4.0.2",
7272
"wrangler": "^4.45.1"
7373
}

pnpm-lock.yaml

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

prompts/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"@fireproof/core-cli": "^0.23.15",
3737
"@vitest/browser-playwright": "^4.0.10",
3838
"typescript": "^5.9.3",
39-
"typescript-eslint": "^8.46.1"
39+
"typescript-eslint": "^8.48.0"
4040
}
4141
}

use-vibes/examples/react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-refresh": "^0.4.19",
2626
"globals": "^16.0.0",
2727
"typescript": "~5.9.3",
28-
"typescript-eslint": "^8.46.1",
28+
"typescript-eslint": "^8.48.0",
2929
"vite": "^7.2.2",
3030
"vite-tsconfig-paths": "^5.1.4"
3131
}

0 commit comments

Comments
 (0)