reactive-bulma 4.0.15 → 4.0.16
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.16",
|
4
4
|
"description": "A component library based on React, Bulma, Typescript and Rollup",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -68,29 +68,29 @@
|
|
68
68
|
"@semantic-release/git": "^10.0.1",
|
69
69
|
"@semantic-release/github": "^10.0.6",
|
70
70
|
"@semantic-release/npm": "^12.0.1",
|
71
|
-
"@semantic-release/release-notes-generator": "^14.0.
|
72
|
-
"@storybook/addon-actions": "^8.1.
|
73
|
-
"@storybook/addon-essentials": "^8.1.
|
74
|
-
"@storybook/addon-interactions": "^8.1.
|
75
|
-
"@storybook/addon-links": "^8.1.
|
76
|
-
"@storybook/addon-mdx-gfm": "^8.1.
|
71
|
+
"@semantic-release/release-notes-generator": "^14.0.1",
|
72
|
+
"@storybook/addon-actions": "^8.1.10",
|
73
|
+
"@storybook/addon-essentials": "^8.1.10",
|
74
|
+
"@storybook/addon-interactions": "^8.1.10",
|
75
|
+
"@storybook/addon-links": "^8.1.10",
|
76
|
+
"@storybook/addon-mdx-gfm": "^8.1.10",
|
77
77
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
78
|
-
"@storybook/cli": "^8.1.
|
79
|
-
"@storybook/react": "^8.1.
|
80
|
-
"@storybook/react-webpack5": "^8.1.
|
78
|
+
"@storybook/cli": "^8.1.10",
|
79
|
+
"@storybook/react": "^8.1.10",
|
80
|
+
"@storybook/react-webpack5": "^8.1.10",
|
81
81
|
"@testing-library/jest-dom": "^6.4.6",
|
82
82
|
"@testing-library/react": "^16.0.0",
|
83
83
|
"@testing-library/user-event": "^14.5.2",
|
84
84
|
"@types/jest": "^29.5.12",
|
85
85
|
"@types/react": "^18.3.3",
|
86
|
-
"@typescript-eslint/eslint-plugin": "^7.13.
|
87
|
-
"@typescript-eslint/parser": "^7.13.
|
86
|
+
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
87
|
+
"@typescript-eslint/parser": "^7.13.1",
|
88
88
|
"babel-jest": "^29.7.0",
|
89
89
|
"babel-loader": "^9.1.3",
|
90
90
|
"bulma": "^0.9.4",
|
91
91
|
"eslint": "^9.5.0",
|
92
92
|
"eslint-config-prettier": "^9.1.0",
|
93
|
-
"eslint-plugin-react": "^7.34.
|
93
|
+
"eslint-plugin-react": "^7.34.3",
|
94
94
|
"husky": "^9.0.11",
|
95
95
|
"hygen": "^6.2.11",
|
96
96
|
"jest": "^29.7.0",
|
@@ -105,9 +105,9 @@
|
|
105
105
|
"rollup-plugin-dts": "^6.1.1",
|
106
106
|
"rollup-plugin-postcss": "^4.0.2",
|
107
107
|
"semantic-release": "^24.0.0",
|
108
|
-
"storybook": "^8.1.
|
108
|
+
"storybook": "^8.1.10",
|
109
109
|
"tslib": "^2.6.3",
|
110
|
-
"typescript": "^5.
|
110
|
+
"typescript": "^5.5.2"
|
111
111
|
},
|
112
112
|
"lint-staged": {
|
113
113
|
"src/**/*.(ts|tsx)": [
|
@@ -116,6 +116,6 @@
|
|
116
116
|
]
|
117
117
|
},
|
118
118
|
"dependencies": {
|
119
|
-
"@storybook/test": "^8.1.
|
119
|
+
"@storybook/test": "^8.1.10"
|
120
120
|
}
|
121
121
|
}
|