reactive-bulma 4.0.10 → 4.0.11

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 +21 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.0.10",
3
+ "version": "4.0.11",
4
4
  "description": "A component library based on React, Bulma, Typescript and Rollup",
5
5
  "keywords": [
6
6
  "typescript",
@@ -56,7 +56,6 @@
56
56
  "@babel/preset-env": "^7.24.5",
57
57
  "@babel/preset-react": "^7.24.1",
58
58
  "@babel/preset-typescript": "^7.24.1",
59
- "@chromatic-com/storybook": "^1.3.3",
60
59
  "@mdi/font": "^7.4.47",
61
60
  "@rollup/plugin-commonjs": "^25.0.7",
62
61
  "@rollup/plugin-node-resolve": "^15.2.3",
@@ -65,25 +64,25 @@
65
64
  "@semantic-release/commit-analyzer": "^12.0.0",
66
65
  "@semantic-release/exec": "^6.0.3",
67
66
  "@semantic-release/git": "^10.0.1",
68
- "@semantic-release/github": "^10.0.3",
69
- "@semantic-release/npm": "^12.0.0",
67
+ "@semantic-release/github": "^10.0.4",
68
+ "@semantic-release/npm": "^12.0.1",
70
69
  "@semantic-release/release-notes-generator": "^13.0.0",
71
- "@storybook/addon-actions": "^8.0.9",
72
- "@storybook/addon-essentials": "^8.0.9",
73
- "@storybook/addon-interactions": "^8.0.9",
74
- "@storybook/addon-links": "^8.0.9",
75
- "@storybook/addon-mdx-gfm": "^8.0.9",
70
+ "@storybook/addon-actions": "^8.1.2",
71
+ "@storybook/addon-essentials": "^8.1.2",
72
+ "@storybook/addon-interactions": "^8.1.2",
73
+ "@storybook/addon-links": "^8.1.2",
74
+ "@storybook/addon-mdx-gfm": "^8.1.2",
76
75
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
77
- "@storybook/cli": "^8.0.9",
78
- "@storybook/react": "^8.0.9",
79
- "@storybook/react-webpack5": "^8.0.9",
80
- "@testing-library/jest-dom": "^6.4.2",
81
- "@testing-library/react": "^15.0.5",
76
+ "@storybook/cli": "^8.1.2",
77
+ "@storybook/react": "^8.1.2",
78
+ "@storybook/react-webpack5": "^8.1.2",
79
+ "@testing-library/jest-dom": "^6.4.5",
80
+ "@testing-library/react": "^15.0.7",
82
81
  "@testing-library/user-event": "^14.5.2",
83
82
  "@types/jest": "^29.5.12",
84
- "@types/react": "^18.3.1",
85
- "@typescript-eslint/eslint-plugin": "^7.8.0",
86
- "@typescript-eslint/parser": "^7.8.0",
83
+ "@types/react": "^18.3.2",
84
+ "@typescript-eslint/eslint-plugin": "^7.10.0",
85
+ "@typescript-eslint/parser": "^7.10.0",
87
86
  "babel-jest": "^29.7.0",
88
87
  "babel-loader": "^9.1.3",
89
88
  "bulma": "^0.9.4",
@@ -94,17 +93,17 @@
94
93
  "hygen": "^6.2.11",
95
94
  "jest": "^29.7.0",
96
95
  "jest-environment-jsdom": "^29.7.0",
97
- "lint-staged": "^15.2.2",
96
+ "lint-staged": "^15.2.4",
98
97
  "npm-check-updates": "^16.14.20",
99
98
  "postcss": "^8.4.38",
100
99
  "prettier": "^3.2.5",
101
100
  "react": "^18.3.1",
102
101
  "react-dom": "^18.3.1",
103
102
  "rollup": "^4.17.2",
104
- "rollup-plugin-dts": "^6.1.0",
103
+ "rollup-plugin-dts": "^6.1.1",
105
104
  "rollup-plugin-postcss": "^4.0.2",
106
- "semantic-release": "^23.0.8",
107
- "storybook": "^8.0.9",
105
+ "semantic-release": "^23.1.1",
106
+ "storybook": "^8.1.2",
108
107
  "tslib": "^2.6.2",
109
108
  "typescript": "^5.4.5"
110
109
  },
@@ -115,6 +114,6 @@
115
114
  ]
116
115
  },
117
116
  "dependencies": {
118
- "@storybook/test": "^8.0.9"
117
+ "@storybook/test": "^8.1.2"
119
118
  }
120
119
  }