reactive-bulma 4.1.3 → 4.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  <div align="center">
11
11
 
12
- Component library based on React, Bulma, Typescript and Rollup
12
+ Component library based on React, Bulma, Typescript and Vite
13
13
 
14
14
  <div align="left">
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.1.3",
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.15.0",
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,29 +71,29 @@
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.5",
75
- "@storybook/addon-interactions": "^8.4.5",
76
- "@storybook/addon-links": "^8.4.5",
77
- "@storybook/addon-onboarding": "^8.4.5",
78
- "@storybook/blocks": "^8.4.5",
79
- "@storybook/react": "^8.4.5",
80
- "@storybook/react-vite": "^8.4.5",
81
- "@storybook/test": "^8.4.5",
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.9.3",
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.15.0",
91
- "@typescript-eslint/parser": "^8.15.0",
92
- "@vitejs/plugin-react": "^4.3.3",
90
+ "@typescript-eslint/eslint-plugin": "^8.16.0",
91
+ "@typescript-eslint/parser": "^8.16.0",
92
+ "@vitejs/plugin-react": "^4.3.4",
93
93
  "babel-jest": "^29.7.0",
94
94
  "babel-loader": "^9.2.1",
95
95
  "bulma": "^0.9.4",
96
- "eslint": "^9.15.0",
96
+ "eslint": "^9.16.0",
97
97
  "eslint-config-prettier": "^9.1.0",
98
98
  "eslint-plugin-react": "^7.37.2",
99
99
  "eslint-plugin-react-hooks": "^5.0.0",
@@ -107,15 +107,15 @@
107
107
  "jest-environment-jsdom": "^29.7.0",
108
108
  "lint-staged": "^15.2.10",
109
109
  "npm-check-updates": "^17.1.11",
110
- "prettier": "^3.3.3",
110
+ "prettier": "^3.4.1",
111
111
  "react": "^18.3.1",
112
112
  "react-dom": "^18.3.1",
113
113
  "semantic-release": "^24.2.0",
114
- "storybook": "^8.4.5",
114
+ "storybook": "^8.4.6",
115
115
  "tslib": "^2.8.1",
116
116
  "typescript": "~5.7.2",
117
- "typescript-eslint": "^8.15.0",
118
- "vite": "^5.4.11",
117
+ "typescript-eslint": "^8.16.0",
118
+ "vite": "^6.0.1",
119
119
  "vite-plugin-dts": "^4.3.0"
120
120
  },
121
121
  "lint-staged": {
File without changes