reactive-bulma 4.0.28 → 4.0.30

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.28",
3
+ "version": "4.0.30",
4
4
  "description": "A component library based on React, Bulma, Typescript and Rollup",
5
5
  "keywords": [
6
6
  "typescript",
@@ -57,7 +57,7 @@
57
57
  "@babel/preset-react": "^7.25.9",
58
58
  "@babel/preset-typescript": "^7.26.0",
59
59
  "@eslint/compat": "^1.2.2",
60
- "@eslint/js": "^9.13.0",
60
+ "@eslint/js": "^9.14.0",
61
61
  "@mdi/font": "^7.4.47",
62
62
  "@rollup/plugin-commonjs": "^28.0.1",
63
63
  "@rollup/plugin-node-resolve": "^15.3.0",
@@ -66,30 +66,30 @@
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": "^11.0.0",
69
+ "@semantic-release/github": "^11.0.1",
70
70
  "@semantic-release/npm": "^12.0.1",
71
71
  "@semantic-release/release-notes-generator": "^14.0.1",
72
- "@storybook/addon-actions": "^8.3.6",
73
- "@storybook/addon-essentials": "^8.3.6",
74
- "@storybook/addon-interactions": "^8.3.6",
75
- "@storybook/addon-links": "^8.3.6",
76
- "@storybook/addon-mdx-gfm": "^8.3.6",
72
+ "@storybook/addon-actions": "^8.4.2",
73
+ "@storybook/addon-essentials": "^8.4.2",
74
+ "@storybook/addon-interactions": "^8.4.2",
75
+ "@storybook/addon-links": "^8.4.2",
76
+ "@storybook/addon-mdx-gfm": "^8.4.2",
77
77
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
78
- "@storybook/cli": "^8.3.6",
79
- "@storybook/react": "^8.3.6",
80
- "@storybook/react-webpack5": "^8.3.6",
81
- "@storybook/test": "^8.3.6",
82
- "@testing-library/jest-dom": "^6.6.2",
78
+ "@storybook/cli": "^8.4.2",
79
+ "@storybook/react": "^8.4.2",
80
+ "@storybook/react-webpack5": "^8.4.2",
81
+ "@storybook/test": "^8.4.2",
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/jest": "^29.5.14",
86
86
  "@types/react": "^18.3.12",
87
- "@typescript-eslint/eslint-plugin": "^8.12.2",
88
- "@typescript-eslint/parser": "^8.12.2",
87
+ "@typescript-eslint/eslint-plugin": "^8.13.0",
88
+ "@typescript-eslint/parser": "^8.13.0",
89
89
  "babel-jest": "^29.7.0",
90
90
  "babel-loader": "^9.2.1",
91
91
  "bulma": "^0.9.4",
92
- "eslint": "^9.13.0",
92
+ "eslint": "^9.14.0",
93
93
  "eslint-config-prettier": "^9.1.0",
94
94
  "eslint-plugin-react": "^7.37.2",
95
95
  "husky": "^9.1.6",
@@ -97,17 +97,17 @@
97
97
  "jest": "^29.7.0",
98
98
  "jest-environment-jsdom": "^29.7.0",
99
99
  "lint-staged": "^15.2.10",
100
- "npm-check-updates": "^17.1.9",
101
- "postcss": "^8.4.47",
100
+ "npm-check-updates": "^17.1.10",
101
+ "postcss": "^8.4.48",
102
102
  "prettier": "^3.3.3",
103
103
  "react": "^18.3.1",
104
104
  "react-dom": "^18.3.1",
105
- "rollup": "^4.24.3",
105
+ "rollup": "^4.25.0",
106
106
  "rollup-plugin-dts": "^6.1.1",
107
107
  "rollup-plugin-postcss": "^4.0.2",
108
108
  "semantic-release": "^24.2.0",
109
- "storybook": "^8.3.6",
110
- "tslib": "^2.8.0",
109
+ "storybook": "^8.4.2",
110
+ "tslib": "^2.8.1",
111
111
  "typescript": "^5.6.3"
112
112
  },
113
113
  "lint-staged": {
@@ -115,5 +115,6 @@
115
115
  "prettier --write",
116
116
  "eslint"
117
117
  ]
118
- }
118
+ },
119
+ "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
119
120
  }