Skip to content

Commit c60f555

Browse files
committed
[Toolkit] Pin tales-from-a-dev/twig-tailwind-extra to ^1.0.0
1 parent 27646bd commit c60f555

File tree

30 files changed

+949
-33
lines changed

30 files changed

+949
-33
lines changed

src/Toolkit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
5252
"phpunit/phpunit": "^9.6.22",
5353
"symfony/ux-icons": "^2.18",
54-
"tales-from-a-dev/twig-tailwind-extra": "^0.4.0"
54+
"tales-from-a-dev/twig-tailwind-extra:^1.0.0": "^1.0.0"
5555
},
5656
"bin": [
5757
"bin/ux-toolkit-kit-create",

src/Toolkit/config/reference.php

Lines changed: 916 additions & 0 deletions
Large diffs are not rendered by default.

src/Toolkit/kits/shadcn/alert-dialog/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"dependencies": {
1111
"recipe": ["button"],
12-
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra"]
12+
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1313
}
1414
}

src/Toolkit/kits/shadcn/alert/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/avatar/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/badge/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/breadcrumb/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["symfony/ux-icons", "tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["symfony/ux-icons", "tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/button/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["twig/extra-bundle", "twig/html-extra:^3.12.0", "tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/card/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

src/Toolkit/kits/shadcn/checkbox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"templates/": "templates/"
88
},
99
"dependencies": {
10-
"composer": ["tales-from-a-dev/twig-tailwind-extra"]
10+
"composer": ["tales-from-a-dev/twig-tailwind-extra:^1.0.0"]
1111
}
1212
}

0 commit comments

Comments
 (0)