@shuriken-ui/tailwind 1.2.6 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/config.d.cts +3 -3
- package/dist/config.d.mts +3 -3
- package/dist/config.d.ts +3 -3
- package/dist/preset.cjs +573 -28
- package/dist/preset.mjs +573 -28
- package/package.json +21 -21
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@shuriken-ui/tailwind",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.4.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": "Css Ninja <hello@cssninja.io> (https://cssninja.io)",
|
6
6
|
"repository": "shuriken-ui/tailwind",
|
@@ -71,40 +71,40 @@
|
|
71
71
|
"tailwindcss": "^3.3.3"
|
72
72
|
},
|
73
73
|
"devDependencies": {
|
74
|
-
"@commitlint/cli": "^17.
|
75
|
-
"@commitlint/config-conventional": "^17.
|
74
|
+
"@commitlint/cli": "^17.8.0",
|
75
|
+
"@commitlint/config-conventional": "^17.8.0",
|
76
76
|
"@open-wc/lit-helpers": "0.6.0",
|
77
|
-
"@storybook/addon-essentials": "^7.
|
78
|
-
"@storybook/addon-links": "^7.
|
79
|
-
"@storybook/addon-
|
80
|
-
"@storybook/blocks": "^7.
|
81
|
-
"@storybook/web-components": "^7.
|
82
|
-
"@storybook/web-components-vite": "^7.
|
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",
|
83
83
|
"@types/node": "18.15.11",
|
84
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
85
|
-
"@vitest/coverage-v8": "^0.34.
|
86
|
-
"@vitest/ui": "^0.34.
|
87
|
-
"autoprefixer": "^10.4.
|
88
|
-
"commitlint": "^17.
|
89
|
-
"eslint": "8.
|
84
|
+
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
85
|
+
"@vitest/coverage-v8": "^0.34.6",
|
86
|
+
"@vitest/ui": "^0.34.6",
|
87
|
+
"autoprefixer": "^10.4.16",
|
88
|
+
"commitlint": "^17.8.0",
|
89
|
+
"eslint": "8.51.0",
|
90
90
|
"eslint-config-prettier": "9.0.0",
|
91
|
-
"eslint-plugin-storybook": "^0.6.
|
91
|
+
"eslint-plugin-storybook": "^0.6.15",
|
92
92
|
"eslint-plugin-tailwindcss": "3.13.0",
|
93
93
|
"eslint-plugin-unicorn": "^48.0.1",
|
94
94
|
"jsdom": "^22.1.0",
|
95
|
-
"lint-staged": "^
|
96
|
-
"lit": "^
|
95
|
+
"lint-staged": "^15.0.1",
|
96
|
+
"lit": "^3.0.0",
|
97
97
|
"npm-run-all": "^4.1.5",
|
98
98
|
"postcss": "^8.4.31",
|
99
|
-
"prettier": "^3.0.
|
99
|
+
"prettier": "^3.0.3",
|
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.
|
104
|
+
"storybook": "^7.5.0",
|
105
105
|
"typescript": "^5.2.2",
|
106
106
|
"unbuild": "^2.0.0",
|
107
|
-
"vitest": "^0.34.
|
107
|
+
"vitest": "^0.34.6",
|
108
108
|
"vitest-axe": "1.0.0-pre.2"
|
109
109
|
},
|
110
110
|
"simple-git-hooks": {
|