reactive-bulma 4.0.25 → 4.0.26

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 +18 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.0.25",
3
+ "version": "4.0.26",
4
4
  "description": "A component library based on React, Bulma, Typescript and Rollup",
5
5
  "keywords": [
6
6
  "typescript",
@@ -57,38 +57,39 @@
57
57
  "@babel/preset-react": "^7.24.7",
58
58
  "@babel/preset-typescript": "^7.24.7",
59
59
  "@eslint/compat": "^1.1.1",
60
- "@eslint/js": "^9.10.0",
60
+ "@eslint/js": "^9.11.0",
61
61
  "@mdi/font": "^7.4.47",
62
62
  "@rollup/plugin-commonjs": "^26.0.1",
63
- "@rollup/plugin-node-resolve": "^15.2.3",
63
+ "@rollup/plugin-node-resolve": "^15.2.4",
64
64
  "@rollup/plugin-typescript": "^11.1.6",
65
65
  "@semantic-release/changelog": "^6.0.3",
66
66
  "@semantic-release/commit-analyzer": "^13.0.0",
67
67
  "@semantic-release/exec": "^6.0.3",
68
68
  "@semantic-release/git": "^10.0.1",
69
- "@semantic-release/github": "^10.3.4",
69
+ "@semantic-release/github": "^10.3.5",
70
70
  "@semantic-release/npm": "^12.0.1",
71
71
  "@semantic-release/release-notes-generator": "^14.0.1",
72
- "@storybook/addon-actions": "^8.3.1",
73
- "@storybook/addon-essentials": "^8.3.1",
74
- "@storybook/addon-interactions": "^8.3.1",
75
- "@storybook/addon-links": "^8.3.1",
76
- "@storybook/addon-mdx-gfm": "^8.3.1",
72
+ "@storybook/addon-actions": "^8.3.2",
73
+ "@storybook/addon-essentials": "^8.3.2",
74
+ "@storybook/addon-interactions": "^8.3.2",
75
+ "@storybook/addon-links": "^8.3.2",
76
+ "@storybook/addon-mdx-gfm": "^8.3.2",
77
77
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
78
- "@storybook/cli": "^8.3.1",
79
- "@storybook/react": "^8.3.1",
80
- "@storybook/react-webpack5": "^8.3.1",
78
+ "@storybook/cli": "^8.3.2",
79
+ "@storybook/react": "^8.3.2",
80
+ "@storybook/react-webpack5": "^8.3.2",
81
+ "@storybook/test": "^8.3.2",
81
82
  "@testing-library/jest-dom": "^6.5.0",
82
83
  "@testing-library/react": "^16.0.1",
83
84
  "@testing-library/user-event": "^14.5.2",
84
85
  "@types/jest": "^29.5.13",
85
- "@types/react": "^18.3.6",
86
+ "@types/react": "^18.3.8",
86
87
  "@typescript-eslint/eslint-plugin": "^8.6.0",
87
88
  "@typescript-eslint/parser": "^8.6.0",
88
89
  "babel-jest": "^29.7.0",
89
90
  "babel-loader": "^9.2.1",
90
91
  "bulma": "^0.9.4",
91
- "eslint": "^9.10.0",
92
+ "eslint": "^9.11.0",
92
93
  "eslint-config-prettier": "^9.1.0",
93
94
  "eslint-plugin-react": "^7.36.1",
94
95
  "husky": "^9.1.6",
@@ -96,16 +97,16 @@
96
97
  "jest": "^29.7.0",
97
98
  "jest-environment-jsdom": "^29.7.0",
98
99
  "lint-staged": "^15.2.10",
99
- "npm-check-updates": "^17.1.1",
100
+ "npm-check-updates": "^17.1.3",
100
101
  "postcss": "^8.4.47",
101
102
  "prettier": "^3.3.3",
102
103
  "react": "^18.3.1",
103
104
  "react-dom": "^18.3.1",
104
- "rollup": "^4.21.3",
105
+ "rollup": "^4.22.4",
105
106
  "rollup-plugin-dts": "^6.1.1",
106
107
  "rollup-plugin-postcss": "^4.0.2",
107
108
  "semantic-release": "^24.1.1",
108
- "storybook": "^8.3.1",
109
+ "storybook": "^8.3.2",
109
110
  "tslib": "^2.7.0",
110
111
  "typescript": "^5.6.2"
111
112
  },
@@ -114,8 +115,5 @@
114
115
  "prettier --write",
115
116
  "eslint"
116
117
  ]
117
- },
118
- "dependencies": {
119
- "@storybook/test": "^8.3.1"
120
118
  }
121
119
  }