chore(deps): update tailwindcss dependency to 3.4.0 (#1145)

* chore: update dependency for tailwindcss to 3.4

* refactor: change w-x h-x to size-x

* up

* up

* revert: h-x w-x to size-x

* fix: undo

* up

---------

Co-authored-by: Nathan Collins <nathancollins@Nathans-MacBook-Pro.local>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
nathanjcollins
2023-12-26 09:56:57 +00:00
committed by GitHub
parent 56e1fed373
commit f7f8f06b91
2 changed files with 44 additions and 42 deletions

View File

@@ -54,7 +54,7 @@
"pathe": "^1.1.1",
"scule": "^1.1.1",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.7"
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
@@ -79,6 +79,7 @@
"resolutions": {
"@nuxt/kit": "3.8.2",
"@nuxt/schema": "3.8.2",
"vue": "3.3.11"
"vue": "3.3.11",
"tailwindcss": "3.4.0"
}
}