reactive-bulma 4.0.17 → 4.0.18
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.18",
|
4
4
|
"description": "A component library based on React, Bulma, Typescript and Rollup",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -66,7 +66,7 @@
|
|
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.0
|
69
|
+
"@semantic-release/github": "^10.1.0",
|
70
70
|
"@semantic-release/npm": "^12.0.1",
|
71
71
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
72
72
|
"@storybook/addon-actions": "^8.1.11",
|
@@ -83,8 +83,8 @@
|
|
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.
|
87
|
-
"@typescript-eslint/parser": "^7.
|
86
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
87
|
+
"@typescript-eslint/parser": "^7.16.0",
|
88
88
|
"babel-jest": "^29.7.0",
|
89
89
|
"babel-loader": "^9.1.3",
|
90
90
|
"bulma": "^0.9.4",
|
@@ -101,7 +101,7 @@
|
|
101
101
|
"prettier": "^3.3.2",
|
102
102
|
"react": "^18.3.1",
|
103
103
|
"react-dom": "^18.3.1",
|
104
|
-
"rollup": "^4.18.
|
104
|
+
"rollup": "^4.18.1",
|
105
105
|
"rollup-plugin-dts": "^6.1.1",
|
106
106
|
"rollup-plugin-postcss": "^4.0.2",
|
107
107
|
"semantic-release": "^24.0.0",
|