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

Bump tailwindcss from 3.4.3 to 3.4.4 #32

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"npm-package-json-lint": "7.1.0",
"prettier": "3.2.5",
"react": "18.3.1",
"tailwindcss": "3.4.3",
"tailwindcss": "3.4.4",
"turbo": "1.13.3",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/example-postgraphile-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"postcss": "8.4.38",
"prettier": "3.2.5",
"squawk-cli": "0.28.0",
"tailwindcss": "3.4.3",
"tailwindcss": "3.4.4",
"turbo": "1.13.3",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/grafserv-next-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"ruru": "patch:ruru@npm%3A2.0.0-beta.12#~/.yarn/patches/ruru-npm-2.0.0-beta.12-299bc077af.patch",
"tailwindcss": "3.4.3",
"tailwindcss": "3.4.4",
"tsup": "8.0.2",
"typescript": "5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphile-sort-schema-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"postcss": "8.4.38",
"prettier": "3.2.5",
"react": "18.3.1",
"tailwindcss": "3.4.3",
"tailwindcss": "3.4.4",
"tsup": "8.0.2",
"typescript": "5.4.5"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,7 @@ __metadata:
react-dom: "npm:18.3.1"
ruru: "patch:ruru@npm%3A2.0.0-beta.12#~/.yarn/patches/ruru-npm-2.0.0-beta.12-299bc077af.patch"
squawk-cli: "npm:0.28.0"
tailwindcss: "npm:3.4.3"
tailwindcss: "npm:3.4.4"
turbo: "npm:1.13.3"
typescript: "npm:5.4.5"
languageName: unknown
Expand Down Expand Up @@ -1894,7 +1894,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
ruru: "patch:ruru@npm%3A2.0.0-beta.12#~/.yarn/patches/ruru-npm-2.0.0-beta.12-299bc077af.patch"
tailwindcss: "npm:3.4.3"
tailwindcss: "npm:3.4.4"
tamedevil: "npm:^0.0.0-0"
tsup: "npm:8.0.2"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -1924,7 +1924,7 @@ __metadata:
postcss: "npm:8.4.38"
prettier: "npm:3.2.5"
react: "npm:18.3.1"
tailwindcss: "npm:3.4.3"
tailwindcss: "npm:3.4.4"
tamedevil: "npm:^0.0.0-0"
tsup: "npm:8.0.2"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -1954,7 +1954,7 @@ __metadata:
npm-package-json-lint: "npm:7.1.0"
prettier: "npm:3.2.5"
react: "npm:18.3.1"
tailwindcss: "npm:3.4.3"
tailwindcss: "npm:3.4.4"
turbo: "npm:1.13.3"
typescript: "npm:5.4.5"
languageName: unknown
Expand Down Expand Up @@ -9693,9 +9693,9 @@ __metadata:
languageName: node
linkType: hard

"tailwindcss@npm:3.4.3":
version: 3.4.3
resolution: "tailwindcss@npm:3.4.3"
"tailwindcss@npm:3.4.4":
version: 3.4.4
resolution: "tailwindcss@npm:3.4.4"
dependencies:
"@alloc/quick-lru": "npm:^5.2.0"
arg: "npm:^5.0.2"
Expand All @@ -9722,7 +9722,7 @@ __metadata:
bin:
tailwind: lib/cli.js
tailwindcss: lib/cli.js
checksum: 10/8d65347bcab1b492fe3acb95a917d8610112c1efb01a91259368c6360e98a5622bfd37bce96fc7ce70268c9d25d42674a7a475074e079781573a1eae8559bb9f
checksum: 10/ab120014a68517c079fbeecba06c404ac94088a959b5b5e631214af4d87b332b6e4b28d8453f65eac9d94759a030ca581b1330f7d73cbf497883c4e2de083432
languageName: node
linkType: hard

Expand Down
Loading