reactive-bulma 5.1.1 → 5.1.2

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 +2 -0
  2. package/package.json +15 -13
package/README.md CHANGED
@@ -95,6 +95,7 @@ After studying [an Udemy course on TypeScript](https://github.com/NicolasOmar/ty
95
95
  [![eslint dependency][badge-dependency-eslint]][link-package-dependencies]
96
96
  [![husky dependency][badge-dependency-husky]][link-package-dependencies]
97
97
  [![hygen dependency][badge-dependency-hygen]][link-package-dependencies]
98
+ [![commitlint dependency][badge-dependency-commitlint]][link-package-dependencies]
98
99
 
99
100
  [badge-dependency-react]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/react/main?logo=react
100
101
  [badge-dependency-bulma]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/bulma/main?logo=bulma
@@ -111,6 +112,7 @@ After studying [an Udemy course on TypeScript](https://github.com/NicolasOmar/ty
111
112
  [badge-dependency-eslint]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/eslint/main?logo=eslint
112
113
  [badge-dependency-husky]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/husky/main?logo=husky
113
114
  [badge-dependency-hygen]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/hygen/main?logo=hygen
115
+ [badge-dependency-commitlint]: https://img.shields.io/github/package-json/dependency-version/nicolasomar/reactive-bulma/dev/@commitlint/cli/main?logo=commitlint
114
116
  [link-package-dependencies]: https://github.com/NicolasOmar/reactive-bulma/blob/main/package.json
115
117
 
116
118
  ## Quick start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "5.1.1",
3
+ "version": "5.1.2",
4
4
  "type": "module",
5
5
  "description": "A component library based on React, Bulma, Typescript and Vite",
6
6
  "keywords": [
@@ -58,6 +58,8 @@
58
58
  "@babel/preset-env": "^7.28.5",
59
59
  "@babel/preset-react": "^7.28.5",
60
60
  "@babel/preset-typescript": "^7.28.5",
61
+ "@commitlint/cli": "^20.3.0",
62
+ "@commitlint/config-conventional": "^20.3.0",
61
63
  "@eslint/compat": "^2.0.0",
62
64
  "@eslint/js": "^9.39.2",
63
65
  "@mdi/font": "^7.4.47",
@@ -68,11 +70,11 @@
68
70
  "@semantic-release/github": "^12.0.2",
69
71
  "@semantic-release/npm": "^13.1.3",
70
72
  "@semantic-release/release-notes-generator": "^14.1.0",
71
- "@storybook/addon-docs": "^10.1.10",
72
- "@storybook/addon-links": "^10.1.10",
73
- "@storybook/addon-onboarding": "^10.1.10",
74
- "@storybook/addon-themes": "^10.1.10",
75
- "@storybook/react-vite": "^10.1.10",
73
+ "@storybook/addon-docs": "^10.1.11",
74
+ "@storybook/addon-links": "^10.1.11",
75
+ "@storybook/addon-onboarding": "^10.1.11",
76
+ "@storybook/addon-themes": "^10.1.11",
77
+ "@storybook/react-vite": "^10.1.11",
76
78
  "@testing-library/jest-dom": "^6.9.1",
77
79
  "@testing-library/react": "^16.3.1",
78
80
  "@testing-library/user-event": "^14.6.1",
@@ -81,8 +83,8 @@
81
83
  "@types/node": "^25.0.3",
82
84
  "@types/react": "^19.2.7",
83
85
  "@types/react-dom": "^19.2.3",
84
- "@typescript-eslint/eslint-plugin": "^8.50.1",
85
- "@typescript-eslint/parser": "^8.50.1",
86
+ "@typescript-eslint/eslint-plugin": "^8.51.0",
87
+ "@typescript-eslint/parser": "^8.51.0",
86
88
  "@vitejs/plugin-react": "^5.1.2",
87
89
  "babel-jest": "^30.2.0",
88
90
  "babel-loader": "^10.0.0",
@@ -92,23 +94,23 @@
92
94
  "eslint-plugin-react": "^7.37.5",
93
95
  "eslint-plugin-react-hooks": "^7.0.1",
94
96
  "eslint-plugin-react-refresh": "^0.4.26",
95
- "eslint-plugin-storybook": "^10.1.10",
97
+ "eslint-plugin-storybook": "^10.1.11",
96
98
  "glob": "^13.0.0",
97
- "globals": "^16.5.0",
99
+ "globals": "^17.0.0",
98
100
  "husky": "^9.1.7",
99
101
  "hygen": "^6.2.11",
100
102
  "jest": "^30.2.0",
101
103
  "jest-environment-jsdom": "^30.2.0",
102
104
  "lint-staged": "^16.2.7",
103
- "npm-check-updates": "^19.2.0",
105
+ "npm-check-updates": "^19.2.1",
104
106
  "prettier": "^3.7.4",
105
107
  "react": "^19.2.3",
106
108
  "react-dom": "^19.2.3",
107
109
  "semantic-release": "^25.0.2",
108
- "storybook": "^10.1.10",
110
+ "storybook": "^10.1.11",
109
111
  "tslib": "^2.8.1",
110
112
  "typescript": "~5.9.3",
111
- "typescript-eslint": "^8.50.1",
113
+ "typescript-eslint": "^8.51.0",
112
114
  "vite": "^7.3.0",
113
115
  "vite-plugin-dts": "^4.5.4"
114
116
  },