Skip to content

Commit bbf19c8

Browse files
renovate[bot]github-actions[bot]
andauthoredDec 16, 2024··
chore(deps): update dependency @theguild/tailwind-config to v0.6.2 (#1880)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d6de0d2 commit bbf19c8

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/components": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@theguild/tailwind-config@0.6.2` ↗︎](https://www.npmjs.com/package/@theguild/tailwind-config/v/0.6.2) (from `0.6.1`, in `peerDependencies`)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@svgr/webpack": "8.1.0",
3333
"@theguild/eslint-config": "0.13.2",
3434
"@theguild/prettier-config": "3.0.0",
35-
"@theguild/tailwind-config": "0.6.1",
35+
"@theguild/tailwind-config": "0.6.2",
3636
"@types/jest-image-snapshot": "6.4.0",
3737
"@types/react": "18.3.16",
3838
"@types/react-paginate": "7.1.4",

‎packages/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"types:check": "tsc --noEmit"
5959
},
6060
"peerDependencies": {
61-
"@theguild/tailwind-config": "0.6.1",
61+
"@theguild/tailwind-config": "0.6.2",
6262
"next": "^13 || ^14 || ^15.0.0",
6363
"react": "^18.2.0",
6464
"react-dom": "^18.2.0"
@@ -81,7 +81,7 @@
8181
"devDependencies": {
8282
"@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0",
8383
"@theguild/editor": "workspace:*",
84-
"@theguild/tailwind-config": "0.6.1",
84+
"@theguild/tailwind-config": "0.6.2",
8585
"@types/dedent": "0.7.2",
8686
"@types/react": "18.3.16",
8787
"@types/react-dom": "18.3.5",

‎pnpm-lock.yaml

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-dom": "18.3.1"
1919
},
2020
"devDependencies": {
21-
"@theguild/tailwind-config": "0.6.1",
21+
"@theguild/tailwind-config": "0.6.2",
2222
"@types/react": "18.3.16",
2323
"typescript": "5.7.2"
2424
},

0 commit comments

Comments
 (0)
Please sign in to comment.