reactive-bulma 4.0.3 → 4.0.5

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.0.3",
3
+ "version": "4.0.5",
4
4
  "description": "A component library based on React, Bulma, Typescript and Rollup",
5
5
  "keywords": [
6
6
  "typescript",
@@ -67,29 +67,29 @@
67
67
  "@semantic-release/github": "^9.2.6",
68
68
  "@semantic-release/npm": "^11.0.2",
69
69
  "@semantic-release/release-notes-generator": "^12.1.0",
70
- "@storybook/addon-actions": "^7.6.14",
71
- "@storybook/addon-essentials": "^7.6.14",
72
- "@storybook/addon-interactions": "^7.6.14",
73
- "@storybook/addon-links": "^7.6.14",
74
- "@storybook/addon-mdx-gfm": "^7.6.14",
75
- "@storybook/cli": "^7.6.14",
76
- "@storybook/react": "^7.6.14",
77
- "@storybook/react-webpack5": "^7.6.14",
70
+ "@storybook/addon-actions": "^7.6.17",
71
+ "@storybook/addon-essentials": "^7.6.17",
72
+ "@storybook/addon-interactions": "^7.6.17",
73
+ "@storybook/addon-links": "^7.6.17",
74
+ "@storybook/addon-mdx-gfm": "^7.6.17",
75
+ "@storybook/cli": "^7.6.17",
76
+ "@storybook/react": "^7.6.17",
77
+ "@storybook/react-webpack5": "^7.6.17",
78
78
  "@storybook/testing-library": "^0.2.2",
79
79
  "@testing-library/jest-dom": "^6.4.2",
80
80
  "@testing-library/react": "^14.2.1",
81
81
  "@testing-library/user-event": "^14.5.2",
82
82
  "@types/jest": "^29.5.12",
83
- "@types/react": "^18.2.55",
84
- "@typescript-eslint/eslint-plugin": "^6.21.0",
85
- "@typescript-eslint/parser": "^6.21.0",
83
+ "@types/react": "^18.2.60",
84
+ "@typescript-eslint/eslint-plugin": "^7.1.0",
85
+ "@typescript-eslint/parser": "^7.1.0",
86
86
  "babel-jest": "^29.7.0",
87
87
  "babel-loader": "^9.1.3",
88
88
  "bulma": "^0.9.4",
89
- "eslint": "^8.56.0",
89
+ "eslint": "^8.57.0",
90
90
  "eslint-config-prettier": "^9.1.0",
91
91
  "eslint-plugin-react": "^7.33.2",
92
- "husky": "^9.0.10",
92
+ "husky": "^9.0.11",
93
93
  "hygen": "^6.2.11",
94
94
  "jest": "^29.7.0",
95
95
  "jest-environment-jsdom": "^29.7.0",
@@ -99,11 +99,11 @@
99
99
  "prettier": "^3.2.5",
100
100
  "react": "^18.2.0",
101
101
  "react-dom": "^18.2.0",
102
- "rollup": "^4.10.0",
102
+ "rollup": "^4.12.0",
103
103
  "rollup-plugin-dts": "^6.1.0",
104
104
  "rollup-plugin-postcss": "^4.0.2",
105
105
  "semantic-release": "^23.0.2",
106
- "storybook": "^7.6.14",
106
+ "storybook": "^7.6.17",
107
107
  "tslib": "^2.6.2",
108
108
  "typescript": "^5.3.3"
109
109
  },