reactive-bulma 4.0.25 → 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.25",
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,70 +52,68 @@
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.10.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.3",
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.4",
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.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.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.1",
79
- "@storybook/react": "^8.3.1",
80
- "@storybook/react-webpack5": "^8.3.1",
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",
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
- "@typescript-eslint/eslint-plugin": "^8.6.0",
87
- "@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",
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.12.0",
92
93
  "eslint-config-prettier": "^9.1.0",
93
- "eslint-plugin-react": "^7.36.1",
94
+ "eslint-plugin-react": "^7.37.1",
94
95
  "husky": "^9.1.6",
95
96
  "hygen": "^6.2.11",
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.24.0",
105
106
  "rollup-plugin-dts": "^6.1.1",
106
107
  "rollup-plugin-postcss": "^4.0.2",
107
- "semantic-release": "^24.1.1",
108
- "storybook": "^8.3.1",
108
+ "semantic-release": "^24.1.2",
109
+ "storybook": "^8.3.5",
109
110
  "tslib": "^2.7.0",
110
- "typescript": "^5.6.2"
111
+ "typescript": "^5.6.3"
111
112
  },
112
113
  "lint-staged": {
113
114
  "src/**/*.(ts|tsx)": [
114
115
  "prettier --write",
115
116
  "eslint"
116
117
  ]
117
- },
118
- "dependencies": {
119
- "@storybook/test": "^8.3.1"
120
118
  }
121
119
  }