reactive-bulma 4.3.5 → 4.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.3.5",
3
+ "version": "4.3.6",
4
4
  "type": "module",
5
5
  "description": "A component library based on React, Bulma, Typescript and Vite",
6
6
  "keywords": [
@@ -66,12 +66,12 @@
66
66
  "@eslint/js": "^9.17.0",
67
67
  "@mdi/font": "^7.4.47",
68
68
  "@semantic-release/changelog": "^6.0.3",
69
- "@semantic-release/commit-analyzer": "^13.0.0",
69
+ "@semantic-release/commit-analyzer": "^13.0.1",
70
70
  "@semantic-release/exec": "^6.0.3",
71
71
  "@semantic-release/git": "^10.0.1",
72
72
  "@semantic-release/github": "^11.0.1",
73
73
  "@semantic-release/npm": "^12.0.1",
74
- "@semantic-release/release-notes-generator": "^14.0.2",
74
+ "@semantic-release/release-notes-generator": "^14.0.3",
75
75
  "@storybook/addon-essentials": "^8.4.7",
76
76
  "@storybook/addon-interactions": "^8.4.7",
77
77
  "@storybook/addon-links": "^8.4.7",
@@ -85,11 +85,11 @@
85
85
  "@testing-library/user-event": "^14.5.2",
86
86
  "@types/css-modules": "^1.0.5",
87
87
  "@types/jest": "^29.5.14",
88
- "@types/node": "^22.10.2",
88
+ "@types/node": "^22.10.5",
89
89
  "@types/react": "^19.0.2",
90
90
  "@types/react-dom": "^19.0.2",
91
- "@typescript-eslint/eslint-plugin": "^8.18.2",
92
- "@typescript-eslint/parser": "^8.18.2",
91
+ "@typescript-eslint/eslint-plugin": "^8.19.0",
92
+ "@typescript-eslint/parser": "^8.19.0",
93
93
  "@vitejs/plugin-react": "^4.3.4",
94
94
  "babel-jest": "^29.7.0",
95
95
  "babel-loader": "^9.2.1",
@@ -99,7 +99,7 @@
99
99
  "eslint-plugin-react": "^7.37.3",
100
100
  "eslint-plugin-react-hooks": "^5.1.0",
101
101
  "eslint-plugin-react-refresh": "^0.4.16",
102
- "eslint-plugin-storybook": "^0.11.1",
102
+ "eslint-plugin-storybook": "^0.11.2",
103
103
  "glob": "^11.0.0",
104
104
  "globals": "^15.14.0",
105
105
  "husky": "^9.1.7",
@@ -111,12 +111,12 @@
111
111
  "prettier": "^3.4.2",
112
112
  "react": "^18.3.1",
113
113
  "react-dom": "^18.3.1",
114
- "semantic-release": "^24.2.0",
114
+ "semantic-release": "^24.2.1",
115
115
  "storybook": "^8.4.7",
116
116
  "tslib": "^2.8.1",
117
117
  "typescript": "~5.7.2",
118
- "typescript-eslint": "^8.18.2",
119
- "vite": "^6.0.6",
118
+ "typescript-eslint": "^8.19.0",
119
+ "vite": "^6.0.7",
120
120
  "vite-plugin-dts": "^4.4.0"
121
121
  },
122
122
  "lint-staged": {