reactive-bulma 4.1.2 → 4.1.3

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 +13 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "type": "module",
5
5
  "description": "A component library based on React, Bulma, Typescript and Rollup",
6
6
  "keywords": [
@@ -71,26 +71,25 @@
71
71
  "@semantic-release/github": "^11.0.1",
72
72
  "@semantic-release/npm": "^12.0.1",
73
73
  "@semantic-release/release-notes-generator": "^14.0.1",
74
- "@storybook/addon-essentials": "^8.4.4",
75
- "@storybook/addon-interactions": "^8.4.4",
76
- "@storybook/addon-links": "^8.4.4",
77
- "@storybook/addon-onboarding": "^8.4.4",
78
- "@storybook/blocks": "^8.4.4",
79
- "@storybook/react": "^8.4.4",
80
- "@storybook/react-vite": "^8.4.4",
81
- "@storybook/test": "^8.4.4",
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",
82
82
  "@testing-library/jest-dom": "^6.6.3",
83
83
  "@testing-library/react": "^16.0.1",
84
84
  "@testing-library/user-event": "^14.5.2",
85
85
  "@types/css-modules": "^1.0.5",
86
86
  "@types/jest": "^29.5.14",
87
- "@types/node": "^22.9.0",
87
+ "@types/node": "^22.9.3",
88
88
  "@types/react": "^18.3.12",
89
89
  "@types/react-dom": "^18.3.1",
90
90
  "@typescript-eslint/eslint-plugin": "^8.15.0",
91
91
  "@typescript-eslint/parser": "^8.15.0",
92
92
  "@vitejs/plugin-react": "^4.3.3",
93
- "ajv": "^8.17.1",
94
93
  "babel-jest": "^29.7.0",
95
94
  "babel-loader": "^9.2.1",
96
95
  "bulma": "^0.9.4",
@@ -99,7 +98,7 @@
99
98
  "eslint-plugin-react": "^7.37.2",
100
99
  "eslint-plugin-react-hooks": "^5.0.0",
101
100
  "eslint-plugin-react-refresh": "^0.4.14",
102
- "eslint-plugin-storybook": "^0.11.0",
101
+ "eslint-plugin-storybook": "^0.11.1",
103
102
  "glob": "^11.0.0",
104
103
  "globals": "^15.12.0",
105
104
  "husky": "^9.1.7",
@@ -112,9 +111,9 @@
112
111
  "react": "^18.3.1",
113
112
  "react-dom": "^18.3.1",
114
113
  "semantic-release": "^24.2.0",
115
- "storybook": "^8.4.4",
114
+ "storybook": "^8.4.5",
116
115
  "tslib": "^2.8.1",
117
- "typescript": "~5.6.3",
116
+ "typescript": "~5.7.2",
118
117
  "typescript-eslint": "^8.15.0",
119
118
  "vite": "^5.4.11",
120
119
  "vite-plugin-dts": "^4.3.0"