Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency tailwindcss to v3.4.13 - autoclosed #5953

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"react-test-renderer": "18.3.1",
"rimraf": "6.0.1",
"size-limit": "11.1.5",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite-plugin-magical-svg": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"happy-dom": "15.7.4",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite-plugin-svgr": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"sirv": "2.0.4",
"sirv-cli": "2.0.2",
"storybook": "8.3.2",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vite": "5.4.7",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7735,7 +7735,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
rimraf: "npm:6.0.1"
tailwindcss: "npm:3.4.12"
tailwindcss: "npm:3.4.13"
typescript: "npm:5.6.2"
peerDependencies:
"@graphql-eslint/eslint-plugin": ^3.14.3
Expand Down Expand Up @@ -7833,7 +7833,7 @@ __metadata:
sirv: "npm:2.0.4"
sirv-cli: "npm:2.0.2"
storybook: "npm:8.3.2"
tailwindcss: "npm:3.4.12"
tailwindcss: "npm:3.4.13"
tsup: "npm:8.3.0"
typescript: "npm:5.6.2"
vite: "npm:5.4.7"
Expand Down Expand Up @@ -14881,7 +14881,7 @@ __metadata:
sharp: "npm:0.33.5"
size-limit: "npm:11.1.5"
superjson: "npm:2.2.1"
tailwindcss: "npm:3.4.12"
tailwindcss: "npm:3.4.13"
type-fest: "npm:4.26.1"
typescript: "npm:5.6.2"
vite: "npm:5.4.7"
Expand Down Expand Up @@ -18442,9 +18442,9 @@ __metadata:
languageName: node
linkType: hard

"tailwindcss@npm:3.4.12, tailwindcss@npm:^3.3.1":
version: 3.4.12
resolution: "tailwindcss@npm:3.4.12"
"tailwindcss@npm:3.4.13, tailwindcss@npm:^3.3.1":
version: 3.4.13
resolution: "tailwindcss@npm:3.4.13"
dependencies:
"@alloc/quick-lru": "npm:^5.2.0"
arg: "npm:^5.0.2"
Expand All @@ -18471,7 +18471,7 @@ __metadata:
bin:
tailwind: lib/cli.js
tailwindcss: lib/cli.js
checksum: 10c0/9ed1449d3b98ce54c6c3a6c3354121a14b39d8dba28815ea1b0fc5a0b32422a744545ba357690468912a1a781593bc7da3d4e56367abed284a300ae1fb0ab42b
checksum: 10c0/c6525be3dd26febc4ec5e45e80596bff8b48ade7de258c1ec8704297bf47c1ec7b2b186b13662ebaa6ab4795ad8879fb64064f796756bfc8b46558b542b01a6c
languageName: node
linkType: hard

Expand Down Expand Up @@ -19593,7 +19593,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
rimraf: "npm:6.0.1"
tailwindcss: "npm:3.4.12"
tailwindcss: "npm:3.4.13"
typescript: "npm:5.6.2"
vite: "npm:5.4.7"
vite-plugin-svgr: "npm:4.2.0"
Expand Down
Loading