Skip to content

Commit cd29680

Browse files
⬆️(deps): Bump the dev-dependencies group across 1 directory with 5 updates
Bumps the dev-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.14` | `0.7.2` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.23` | | [eslint](https://github.com/eslint/eslint) | `9.39.0` | `9.39.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` | Updates `prettier` from 3.6.2 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.4) Updates `prettier-plugin-tailwindcss` from 0.6.14 to 0.7.2 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.14...v0.7.2) Updates `autoprefixer` from 10.4.21 to 10.4.23 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.21...10.4.23) Updates `eslint` from 9.39.0 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.0...v9.39.2) Updates `typescript` from 5.8.3 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.3) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: autoprefixer dependency-version: 10.4.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff145c3 commit cd29680

2 files changed

Lines changed: 130 additions & 186 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"geist": "^1.4.2",
2525
"lucide-react": "^0.562.0",
2626
"next": "^16.1.4",
27-
"prettier": "^3.6.1",
28-
"prettier-plugin-tailwindcss": "^0.6.13",
27+
"prettier": "^3.8.1",
28+
"prettier-plugin-tailwindcss": "^0.7.2",
2929
"react": "^19.2.1",
3030
"react-dom": "^19.2.1",
3131
"shadcn": "^3.7.0",
@@ -38,11 +38,11 @@
3838
"@types/node": "24.0.4",
3939
"@types/react": "19.2.9",
4040
"@types/react-dom": "^19.2.3",
41-
"autoprefixer": "^10.4.21",
42-
"eslint": "^9.29.0",
41+
"autoprefixer": "^10.4.23",
42+
"eslint": "^9.39.2",
4343
"eslint-config-next": "15.3.4",
4444
"postcss": "^8.5.6",
4545
"tailwindcss": "^3.4.18",
46-
"typescript": "5.8.3"
46+
"typescript": "5.9.3"
4747
}
4848
}

0 commit comments

Comments
 (0)