reactive-bulma 4.0.7 → 4.0.8

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 +28 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.0.7",
3
+ "version": "4.0.8",
4
4
  "description": "A component library based on React, Bulma, Typescript and Rollup",
5
5
  "keywords": [
6
6
  "typescript",
@@ -52,60 +52,60 @@
52
52
  "update:doctor": "npm run lint && npm run test && npm run build"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/core": "^7.24.0",
56
- "@babel/preset-env": "^7.24.0",
57
- "@babel/preset-react": "^7.23.3",
58
- "@babel/preset-typescript": "^7.23.3",
55
+ "@babel/core": "^7.24.3",
56
+ "@babel/preset-env": "^7.24.3",
57
+ "@babel/preset-react": "^7.24.1",
58
+ "@babel/preset-typescript": "^7.24.1",
59
59
  "@mdi/font": "^7.4.47",
60
60
  "@rollup/plugin-commonjs": "^25.0.7",
61
61
  "@rollup/plugin-node-resolve": "^15.2.3",
62
62
  "@rollup/plugin-typescript": "^11.1.6",
63
63
  "@semantic-release/changelog": "^6.0.3",
64
- "@semantic-release/commit-analyzer": "^11.1.0",
64
+ "@semantic-release/commit-analyzer": "^12.0.0",
65
65
  "@semantic-release/exec": "^6.0.3",
66
66
  "@semantic-release/git": "^10.0.1",
67
- "@semantic-release/github": "^9.2.6",
68
- "@semantic-release/npm": "^11.0.3",
69
- "@semantic-release/release-notes-generator": "^12.1.0",
70
- "@storybook/addon-actions": "^8.0.0",
71
- "@storybook/addon-essentials": "^8.0.0",
72
- "@storybook/addon-interactions": "^8.0.0",
73
- "@storybook/addon-links": "^8.0.0",
74
- "@storybook/addon-mdx-gfm": "^8.0.0",
67
+ "@semantic-release/github": "^10.0.2",
68
+ "@semantic-release/npm": "^12.0.0",
69
+ "@semantic-release/release-notes-generator": "^13.0.0",
70
+ "@storybook/addon-actions": "^8.0.4",
71
+ "@storybook/addon-essentials": "^8.0.4",
72
+ "@storybook/addon-interactions": "^8.0.4",
73
+ "@storybook/addon-links": "^8.0.4",
74
+ "@storybook/addon-mdx-gfm": "^8.0.4",
75
75
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
76
- "@storybook/cli": "^8.0.0",
77
- "@storybook/react": "^8.0.0",
78
- "@storybook/react-webpack5": "^8.0.0",
76
+ "@storybook/cli": "^8.0.4",
77
+ "@storybook/react": "^8.0.4",
78
+ "@storybook/react-webpack5": "^8.0.4",
79
79
  "@testing-library/jest-dom": "^6.4.2",
80
- "@testing-library/react": "^14.2.1",
80
+ "@testing-library/react": "^14.2.2",
81
81
  "@testing-library/user-event": "^14.5.2",
82
82
  "@types/jest": "^29.5.12",
83
- "@types/react": "^18.2.65",
84
- "@typescript-eslint/eslint-plugin": "^7.2.0",
85
- "@typescript-eslint/parser": "^7.2.0",
83
+ "@types/react": "^18.2.69",
84
+ "@typescript-eslint/eslint-plugin": "^7.3.1",
85
+ "@typescript-eslint/parser": "^7.3.1",
86
86
  "babel-jest": "^29.7.0",
87
87
  "babel-loader": "^9.1.3",
88
88
  "bulma": "^0.9.4",
89
89
  "eslint": "^8.57.0",
90
90
  "eslint-config-prettier": "^9.1.0",
91
- "eslint-plugin-react": "^7.34.0",
91
+ "eslint-plugin-react": "^7.34.1",
92
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",
96
96
  "lint-staged": "^15.2.2",
97
- "npm-check-updates": "^16.14.15",
98
- "postcss": "^8.4.35",
97
+ "npm-check-updates": "^16.14.17",
98
+ "postcss": "^8.4.38",
99
99
  "prettier": "^3.2.5",
100
100
  "react": "^18.2.0",
101
101
  "react-dom": "^18.2.0",
102
102
  "rollup": "^4.13.0",
103
103
  "rollup-plugin-dts": "^6.1.0",
104
104
  "rollup-plugin-postcss": "^4.0.2",
105
- "semantic-release": "^23.0.2",
106
- "storybook": "^8.0.0",
105
+ "semantic-release": "^23.0.6",
106
+ "storybook": "^8.0.4",
107
107
  "tslib": "^2.6.2",
108
- "typescript": "^5.4.2"
108
+ "typescript": "^5.4.3"
109
109
  },
110
110
  "lint-staged": {
111
111
  "src/**/*.(ts|tsx)": [
@@ -114,6 +114,6 @@
114
114
  ]
115
115
  },
116
116
  "dependencies": {
117
- "@storybook/test": "^8.0.0"
117
+ "@storybook/test": "^8.0.4"
118
118
  }
119
119
  }