bonkers-ui 2.0.22 → 2.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bonkers-ui",
|
|
3
|
-
"version": "v2.0.
|
|
3
|
+
"version": "v2.0.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Bonkers ui library",
|
|
6
6
|
"author": "cc6.magister@gmail.com",
|
|
@@ -18,51 +18,51 @@
|
|
|
18
18
|
"prepare": "husky"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@tailwindcss/vite": "^4.1
|
|
21
|
+
"@tailwindcss/vite": "^4.2.1",
|
|
22
22
|
"classnames": "^2.5.1",
|
|
23
|
-
"postcss": "^8.5.
|
|
24
|
-
"react": "^19.2.
|
|
25
|
-
"react-dom": "^19.2.
|
|
26
|
-
"storybook": "^10.
|
|
27
|
-
"tailwindcss": "^4.1
|
|
23
|
+
"postcss": "^8.5.8",
|
|
24
|
+
"react": "^19.2.4",
|
|
25
|
+
"react-dom": "^19.2.4",
|
|
26
|
+
"storybook": "^10.2.17",
|
|
27
|
+
"tailwindcss": "^4.2.1",
|
|
28
28
|
"typescript": "^5.9.3",
|
|
29
|
-
"ajv": "^8.
|
|
29
|
+
"ajv": "^8.18.0",
|
|
30
30
|
"vite": "^7.3.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"vite-tsconfig-paths": "^6.
|
|
34
|
-
"@chromatic-com/storybook": "^5.0.
|
|
35
|
-
"prettier": "^3.
|
|
36
|
-
"@storybook/addon-docs": "^10.
|
|
37
|
-
"@storybook/addon-onboarding": "^10.
|
|
38
|
-
"@storybook/react-vite": "^10.
|
|
39
|
-
"@stylistic/eslint-plugin": "^5.
|
|
40
|
-
"@types/bun": "1.3.
|
|
41
|
-
"@types/react": "^19.2.
|
|
33
|
+
"vite-tsconfig-paths": "^6.1.1",
|
|
34
|
+
"@chromatic-com/storybook": "^5.0.1",
|
|
35
|
+
"prettier": "^3.8.1",
|
|
36
|
+
"@storybook/addon-docs": "^10.2.17",
|
|
37
|
+
"@storybook/addon-onboarding": "^10.2.17",
|
|
38
|
+
"@storybook/react-vite": "^10.2.17",
|
|
39
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
40
|
+
"@types/bun": "1.3.10",
|
|
41
|
+
"@types/react": "^19.2.14",
|
|
42
42
|
"@types/react-dom": "^19.2.3",
|
|
43
|
-
"@vitejs/plugin-react": "^5.1.
|
|
44
|
-
"eslint": "^9.39.
|
|
45
|
-
"eslint-plugin-better-tailwindcss": "^4.
|
|
43
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
44
|
+
"eslint": "^9.39.4",
|
|
45
|
+
"eslint-plugin-better-tailwindcss": "^4.3.2",
|
|
46
46
|
"eslint-plugin-react": "^7.37.5",
|
|
47
|
-
"eslint-plugin-storybook": "^10.
|
|
47
|
+
"eslint-plugin-storybook": "^10.2.17",
|
|
48
48
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
49
49
|
"gh-pages": "^6.3.0",
|
|
50
50
|
"husky": "^9.1.7",
|
|
51
|
-
"lint-staged": "^16.
|
|
52
|
-
"typescript-eslint": "^8.
|
|
51
|
+
"lint-staged": "^16.3.3",
|
|
52
|
+
"typescript-eslint": "^8.57.0",
|
|
53
53
|
"vite-plugin-dts": "^4.5.4",
|
|
54
54
|
"vite-plugin-lib-inject-css": "^2.2.2"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@fortawesome/fontawesome-svg-core": "^7.
|
|
58
|
-
"@fortawesome/free-brands-svg-icons": "^7.
|
|
59
|
-
"@fortawesome/free-regular-svg-icons": "^7.
|
|
60
|
-
"@fortawesome/free-solid-svg-icons": "^7.
|
|
57
|
+
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
58
|
+
"@fortawesome/free-brands-svg-icons": "^7.2.0",
|
|
59
|
+
"@fortawesome/free-regular-svg-icons": "^7.2.0",
|
|
60
|
+
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
61
61
|
"@fortawesome/react-fontawesome": "^0.2.6",
|
|
62
62
|
"classnames": "^2",
|
|
63
|
-
"react": "^19.2.
|
|
64
|
-
"react-dom": "^19.2.
|
|
65
|
-
"tailwindcss": "^4.1
|
|
63
|
+
"react": "^19.2.4",
|
|
64
|
+
"react-dom": "^19.2.4",
|
|
65
|
+
"tailwindcss": "^4.2.1"
|
|
66
66
|
},
|
|
67
67
|
"lint-staged": {
|
|
68
68
|
"./src/**/*.css": [
|