reactive-bulma 4.1.2 → 4.1.4
Sign up to get free protection for your applications and to get access to all the features.
package/README.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.4",
|
4
4
|
"type": "module",
|
5
5
|
"description": "A component library based on React, Bulma, Typescript and Rollup",
|
6
6
|
"keywords": [
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"@babel/preset-react": "^7.25.9",
|
63
63
|
"@babel/preset-typescript": "^7.26.0",
|
64
64
|
"@eslint/compat": "^1.2.3",
|
65
|
-
"@eslint/js": "^9.
|
65
|
+
"@eslint/js": "^9.16.0",
|
66
66
|
"@mdi/font": "^7.4.47",
|
67
67
|
"@semantic-release/changelog": "^6.0.3",
|
68
68
|
"@semantic-release/commit-analyzer": "^13.0.0",
|
@@ -71,35 +71,34 @@
|
|
71
71
|
"@semantic-release/github": "^11.0.1",
|
72
72
|
"@semantic-release/npm": "^12.0.1",
|
73
73
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
74
|
-
"@storybook/addon-essentials": "^8.4.
|
75
|
-
"@storybook/addon-interactions": "^8.4.
|
76
|
-
"@storybook/addon-links": "^8.4.
|
77
|
-
"@storybook/addon-onboarding": "^8.4.
|
78
|
-
"@storybook/blocks": "^8.4.
|
79
|
-
"@storybook/react": "^8.4.
|
80
|
-
"@storybook/react-vite": "^8.4.
|
81
|
-
"@storybook/test": "^8.4.
|
74
|
+
"@storybook/addon-essentials": "^8.4.6",
|
75
|
+
"@storybook/addon-interactions": "^8.4.6",
|
76
|
+
"@storybook/addon-links": "^8.4.6",
|
77
|
+
"@storybook/addon-onboarding": "^8.4.6",
|
78
|
+
"@storybook/blocks": "^8.4.6",
|
79
|
+
"@storybook/react": "^8.4.6",
|
80
|
+
"@storybook/react-vite": "^8.4.6",
|
81
|
+
"@storybook/test": "^8.4.6",
|
82
82
|
"@testing-library/jest-dom": "^6.6.3",
|
83
83
|
"@testing-library/react": "^16.0.1",
|
84
84
|
"@testing-library/user-event": "^14.5.2",
|
85
85
|
"@types/css-modules": "^1.0.5",
|
86
86
|
"@types/jest": "^29.5.14",
|
87
|
-
"@types/node": "^22.
|
87
|
+
"@types/node": "^22.10.1",
|
88
88
|
"@types/react": "^18.3.12",
|
89
89
|
"@types/react-dom": "^18.3.1",
|
90
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
91
|
-
"@typescript-eslint/parser": "^8.
|
92
|
-
"@vitejs/plugin-react": "^4.3.
|
93
|
-
"ajv": "^8.17.1",
|
90
|
+
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
91
|
+
"@typescript-eslint/parser": "^8.16.0",
|
92
|
+
"@vitejs/plugin-react": "^4.3.4",
|
94
93
|
"babel-jest": "^29.7.0",
|
95
94
|
"babel-loader": "^9.2.1",
|
96
95
|
"bulma": "^0.9.4",
|
97
|
-
"eslint": "^9.
|
96
|
+
"eslint": "^9.16.0",
|
98
97
|
"eslint-config-prettier": "^9.1.0",
|
99
98
|
"eslint-plugin-react": "^7.37.2",
|
100
99
|
"eslint-plugin-react-hooks": "^5.0.0",
|
101
100
|
"eslint-plugin-react-refresh": "^0.4.14",
|
102
|
-
"eslint-plugin-storybook": "^0.11.
|
101
|
+
"eslint-plugin-storybook": "^0.11.1",
|
103
102
|
"glob": "^11.0.0",
|
104
103
|
"globals": "^15.12.0",
|
105
104
|
"husky": "^9.1.7",
|
@@ -108,15 +107,15 @@
|
|
108
107
|
"jest-environment-jsdom": "^29.7.0",
|
109
108
|
"lint-staged": "^15.2.10",
|
110
109
|
"npm-check-updates": "^17.1.11",
|
111
|
-
"prettier": "^3.
|
110
|
+
"prettier": "^3.4.1",
|
112
111
|
"react": "^18.3.1",
|
113
112
|
"react-dom": "^18.3.1",
|
114
113
|
"semantic-release": "^24.2.0",
|
115
|
-
"storybook": "^8.4.
|
114
|
+
"storybook": "^8.4.6",
|
116
115
|
"tslib": "^2.8.1",
|
117
|
-
"typescript": "~5.
|
118
|
-
"typescript-eslint": "^8.
|
119
|
-
"vite": "^
|
116
|
+
"typescript": "~5.7.2",
|
117
|
+
"typescript-eslint": "^8.16.0",
|
118
|
+
"vite": "^6.0.1",
|
120
119
|
"vite-plugin-dts": "^4.3.0"
|
121
120
|
},
|
122
121
|
"lint-staged": {
|
File without changes
|