reactive-bulma 4.3.9 → 4.3.10
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { jsxs as E, jsx as i } from "react/jsx-runtime";
|
2
2
|
import { IconSizeEnum as N } from "../../../types/domTypes.js";
|
3
3
|
import { parseClasses as p, parseTestId as u } from "../../../functions/parsers.js";
|
4
4
|
const T = (s, n) => {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "4.3.
|
3
|
+
"version": "4.3.10",
|
4
4
|
"type": "module",
|
5
5
|
"description": "A component library based on React, Bulma, Typescript and Vite",
|
6
6
|
"keywords": [
|
@@ -62,34 +62,34 @@
|
|
62
62
|
"@babel/preset-env": "^7.26.7",
|
63
63
|
"@babel/preset-react": "^7.26.3",
|
64
64
|
"@babel/preset-typescript": "^7.26.0",
|
65
|
-
"@eslint/compat": "^1.2.
|
65
|
+
"@eslint/compat": "^1.2.6",
|
66
66
|
"@eslint/js": "^9.19.0",
|
67
67
|
"@mdi/font": "^7.4.47",
|
68
68
|
"@semantic-release/changelog": "^6.0.3",
|
69
69
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
70
|
-
"@semantic-release/exec": "^
|
70
|
+
"@semantic-release/exec": "^7.0.3",
|
71
71
|
"@semantic-release/git": "^10.0.1",
|
72
72
|
"@semantic-release/github": "^11.0.1",
|
73
73
|
"@semantic-release/npm": "^12.0.1",
|
74
74
|
"@semantic-release/release-notes-generator": "^14.0.3",
|
75
|
-
"@storybook/addon-essentials": "^8.5.
|
76
|
-
"@storybook/addon-interactions": "^8.5.
|
77
|
-
"@storybook/addon-links": "^8.5.
|
78
|
-
"@storybook/addon-onboarding": "^8.5.
|
79
|
-
"@storybook/blocks": "^8.5.
|
80
|
-
"@storybook/react": "^8.5.
|
81
|
-
"@storybook/react-vite": "^8.5.
|
82
|
-
"@storybook/test": "^8.5.
|
75
|
+
"@storybook/addon-essentials": "^8.5.3",
|
76
|
+
"@storybook/addon-interactions": "^8.5.3",
|
77
|
+
"@storybook/addon-links": "^8.5.3",
|
78
|
+
"@storybook/addon-onboarding": "^8.5.3",
|
79
|
+
"@storybook/blocks": "^8.5.3",
|
80
|
+
"@storybook/react": "^8.5.3",
|
81
|
+
"@storybook/react-vite": "^8.5.3",
|
82
|
+
"@storybook/test": "^8.5.3",
|
83
83
|
"@testing-library/jest-dom": "^6.6.3",
|
84
84
|
"@testing-library/react": "^16.2.0",
|
85
85
|
"@testing-library/user-event": "^14.6.1",
|
86
86
|
"@types/css-modules": "^1.0.5",
|
87
87
|
"@types/jest": "^29.5.14",
|
88
|
-
"@types/node": "^22.
|
88
|
+
"@types/node": "^22.13.0",
|
89
89
|
"@types/react": "^19.0.8",
|
90
90
|
"@types/react-dom": "^19.0.3",
|
91
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
92
|
-
"@typescript-eslint/parser": "^8.
|
91
|
+
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
92
|
+
"@typescript-eslint/parser": "^8.22.0",
|
93
93
|
"@vitejs/plugin-react": "^4.3.4",
|
94
94
|
"babel-jest": "^29.7.0",
|
95
95
|
"babel-loader": "^9.2.1",
|
@@ -112,10 +112,10 @@
|
|
112
112
|
"react": "^18.3.1",
|
113
113
|
"react-dom": "^18.3.1",
|
114
114
|
"semantic-release": "^24.2.1",
|
115
|
-
"storybook": "^8.5.
|
115
|
+
"storybook": "^8.5.3",
|
116
116
|
"tslib": "^2.8.1",
|
117
117
|
"typescript": "~5.7.3",
|
118
|
-
"typescript-eslint": "^8.
|
118
|
+
"typescript-eslint": "^8.22.0",
|
119
119
|
"vite": "^6.0.11",
|
120
120
|
"vite-plugin-dts": "^4.5.0"
|
121
121
|
},
|