@shuriken-ui/tailwind 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuriken-ui/tailwind",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "license": "MIT",
5
5
  "author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
6
6
  "repository": "shuriken-ui/tailwind",
@@ -67,41 +67,41 @@
67
67
  "dependencies": {
68
68
  "@tailwindcss/container-queries": "^0.1.1",
69
69
  "@tailwindcss/typography": "^0.5.10",
70
- "defu": "^6.1.2",
71
- "tailwindcss": "^3.3.3"
70
+ "defu": "^6.1.3",
71
+ "tailwindcss": "^3.3.5"
72
72
  },
73
73
  "devDependencies": {
74
- "@commitlint/cli": "^17.8.0",
75
- "@commitlint/config-conventional": "^17.8.0",
74
+ "@commitlint/cli": "^18.4.1",
75
+ "@commitlint/config-conventional": "^18.4.0",
76
76
  "@open-wc/lit-helpers": "0.6.0",
77
- "@storybook/addon-essentials": "^7.5.0",
78
- "@storybook/addon-links": "^7.5.0",
79
- "@storybook/addon-themes": "^7.5.0",
80
- "@storybook/blocks": "^7.5.0",
81
- "@storybook/web-components": "^7.5.0",
82
- "@storybook/web-components-vite": "^7.5.0",
77
+ "@storybook/addon-essentials": "^7.5.3",
78
+ "@storybook/addon-links": "^7.5.3",
79
+ "@storybook/addon-themes": "^7.5.3",
80
+ "@storybook/blocks": "^7.5.3",
81
+ "@storybook/web-components": "^7.5.3",
82
+ "@storybook/web-components-vite": "^7.5.3",
83
83
  "@types/node": "18.15.11",
84
- "@typescript-eslint/eslint-plugin": "^6.8.0",
84
+ "@typescript-eslint/eslint-plugin": "^6.11.0",
85
85
  "@vitest/coverage-v8": "^0.34.6",
86
86
  "@vitest/ui": "^0.34.6",
87
87
  "autoprefixer": "^10.4.16",
88
- "commitlint": "^17.8.0",
89
- "eslint": "8.51.0",
88
+ "commitlint": "^18.4.1",
89
+ "eslint": "8.53.0",
90
90
  "eslint-config-prettier": "9.0.0",
91
91
  "eslint-plugin-storybook": "^0.6.15",
92
92
  "eslint-plugin-tailwindcss": "3.13.0",
93
- "eslint-plugin-unicorn": "^48.0.1",
93
+ "eslint-plugin-unicorn": "^49.0.0",
94
94
  "jsdom": "^22.1.0",
95
- "lint-staged": "^15.0.1",
96
- "lit": "^3.0.0",
95
+ "lint-staged": "^15.1.0",
96
+ "lit": "^3.1.0",
97
97
  "npm-run-all": "^4.1.5",
98
98
  "postcss": "^8.4.31",
99
- "prettier": "^3.0.3",
99
+ "prettier": "^3.1.0",
100
100
  "react": "^18.2.0",
101
101
  "react-dom": "^18.2.0",
102
102
  "simple-git-hooks": "^2.9.0",
103
103
  "standard-version": "^9.5.0",
104
- "storybook": "^7.5.0",
104
+ "storybook": "^7.5.3",
105
105
  "typescript": "^5.2.2",
106
106
  "unbuild": "^2.0.0",
107
107
  "vitest": "^0.34.6",