Skip to content

Commit ea94763

Browse files
build(deps-dev): bump tailwindcss from 3.3.2 to 3.4.1
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.2 to 3.4.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.3.2...v3.4.1) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef93727 commit ea94763

File tree

4 files changed

+59
-72
lines changed

4 files changed

+59
-72
lines changed

examples/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"devDependencies": {
3131
"@babel/core": "~7.23.7",
3232
"@types/react": "~18.2.52",
33-
"tailwindcss": "3.3.2"
33+
"tailwindcss": "3.4.1"
3434
}
3535
}

examples/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@remix-run/dev": "~2.6.0",
2525
"@types/react": "~18.2.52",
2626
"@types/react-dom": "~18.2.19",
27-
"tailwindcss": "~3.4.0"
27+
"tailwindcss": "~3.4.1"
2828
},
2929
"engines": {
3030
"node": ">=18.0.0"

pnpm-lock.yaml

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

www/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"rehype-slug": "~6.0.0",
3535
"remark-frontmatter": "~5.0.0",
3636
"remark-mdx-frontmatter": "~4.0.0",
37-
"tailwindcss": "~3.4.0",
37+
"tailwindcss": "~3.4.1",
3838
"wrangler": "3.28.3"
3939
},
4040
"engines": {

0 commit comments

Comments
 (0)