reactive-bulma 5.1.20 → 5.1.21
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 +1 -1
- package/package.json +24 -24
package/README.md
CHANGED
|
@@ -130,10 +130,10 @@ import '../node_modules/reactive-bulma/dist/reactive-bulma.css'
|
|
|
130
130
|
## Folder structure
|
|
131
131
|
|
|
132
132
|
In case you have cloned the repo, it will show you the following folders:
|
|
133
|
-
- `_templates:` Dedicated to [Hygen](https://www.hygen.io/) configuration and implementation files. Dedicated to creating new components from customizable templates.
|
|
134
133
|
- `.github:` [Github Actions](https://github.com/features/actions/) files used to run post-merge commits like unit test coverage collection.
|
|
135
134
|
- `.husky:` Dedicated to [Husky](https://typicode.github.io/husky/) configuration files.
|
|
136
135
|
- `.storybook:` Dedicated to [Storybook](https://storybook.js.org/) configuration files.
|
|
136
|
+
- `_templates:` Dedicated to [Hygen](https://www.hygen.io/) configuration and implementation files. Dedicated to creating new components from customizable templates.
|
|
137
137
|
- `configs:` Used to wrap all the configuration files related to local and third-party services.
|
|
138
138
|
- `src:`
|
|
139
139
|
- `components:` Location of all used components, using [Atomic Design hierarchy structure](https://atomicdesign.bradfrost.com/chapter-2/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reactive-bulma",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.21",
|
|
4
4
|
"description": "A component library based on React, Bulma, Typescript and Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"format:check": "npm run format:base -- --check",
|
|
47
47
|
"lint-staged": "lint-staged -v",
|
|
48
48
|
"setup": "npm ci && husky",
|
|
49
|
-
"update": "npm run update:deps && npm run
|
|
49
|
+
"update": "npm run update:deps && npm run check:project && npm run update:storybook",
|
|
50
50
|
"update:deps": "ncu -i --format group --configFilePath configs --configFileName .ncurc.cjs",
|
|
51
51
|
"update:storybook": "npx storybook@latest upgrade && npm run build:storybook",
|
|
52
52
|
"check:project": "npm run format:check && npm run lint && npm run build && npm run build:storybook && npm run test",
|
|
@@ -63,53 +63,53 @@
|
|
|
63
63
|
"@eslint/compat": "^2.1.0",
|
|
64
64
|
"@eslint/js": "^10.0.1",
|
|
65
65
|
"@mdi/font": "^7.4.47",
|
|
66
|
-
"@semantic-release/changelog": "^
|
|
66
|
+
"@semantic-release/changelog": "^7.0.0",
|
|
67
67
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
68
68
|
"@semantic-release/exec": "^7.1.0",
|
|
69
|
-
"@semantic-release/git": "^
|
|
69
|
+
"@semantic-release/git": "^11.0.1",
|
|
70
70
|
"@semantic-release/github": "^12.0.9",
|
|
71
71
|
"@semantic-release/npm": "^13.1.5",
|
|
72
72
|
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
73
|
-
"@storybook/addon-docs": "^10.5.
|
|
74
|
-
"@storybook/addon-links": "^10.5.
|
|
75
|
-
"@storybook/addon-onboarding": "^10.5.
|
|
76
|
-
"@storybook/addon-themes": "^10.5.
|
|
77
|
-
"@storybook/react-vite": "^10.5.
|
|
78
|
-
"@testing-library/jest-dom": "^
|
|
73
|
+
"@storybook/addon-docs": "^10.5.5",
|
|
74
|
+
"@storybook/addon-links": "^10.5.5",
|
|
75
|
+
"@storybook/addon-onboarding": "^10.5.5",
|
|
76
|
+
"@storybook/addon-themes": "^10.5.5",
|
|
77
|
+
"@storybook/react-vite": "^10.5.5",
|
|
78
|
+
"@testing-library/jest-dom": "^7.0.0",
|
|
79
79
|
"@testing-library/react": "^16.3.2",
|
|
80
80
|
"@testing-library/user-event": "^14.6.1",
|
|
81
81
|
"@types/css-modules": "^1.0.5",
|
|
82
82
|
"@types/jest": "^30.0.0",
|
|
83
|
-
"@types/node": "^26.1.
|
|
83
|
+
"@types/node": "^26.1.2",
|
|
84
84
|
"@types/react": "^19.2.17",
|
|
85
85
|
"@types/react-dom": "^19.2.3",
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
87
|
-
"@typescript-eslint/parser": "^8.
|
|
88
|
-
"@vitejs/plugin-react": "^6.0.
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^8.65.0",
|
|
87
|
+
"@typescript-eslint/parser": "^8.65.0",
|
|
88
|
+
"@vitejs/plugin-react": "^6.0.4",
|
|
89
89
|
"babel-jest": "^30.4.1",
|
|
90
90
|
"babel-loader": "^10.1.1",
|
|
91
91
|
"bulma": "^1.0.4",
|
|
92
|
-
"eslint": "^10.
|
|
92
|
+
"eslint": "^10.8.0",
|
|
93
93
|
"eslint-config-prettier": "^10.1.8",
|
|
94
94
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
95
95
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
96
|
-
"eslint-plugin-storybook": "^10.5.
|
|
96
|
+
"eslint-plugin-storybook": "^10.5.5",
|
|
97
97
|
"glob": "^13.0.6",
|
|
98
|
-
"globals": "^17.
|
|
98
|
+
"globals": "^17.8.0",
|
|
99
99
|
"husky": "^9.1.7",
|
|
100
100
|
"hygen": "^6.2.11",
|
|
101
101
|
"jest": "^30.4.2",
|
|
102
102
|
"jest-environment-jsdom": "^30.4.1",
|
|
103
|
-
"lint-staged": "^17.
|
|
104
|
-
"npm-check-updates": "^
|
|
105
|
-
"prettier": "^3.9.
|
|
106
|
-
"react": "^19.2.
|
|
107
|
-
"react-dom": "^19.2.
|
|
103
|
+
"lint-staged": "^17.2.0",
|
|
104
|
+
"npm-check-updates": "^23.0.0",
|
|
105
|
+
"prettier": "^3.9.6",
|
|
106
|
+
"react": "^19.2.8",
|
|
107
|
+
"react-dom": "^19.2.8",
|
|
108
108
|
"semantic-release": "^25.0.8",
|
|
109
|
-
"storybook": "^10.5.
|
|
109
|
+
"storybook": "^10.5.5",
|
|
110
110
|
"tslib": "^2.8.1",
|
|
111
111
|
"typescript": "~6.0.3",
|
|
112
|
-
"typescript-eslint": "^8.
|
|
112
|
+
"typescript-eslint": "^8.65.0",
|
|
113
113
|
"vite": "^8.1.5",
|
|
114
114
|
"vite-plugin-dts": "^5.0.3"
|
|
115
115
|
},
|