Skip to content

Commit 301db2d

Browse files
chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates
Bumps the dev-dependencies group with 4 updates in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [autoprefixer](https://github.com/postcss/autoprefixer), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) and [wxt](https://github.com/wxt-dev/wxt). Updates `@biomejs/biome` from 2.3.14 to 2.4.4 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.4/packages/@biomejs/biome) Updates `autoprefixer` from 10.4.24 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.24...10.4.27) Updates `tailwindcss` from 4.1.18 to 4.2.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss) Updates `wxt` from 0.20.17 to 0.20.18 - [Release notes](https://github.com/wxt-dev/wxt/releases) - [Commits](wxt-dev/wxt@wxt-v0.20.17...wxt-v0.20.18) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.4 dependency-type: direct:development 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: tailwindcss dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: wxt dependency-version: 0.20.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16b4d71 commit 301db2d

2 files changed

Lines changed: 31 additions & 23 deletions

File tree

bun.lock

Lines changed: 27 additions & 19 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
@@ -100,20 +100,20 @@
100100
"zod": "^4.3.6"
101101
},
102102
"devDependencies": {
103-
"@biomejs/biome": "2.3.14",
103+
"@biomejs/biome": "2.4.4",
104104
"@changesets/changelog-github": "^0.5.2",
105105
"@changesets/cli": "^2.29.8",
106106
"@types/node": "24.10.1",
107107
"@types/react": "^19.2.14",
108108
"@types/react-dom": "^19.2.3",
109109
"@types/uuid": "^11.0.0",
110110
"@wxt-dev/module-react": "^1.1.5",
111-
"autoprefixer": "^10.4.24",
111+
"autoprefixer": "^10.4.27",
112112
"babel-plugin-react-compiler": "^1.0.0",
113113
"simple-git-hooks": "^2.13.1",
114-
"tailwindcss": "^4.1.18",
114+
"tailwindcss": "^4.2.1",
115115
"typescript": "^5.9.3",
116-
"wxt": "^0.20.17"
116+
"wxt": "^0.20.18"
117117
},
118118
"simple-git-hooks": {
119119
"pre-commit": "bun run biome check --staged --write --no-errors-on-unmatched && bun type-check"

0 commit comments

Comments
 (0)