Skip to content

Commit 5e1ae42

Browse files
dependabot[bot]torokati44
authored andcommitted
Bump the minor group with 4 updates
Bumps the minor group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [postcss](https://github.com/postcss/postcss) and [typescript](https://github.com/Microsoft/TypeScript). Updates `@typescript-eslint/eslint-plugin` from 7.16.1 to 7.17.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.16.1 to 7.17.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/parser) Updates `postcss` from 8.4.39 to 8.4.40 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.39...8.4.40) Updates `typescript` from 5.5.3 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe19b62 commit 5e1ae42

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@types/node": "^20",
2828
"@types/react": "^18",
2929
"@types/react-dom": "^18",
30-
"@typescript-eslint/eslint-plugin": "^7.16.1",
31-
"@typescript-eslint/parser": "^7.16.1",
30+
"@typescript-eslint/eslint-plugin": "^7.17.0",
31+
"@typescript-eslint/parser": "^7.17.0",
3232
"d3": "^7.9.0",
3333
"eslint": "^8.57.0",
3434
"eslint-config-next": "14.2.5",
@@ -37,13 +37,13 @@
3737
"gray-matter": "^4.0.3",
3838
"jsdom": "^24.1.1",
3939
"octokit": "^4.0.2",
40-
"postcss": "^8.4.39",
40+
"postcss": "^8.4.40",
4141
"postcss-preset-mantine": "^1.17.0",
4242
"postcss-simple-vars": "^7.0.1",
4343
"prettier": "3.3.3",
4444
"react-markdown": "^9.0.1",
4545
"rehype-raw": "^7.0.0",
4646
"rehype-slug": "^6.0.0",
47-
"typescript": "^5.5.3"
47+
"typescript": "^5.5.4"
4848
}
4949
}

0 commit comments

Comments
 (0)