reactive-bulma 4.0.26 → 4.0.27

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.0.26",
3
+ "version": "4.0.27",
4
4
  "description": "A component library based on React, Bulma, Typescript and Rollup",
5
5
  "keywords": [
6
6
  "typescript",
@@ -52,46 +52,46 @@
52
52
  "update:doctor": "npm run prettier:ci && npm run lint && npm run test && npm run build"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/core": "^7.25.2",
56
- "@babel/preset-env": "^7.25.4",
57
- "@babel/preset-react": "^7.24.7",
58
- "@babel/preset-typescript": "^7.24.7",
59
- "@eslint/compat": "^1.1.1",
60
- "@eslint/js": "^9.11.0",
55
+ "@babel/core": "^7.25.8",
56
+ "@babel/preset-env": "^7.25.8",
57
+ "@babel/preset-react": "^7.25.7",
58
+ "@babel/preset-typescript": "^7.25.7",
59
+ "@eslint/compat": "^1.2.0",
60
+ "@eslint/js": "^9.12.0",
61
61
  "@mdi/font": "^7.4.47",
62
- "@rollup/plugin-commonjs": "^26.0.1",
63
- "@rollup/plugin-node-resolve": "^15.2.4",
62
+ "@rollup/plugin-commonjs": "^28.0.0",
63
+ "@rollup/plugin-node-resolve": "^15.3.0",
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.5",
69
+ "@semantic-release/github": "^11.0.0",
70
70
  "@semantic-release/npm": "^12.0.1",
71
71
  "@semantic-release/release-notes-generator": "^14.0.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",
72
+ "@storybook/addon-actions": "^8.3.5",
73
+ "@storybook/addon-essentials": "^8.3.5",
74
+ "@storybook/addon-interactions": "^8.3.5",
75
+ "@storybook/addon-links": "^8.3.5",
76
+ "@storybook/addon-mdx-gfm": "^8.3.5",
77
77
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
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",
78
+ "@storybook/cli": "^8.3.5",
79
+ "@storybook/react": "^8.3.5",
80
+ "@storybook/react-webpack5": "^8.3.5",
81
+ "@storybook/test": "^8.3.5",
82
82
  "@testing-library/jest-dom": "^6.5.0",
83
83
  "@testing-library/react": "^16.0.1",
84
84
  "@testing-library/user-event": "^14.5.2",
85
85
  "@types/jest": "^29.5.13",
86
- "@types/react": "^18.3.8",
87
- "@typescript-eslint/eslint-plugin": "^8.6.0",
88
- "@typescript-eslint/parser": "^8.6.0",
86
+ "@types/react": "^18.3.11",
87
+ "@typescript-eslint/eslint-plugin": "^8.8.1",
88
+ "@typescript-eslint/parser": "^8.8.1",
89
89
  "babel-jest": "^29.7.0",
90
90
  "babel-loader": "^9.2.1",
91
91
  "bulma": "^0.9.4",
92
- "eslint": "^9.11.0",
92
+ "eslint": "^9.12.0",
93
93
  "eslint-config-prettier": "^9.1.0",
94
- "eslint-plugin-react": "^7.36.1",
94
+ "eslint-plugin-react": "^7.37.1",
95
95
  "husky": "^9.1.6",
96
96
  "hygen": "^6.2.11",
97
97
  "jest": "^29.7.0",
@@ -102,13 +102,13 @@
102
102
  "prettier": "^3.3.3",
103
103
  "react": "^18.3.1",
104
104
  "react-dom": "^18.3.1",
105
- "rollup": "^4.22.4",
105
+ "rollup": "^4.24.0",
106
106
  "rollup-plugin-dts": "^6.1.1",
107
107
  "rollup-plugin-postcss": "^4.0.2",
108
- "semantic-release": "^24.1.1",
109
- "storybook": "^8.3.2",
108
+ "semantic-release": "^24.1.2",
109
+ "storybook": "^8.3.5",
110
110
  "tslib": "^2.7.0",
111
- "typescript": "^5.6.2"
111
+ "typescript": "^5.6.3"
112
112
  },
113
113
  "lint-staged": {
114
114
  "src/**/*.(ts|tsx)": [