@shuriken-ui/tailwind 1.4.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/config.d.cts +1 -193
- package/dist/config.d.mts +1 -193
- package/dist/config.d.ts +1 -193
- package/dist/index.d.cts +4 -3
- package/dist/index.d.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/preset.cjs +282 -249
- package/dist/preset.d.cts +4 -389
- package/dist/preset.d.mts +4 -389
- package/dist/preset.d.ts +4 -389
- package/dist/preset.mjs +282 -249
- package/dist/shared/tailwind.dcb2d0ce.d.cts +4724 -0
- package/dist/shared/tailwind.dcb2d0ce.d.mts +4724 -0
- package/dist/shared/tailwind.dcb2d0ce.d.ts +4724 -0
- package/package.json +19 -19
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@shuriken-ui/tailwind",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.5.1",
|
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.
|
71
|
-
"tailwindcss": "^3.3.
|
70
|
+
"defu": "^6.1.3",
|
71
|
+
"tailwindcss": "^3.3.5"
|
72
72
|
},
|
73
73
|
"devDependencies": {
|
74
|
-
"@commitlint/cli": "^
|
75
|
-
"@commitlint/config-conventional": "^
|
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.
|
78
|
-
"@storybook/addon-links": "^7.5.
|
79
|
-
"@storybook/addon-themes": "^7.5.
|
80
|
-
"@storybook/blocks": "^7.5.
|
81
|
-
"@storybook/web-components": "^7.5.
|
82
|
-
"@storybook/web-components-vite": "^7.5.
|
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.
|
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": "^
|
89
|
-
"eslint": "8.
|
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": "^
|
93
|
+
"eslint-plugin-unicorn": "^49.0.0",
|
94
94
|
"jsdom": "^22.1.0",
|
95
|
-
"lint-staged": "^15.0
|
96
|
-
"lit": "^3.
|
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
|
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.
|
104
|
+
"storybook": "^7.5.3",
|
105
105
|
"typescript": "^5.2.2",
|
106
106
|
"unbuild": "^2.0.0",
|
107
107
|
"vitest": "^0.34.6",
|