reactive-bulma 4.3.8 → 4.3.9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +22 -22
package/README.md CHANGED
@@ -34,7 +34,7 @@ Component library based on React, Bulma, Typescript and Vite
34
34
  After studying [an Udemy course about Typescript](https://github.com/NicolasOmar/typescript-practice), I wanted to start a new project to practice my new knowledge in a meaningful tool. Therefore, I began this project to understand how to create a component library and investigate the best ways to maintain and nourish it as any professional-level alternatives.
35
35
 
36
36
  Now I have finished (Jan 31th) [the last story](https://github.com/NicolasOmar/reactive-bulma/issues/80) related to my proposed roadmap; I will change the repo's objectives to the following:
37
- - Check every new issues raised by users who found new bugs (of any kind) or related to new components or feature improvements of the existing ones.
37
+ - Check every new issue raised by users who found new bugs (of any kind) or related to new components or feature improvements of the existing ones.
38
38
  - Update dependencies every week, creating alongside its related PR, branch, and PR to maintain track of those updates.
39
39
  - Include ReactiveBulma's components as part of my full-stack app [MyPets](https://github.com/NicolasOmar/my-pets), where I now have code that I can get rid of and, in that process, find new opportunities to enhance components' usability.
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.3.8",
3
+ "version": "4.3.9",
4
4
  "type": "module",
5
5
  "description": "A component library based on React, Bulma, Typescript and Vite",
6
6
  "keywords": [
@@ -58,12 +58,12 @@
58
58
  "react-dom": "^18.3.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@babel/core": "^7.26.0",
62
- "@babel/preset-env": "^7.26.0",
61
+ "@babel/core": "^7.26.7",
62
+ "@babel/preset-env": "^7.26.7",
63
63
  "@babel/preset-react": "^7.26.3",
64
64
  "@babel/preset-typescript": "^7.26.0",
65
65
  "@eslint/compat": "^1.2.5",
66
- "@eslint/js": "^9.18.0",
66
+ "@eslint/js": "^9.19.0",
67
67
  "@mdi/font": "^7.4.47",
68
68
  "@semantic-release/changelog": "^6.0.3",
69
69
  "@semantic-release/commit-analyzer": "^13.0.1",
@@ -72,29 +72,29 @@
72
72
  "@semantic-release/github": "^11.0.1",
73
73
  "@semantic-release/npm": "^12.0.1",
74
74
  "@semantic-release/release-notes-generator": "^14.0.3",
75
- "@storybook/addon-essentials": "^8.5.0",
76
- "@storybook/addon-interactions": "^8.5.0",
77
- "@storybook/addon-links": "^8.5.0",
78
- "@storybook/addon-onboarding": "^8.5.0",
79
- "@storybook/blocks": "^8.5.0",
80
- "@storybook/react": "^8.5.0",
81
- "@storybook/react-vite": "^8.5.0",
82
- "@storybook/test": "^8.5.0",
75
+ "@storybook/addon-essentials": "^8.5.2",
76
+ "@storybook/addon-interactions": "^8.5.2",
77
+ "@storybook/addon-links": "^8.5.2",
78
+ "@storybook/addon-onboarding": "^8.5.2",
79
+ "@storybook/blocks": "^8.5.2",
80
+ "@storybook/react": "^8.5.2",
81
+ "@storybook/react-vite": "^8.5.2",
82
+ "@storybook/test": "^8.5.2",
83
83
  "@testing-library/jest-dom": "^6.6.3",
84
84
  "@testing-library/react": "^16.2.0",
85
- "@testing-library/user-event": "^14.6.0",
85
+ "@testing-library/user-event": "^14.6.1",
86
86
  "@types/css-modules": "^1.0.5",
87
87
  "@types/jest": "^29.5.14",
88
- "@types/node": "^22.10.7",
89
- "@types/react": "^19.0.7",
88
+ "@types/node": "^22.10.10",
89
+ "@types/react": "^19.0.8",
90
90
  "@types/react-dom": "^19.0.3",
91
- "@typescript-eslint/eslint-plugin": "^8.20.0",
92
- "@typescript-eslint/parser": "^8.20.0",
91
+ "@typescript-eslint/eslint-plugin": "^8.21.0",
92
+ "@typescript-eslint/parser": "^8.21.0",
93
93
  "@vitejs/plugin-react": "^4.3.4",
94
94
  "babel-jest": "^29.7.0",
95
95
  "babel-loader": "^9.2.1",
96
96
  "bulma": "^0.9.4",
97
- "eslint": "^9.18.0",
97
+ "eslint": "^9.19.0",
98
98
  "eslint-config-prettier": "^10.0.1",
99
99
  "eslint-plugin-react": "^7.37.4",
100
100
  "eslint-plugin-react-hooks": "^5.1.0",
@@ -106,17 +106,17 @@
106
106
  "hygen": "^6.2.11",
107
107
  "jest": "^29.7.0",
108
108
  "jest-environment-jsdom": "^29.7.0",
109
- "lint-staged": "^15.4.1",
109
+ "lint-staged": "^15.4.3",
110
110
  "npm-check-updates": "^17.1.14",
111
111
  "prettier": "^3.4.2",
112
112
  "react": "^18.3.1",
113
113
  "react-dom": "^18.3.1",
114
114
  "semantic-release": "^24.2.1",
115
- "storybook": "^8.5.0",
115
+ "storybook": "^8.5.2",
116
116
  "tslib": "^2.8.1",
117
117
  "typescript": "~5.7.3",
118
- "typescript-eslint": "^8.20.0",
119
- "vite": "^6.0.7",
118
+ "typescript-eslint": "^8.21.0",
119
+ "vite": "^6.0.11",
120
120
  "vite-plugin-dts": "^4.5.0"
121
121
  },
122
122
  "lint-staged": {