Skip to content

Commit

Permalink
feat: update to tailwind 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Jan 11, 2024
1 parent 8a3cbd0 commit d431a1e
Show file tree
Hide file tree
Showing 2 changed files with 2,340 additions and 2,256 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,45 +77,45 @@
"dependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.10",
"defu": "^6.1.3",
"tailwindcss": "^3.3.5"
"defu": "^6.1.4",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@open-wc/lit-helpers": "0.6.0",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-themes": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/web-components": "^7.5.3",
"@storybook/web-components-vite": "^7.5.3",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/addon-themes": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/web-components": "^7.6.7",
"@storybook/web-components-vite": "^7.6.7",
"@types/node": "20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/ui": "^1.1.3",
"autoprefixer": "^10.4.16",
"chromatic": "^10.0.0",
"commitlint": "^18.4.1",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"chromatic": "^10.2.1",
"commitlint": "^18.4.4",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "3.13.0",
"eslint-plugin-unicorn": "^49.0.0",
"jsdom": "^22.1.0",
"lint-staged": "^15.1.0",
"lit": "^3.1.0",
"eslint-plugin-tailwindcss": "3.13.1",
"eslint-plugin-unicorn": "^50.0.1",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"lit": "^3.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"simple-git-hooks": "^2.9.0",
"standard-version": "^9.5.0",
"storybook": "^7.5.3",
"typescript": "^5.2.2",
"storybook": "^7.6.7",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^0.34.6",
"vitest": "^1.1.3",
"vitest-axe": "1.0.0-pre.2"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit d431a1e

Please sign in to comment.