reactive-bulma 4.0.10 → 4.0.12

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 +32 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.0.10",
3
+ "version": "4.0.12",
4
4
  "description": "A component library based on React, Bulma, Typescript and Rollup",
5
5
  "keywords": [
6
6
  "typescript",
@@ -49,72 +49,73 @@
49
49
  "update": "npm run update:deps && npm run update:doctor && npm run update:storybook",
50
50
  "update:deps": "ncu -i --format group",
51
51
  "update:storybook": "npx storybook@latest upgrade && npm run build:storybook",
52
- "update:doctor": "npm run lint && npm run test && npm run build"
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.24.5",
56
- "@babel/preset-env": "^7.24.5",
57
- "@babel/preset-react": "^7.24.1",
58
- "@babel/preset-typescript": "^7.24.1",
59
- "@chromatic-com/storybook": "^1.3.3",
55
+ "@babel/core": "^7.24.6",
56
+ "@babel/preset-env": "^7.24.6",
57
+ "@babel/preset-react": "^7.24.6",
58
+ "@babel/preset-typescript": "^7.24.6",
59
+ "@eslint/compat": "^1.0.1",
60
+ "@eslint/js": "^9.3.0",
60
61
  "@mdi/font": "^7.4.47",
61
- "@rollup/plugin-commonjs": "^25.0.7",
62
+ "@rollup/plugin-commonjs": "^25.0.8",
62
63
  "@rollup/plugin-node-resolve": "^15.2.3",
63
64
  "@rollup/plugin-typescript": "^11.1.6",
64
65
  "@semantic-release/changelog": "^6.0.3",
65
66
  "@semantic-release/commit-analyzer": "^12.0.0",
66
67
  "@semantic-release/exec": "^6.0.3",
67
68
  "@semantic-release/git": "^10.0.1",
68
- "@semantic-release/github": "^10.0.3",
69
- "@semantic-release/npm": "^12.0.0",
69
+ "@semantic-release/github": "^10.0.5",
70
+ "@semantic-release/npm": "^12.0.1",
70
71
  "@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",
72
+ "@storybook/addon-actions": "^8.1.2",
73
+ "@storybook/addon-essentials": "^8.1.2",
74
+ "@storybook/addon-interactions": "^8.1.2",
75
+ "@storybook/addon-links": "^8.1.2",
76
+ "@storybook/addon-mdx-gfm": "^8.1.2",
76
77
  "@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",
78
+ "@storybook/cli": "^8.1.2",
79
+ "@storybook/react": "^8.1.2",
80
+ "@storybook/react-webpack5": "^8.1.2",
81
+ "@testing-library/jest-dom": "^6.4.5",
82
+ "@testing-library/react": "^15.0.7",
82
83
  "@testing-library/user-event": "^14.5.2",
83
84
  "@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",
85
+ "@types/react": "^18.3.3",
86
+ "@typescript-eslint/eslint-plugin": "^7.10.0",
87
+ "@typescript-eslint/parser": "^7.10.0",
87
88
  "babel-jest": "^29.7.0",
88
89
  "babel-loader": "^9.1.3",
89
90
  "bulma": "^0.9.4",
90
- "eslint": "^8.57.0",
91
+ "eslint": "^9.3.0",
91
92
  "eslint-config-prettier": "^9.1.0",
92
93
  "eslint-plugin-react": "^7.34.1",
93
94
  "husky": "^9.0.11",
94
95
  "hygen": "^6.2.11",
95
96
  "jest": "^29.7.0",
96
97
  "jest-environment-jsdom": "^29.7.0",
97
- "lint-staged": "^15.2.2",
98
+ "lint-staged": "^15.2.5",
98
99
  "npm-check-updates": "^16.14.20",
99
100
  "postcss": "^8.4.38",
100
101
  "prettier": "^3.2.5",
101
102
  "react": "^18.3.1",
102
103
  "react-dom": "^18.3.1",
103
- "rollup": "^4.17.2",
104
- "rollup-plugin-dts": "^6.1.0",
104
+ "rollup": "^4.18.0",
105
+ "rollup-plugin-dts": "^6.1.1",
105
106
  "rollup-plugin-postcss": "^4.0.2",
106
- "semantic-release": "^23.0.8",
107
- "storybook": "^8.0.9",
107
+ "semantic-release": "^23.1.1",
108
+ "storybook": "^8.1.2",
108
109
  "tslib": "^2.6.2",
109
110
  "typescript": "^5.4.5"
110
111
  },
111
112
  "lint-staged": {
112
113
  "src/**/*.(ts|tsx)": [
113
114
  "prettier --write",
114
- "eslint --fix"
115
+ "eslint"
115
116
  ]
116
117
  },
117
118
  "dependencies": {
118
- "@storybook/test": "^8.0.9"
119
+ "@storybook/test": "^8.1.2"
119
120
  }
120
121
  }