Skip to content

Commit

Permalink
feat: add container-queries plugin + update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Jun 5, 2023
1 parent 11597b4 commit b64e808
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 513 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,27 @@
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.9",
"defu": "^6.1.2",
"tailwindcss": "^3.3.1"
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"commitlint": "^17.5.1",
"eslint": "8.37.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"commitlint": "^17.6.5",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-tailwindcss": "3.10.1",
"eslint-plugin-unicorn": "^46.0.0",
"lint-staged": "^13.2.0",
"eslint-plugin-tailwindcss": "3.12.1",
"eslint-plugin-unicorn": "^47.0.0",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"simple-git-hooks": "^2.8.1",
"standard-version": "^9.5.0",
"typescript": "^5.0.2",
"typescript": "^5.1.3",
"unbuild": "^1.2.1"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit b64e808

Please sign in to comment.