Skip to content

Commit b17150d

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.8.1` | | [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.27` | | [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.8` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` | Updates `prettier` from 3.6.2 to 3.8.1 - [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.8.1) 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.27 - [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.27) Updates `postcss` from 8.5.6 to 8.5.8 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.8) 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.8.1 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.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: postcss dependency-version: 8.5.8 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 b6135d2 commit b17150d

2 files changed

Lines changed: 1674 additions & 4429 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",
41+
"autoprefixer": "^10.4.27",
4242
"eslint": "^9.29.0",
4343
"eslint-config-next": "15.3.4",
44-
"postcss": "^8.5.6",
44+
"postcss": "^8.5.8",
4545
"tailwindcss": "^3.4.18",
46-
"typescript": "5.8.3"
46+
"typescript": "5.9.3"
4747
}
4848
}

0 commit comments

Comments
 (0)