reactive-bulma 4.0.19 → 4.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.0.19",
3
+ "version": "4.0.20",
4
4
  "description": "A component library based on React, Bulma, Typescript and Rollup",
5
5
  "keywords": [
6
6
  "typescript",
@@ -66,18 +66,18 @@
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.1.0",
69
+ "@semantic-release/github": "^10.1.1",
70
70
  "@semantic-release/npm": "^12.0.1",
71
71
  "@semantic-release/release-notes-generator": "^14.0.1",
72
- "@storybook/addon-actions": "^8.2.4",
73
- "@storybook/addon-essentials": "^8.2.4",
74
- "@storybook/addon-interactions": "^8.2.4",
75
- "@storybook/addon-links": "^8.2.4",
76
- "@storybook/addon-mdx-gfm": "^8.2.4",
72
+ "@storybook/addon-actions": "^8.2.5",
73
+ "@storybook/addon-essentials": "^8.2.5",
74
+ "@storybook/addon-interactions": "^8.2.5",
75
+ "@storybook/addon-links": "^8.2.5",
76
+ "@storybook/addon-mdx-gfm": "^8.2.5",
77
77
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
78
- "@storybook/cli": "^8.2.4",
79
- "@storybook/react": "^8.2.4",
80
- "@storybook/react-webpack5": "^8.2.4",
78
+ "@storybook/cli": "^8.2.5",
79
+ "@storybook/react": "^8.2.5",
80
+ "@storybook/react-webpack5": "^8.2.5",
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",
@@ -90,8 +90,8 @@
90
90
  "bulma": "^0.9.4",
91
91
  "eslint": "^9.7.0",
92
92
  "eslint-config-prettier": "^9.1.0",
93
- "eslint-plugin-react": "^7.34.4",
94
- "husky": "^9.0.11",
93
+ "eslint-plugin-react": "^7.35.0",
94
+ "husky": "^9.1.1",
95
95
  "hygen": "^6.2.11",
96
96
  "jest": "^29.7.0",
97
97
  "jest-environment-jsdom": "^29.7.0",
@@ -101,11 +101,11 @@
101
101
  "prettier": "^3.3.3",
102
102
  "react": "^18.3.1",
103
103
  "react-dom": "^18.3.1",
104
- "rollup": "^4.18.1",
104
+ "rollup": "^4.19.0",
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.2.4",
108
+ "storybook": "^8.2.5",
109
109
  "tslib": "^2.6.3",
110
110
  "typescript": "^5.5.3"
111
111
  },
@@ -116,6 +116,6 @@
116
116
  ]
117
117
  },
118
118
  "dependencies": {
119
- "@storybook/test": "^8.2.4"
119
+ "@storybook/test": "^8.2.5"
120
120
  }
121
121
  }