reactive-bulma 4.0.24 → 4.0.26
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +27 -29
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.26",
|
4
4
|
"description": "A component library based on React, Bulma, Typescript and Rollup",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -57,65 +57,63 @@
|
|
57
57
|
"@babel/preset-react": "^7.24.7",
|
58
58
|
"@babel/preset-typescript": "^7.24.7",
|
59
59
|
"@eslint/compat": "^1.1.1",
|
60
|
-
"@eslint/js": "^9.
|
60
|
+
"@eslint/js": "^9.11.0",
|
61
61
|
"@mdi/font": "^7.4.47",
|
62
62
|
"@rollup/plugin-commonjs": "^26.0.1",
|
63
|
-
"@rollup/plugin-node-resolve": "^15.2.
|
63
|
+
"@rollup/plugin-node-resolve": "^15.2.4",
|
64
64
|
"@rollup/plugin-typescript": "^11.1.6",
|
65
65
|
"@semantic-release/changelog": "^6.0.3",
|
66
66
|
"@semantic-release/commit-analyzer": "^13.0.0",
|
67
67
|
"@semantic-release/exec": "^6.0.3",
|
68
68
|
"@semantic-release/git": "^10.0.1",
|
69
|
-
"@semantic-release/github": "^10.3.
|
69
|
+
"@semantic-release/github": "^10.3.5",
|
70
70
|
"@semantic-release/npm": "^12.0.1",
|
71
71
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
72
|
-
"@storybook/addon-actions": "^8.2
|
73
|
-
"@storybook/addon-essentials": "^8.2
|
74
|
-
"@storybook/addon-interactions": "^8.2
|
75
|
-
"@storybook/addon-links": "^8.2
|
76
|
-
"@storybook/addon-mdx-gfm": "^8.2
|
72
|
+
"@storybook/addon-actions": "^8.3.2",
|
73
|
+
"@storybook/addon-essentials": "^8.3.2",
|
74
|
+
"@storybook/addon-interactions": "^8.3.2",
|
75
|
+
"@storybook/addon-links": "^8.3.2",
|
76
|
+
"@storybook/addon-mdx-gfm": "^8.3.2",
|
77
77
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
78
|
-
"@storybook/cli": "^8.2
|
79
|
-
"@storybook/react": "^8.2
|
80
|
-
"@storybook/react-webpack5": "^8.2
|
78
|
+
"@storybook/cli": "^8.3.2",
|
79
|
+
"@storybook/react": "^8.3.2",
|
80
|
+
"@storybook/react-webpack5": "^8.3.2",
|
81
|
+
"@storybook/test": "^8.3.2",
|
81
82
|
"@testing-library/jest-dom": "^6.5.0",
|
82
83
|
"@testing-library/react": "^16.0.1",
|
83
84
|
"@testing-library/user-event": "^14.5.2",
|
84
|
-
"@types/jest": "^29.5.
|
85
|
-
"@types/react": "^18.3.
|
86
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
87
|
-
"@typescript-eslint/parser": "^8.
|
85
|
+
"@types/jest": "^29.5.13",
|
86
|
+
"@types/react": "^18.3.8",
|
87
|
+
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
88
|
+
"@typescript-eslint/parser": "^8.6.0",
|
88
89
|
"babel-jest": "^29.7.0",
|
89
|
-
"babel-loader": "^9.1
|
90
|
+
"babel-loader": "^9.2.1",
|
90
91
|
"bulma": "^0.9.4",
|
91
|
-
"eslint": "^9.
|
92
|
+
"eslint": "^9.11.0",
|
92
93
|
"eslint-config-prettier": "^9.1.0",
|
93
|
-
"eslint-plugin-react": "^7.
|
94
|
-
"husky": "^9.1.
|
94
|
+
"eslint-plugin-react": "^7.36.1",
|
95
|
+
"husky": "^9.1.6",
|
95
96
|
"hygen": "^6.2.11",
|
96
97
|
"jest": "^29.7.0",
|
97
98
|
"jest-environment-jsdom": "^29.7.0",
|
98
99
|
"lint-staged": "^15.2.10",
|
99
|
-
"npm-check-updates": "^17.1.
|
100
|
-
"postcss": "^8.4.
|
100
|
+
"npm-check-updates": "^17.1.3",
|
101
|
+
"postcss": "^8.4.47",
|
101
102
|
"prettier": "^3.3.3",
|
102
103
|
"react": "^18.3.1",
|
103
104
|
"react-dom": "^18.3.1",
|
104
|
-
"rollup": "^4.
|
105
|
+
"rollup": "^4.22.4",
|
105
106
|
"rollup-plugin-dts": "^6.1.1",
|
106
107
|
"rollup-plugin-postcss": "^4.0.2",
|
107
|
-
"semantic-release": "^24.1.
|
108
|
-
"storybook": "^8.2
|
108
|
+
"semantic-release": "^24.1.1",
|
109
|
+
"storybook": "^8.3.2",
|
109
110
|
"tslib": "^2.7.0",
|
110
|
-
"typescript": "^5.
|
111
|
+
"typescript": "^5.6.2"
|
111
112
|
},
|
112
113
|
"lint-staged": {
|
113
114
|
"src/**/*.(ts|tsx)": [
|
114
115
|
"prettier --write",
|
115
116
|
"eslint"
|
116
117
|
]
|
117
|
-
},
|
118
|
-
"dependencies": {
|
119
|
-
"@storybook/test": "^8.2.9"
|
120
118
|
}
|
121
119
|
}
|