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

fix(deps): update dependency tailwindcss to ^2.2.19 #343

Merged
merged 1 commit into from
Oct 29, 2021
Merged
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 @@ -39,7 +39,7 @@
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-spring": "^9.3.0",
"tailwindcss": "^2.2.17",
"tailwindcss": "^2.2.19",
"typed.js": "^2.0.12"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2795,7 +2795,7 @@ __metadata:
react-test-renderer: ^16.14.0
standard-version: ^9.3.2
stylelint: ^14.0.1
tailwindcss: ^2.2.17
tailwindcss: ^2.2.19
ts-jest: ^27.0.7
ts-node: ^10.4.0
tslib: ^2.3.1
Expand Down Expand Up @@ -19676,9 +19676,9 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"tailwindcss@npm:^2.2.17":
version: 2.2.17
resolution: "tailwindcss@npm:2.2.17"
"tailwindcss@npm:^2.2.19":
version: 2.2.19
resolution: "tailwindcss@npm:2.2.19"
dependencies:
arg: ^5.0.1
bytes: ^3.0.0
Expand Down Expand Up @@ -19718,7 +19718,7 @@ resolve@^2.0.0-next.3:
bin:
tailwind: lib/cli.js
tailwindcss: lib/cli.js
checksum: a0bff1a014f5283676faca321a60c6e97c5512d42f3fe89aae04dffde2b1425c47b7cc3562ee16a9d748fb5cb3a2b8782845c6d8c815de293c4ed6c035b024b0
checksum: 660e8086fa2758f273b7ec87067c041185454374c5c916c236f9691b1c60c48166b2556b6327b3d912f018f48712105fa979b7f717b2db3111ea0850059a2b62
languageName: node
linkType: hard

Expand Down