reactive-bulma 4.1.3 → 4.1.5

Sign up to get free protection for your applications and to get access to all the features.
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,18 +1,19 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.1.3",
3
+ "version": "4.1.5",
4
4
  "type": "module",
5
- "description": "A component library based on React, Bulma, Typescript and Rollup",
5
+ "description": "A component library based on React, Bulma, Typescript and Vite",
6
6
  "keywords": [
7
7
  "typescript",
8
8
  "react",
9
9
  "bulma",
10
- "rollup",
10
+ "vite",
11
11
  "semantic-release",
12
12
  "jest",
13
13
  "prettier",
14
14
  "eslint",
15
15
  "husky",
16
+ "storybook",
16
17
  "component-library"
17
18
  ],
18
19
  "author": "Nicolás Omar González Passerino",
@@ -59,10 +60,10 @@
59
60
  "devDependencies": {
60
61
  "@babel/core": "^7.26.0",
61
62
  "@babel/preset-env": "^7.26.0",
62
- "@babel/preset-react": "^7.25.9",
63
+ "@babel/preset-react": "^7.26.3",
63
64
  "@babel/preset-typescript": "^7.26.0",
64
- "@eslint/compat": "^1.2.3",
65
- "@eslint/js": "^9.15.0",
65
+ "@eslint/compat": "^1.2.4",
66
+ "@eslint/js": "^9.16.0",
66
67
  "@mdi/font": "^7.4.47",
67
68
  "@semantic-release/changelog": "^6.0.3",
68
69
  "@semantic-release/commit-analyzer": "^13.0.0",
@@ -71,51 +72,51 @@
71
72
  "@semantic-release/github": "^11.0.1",
72
73
  "@semantic-release/npm": "^12.0.1",
73
74
  "@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",
75
+ "@storybook/addon-essentials": "^8.4.7",
76
+ "@storybook/addon-interactions": "^8.4.7",
77
+ "@storybook/addon-links": "^8.4.7",
78
+ "@storybook/addon-onboarding": "^8.4.7",
79
+ "@storybook/blocks": "^8.4.7",
80
+ "@storybook/react": "^8.4.7",
81
+ "@storybook/react-vite": "^8.4.7",
82
+ "@storybook/test": "^8.4.7",
82
83
  "@testing-library/jest-dom": "^6.6.3",
83
- "@testing-library/react": "^16.0.1",
84
+ "@testing-library/react": "^16.1.0",
84
85
  "@testing-library/user-event": "^14.5.2",
85
86
  "@types/css-modules": "^1.0.5",
86
87
  "@types/jest": "^29.5.14",
87
- "@types/node": "^22.9.3",
88
- "@types/react": "^18.3.12",
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",
88
+ "@types/node": "^22.10.1",
89
+ "@types/react": "^19.0.1",
90
+ "@types/react-dom": "^19.0.1",
91
+ "@typescript-eslint/eslint-plugin": "^8.17.0",
92
+ "@typescript-eslint/parser": "^8.17.0",
93
+ "@vitejs/plugin-react": "^4.3.4",
93
94
  "babel-jest": "^29.7.0",
94
95
  "babel-loader": "^9.2.1",
95
96
  "bulma": "^0.9.4",
96
- "eslint": "^9.15.0",
97
+ "eslint": "^9.16.0",
97
98
  "eslint-config-prettier": "^9.1.0",
98
99
  "eslint-plugin-react": "^7.37.2",
99
- "eslint-plugin-react-hooks": "^5.0.0",
100
- "eslint-plugin-react-refresh": "^0.4.14",
100
+ "eslint-plugin-react-hooks": "^5.1.0",
101
+ "eslint-plugin-react-refresh": "^0.4.16",
101
102
  "eslint-plugin-storybook": "^0.11.1",
102
103
  "glob": "^11.0.0",
103
- "globals": "^15.12.0",
104
+ "globals": "^15.13.0",
104
105
  "husky": "^9.1.7",
105
106
  "hygen": "^6.2.11",
106
107
  "jest": "^29.7.0",
107
108
  "jest-environment-jsdom": "^29.7.0",
108
109
  "lint-staged": "^15.2.10",
109
110
  "npm-check-updates": "^17.1.11",
110
- "prettier": "^3.3.3",
111
+ "prettier": "^3.4.2",
111
112
  "react": "^18.3.1",
112
113
  "react-dom": "^18.3.1",
113
114
  "semantic-release": "^24.2.0",
114
- "storybook": "^8.4.5",
115
+ "storybook": "^8.4.7",
115
116
  "tslib": "^2.8.1",
116
117
  "typescript": "~5.7.2",
117
- "typescript-eslint": "^8.15.0",
118
- "vite": "^5.4.11",
118
+ "typescript-eslint": "^8.17.0",
119
+ "vite": "^6.0.3",
119
120
  "vite-plugin-dts": "^4.3.0"
120
121
  },
121
122
  "lint-staged": {
File without changes