reactive-bulma 5.1.2 → 5.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "5.1.2",
3
+ "version": "5.1.4",
4
4
  "type": "module",
5
5
  "description": "A component library based on React, Bulma, Typescript and Vite",
6
6
  "keywords": [
@@ -54,13 +54,13 @@
54
54
  "update:doctor": "npm run prettier:ci && npm run lint && npm run test && npm run build"
55
55
  },
56
56
  "devDependencies": {
57
- "@babel/core": "^7.28.5",
58
- "@babel/preset-env": "^7.28.5",
57
+ "@babel/core": "^7.28.6",
58
+ "@babel/preset-env": "^7.28.6",
59
59
  "@babel/preset-react": "^7.28.5",
60
60
  "@babel/preset-typescript": "^7.28.5",
61
- "@commitlint/cli": "^20.3.0",
62
- "@commitlint/config-conventional": "^20.3.0",
63
- "@eslint/compat": "^2.0.0",
61
+ "@commitlint/cli": "^20.3.1",
62
+ "@commitlint/config-conventional": "^20.3.1",
63
+ "@eslint/compat": "^2.0.1",
64
64
  "@eslint/js": "^9.39.2",
65
65
  "@mdi/font": "^7.4.47",
66
66
  "@semantic-release/changelog": "^6.0.3",
@@ -76,15 +76,15 @@
76
76
  "@storybook/addon-themes": "^10.1.11",
77
77
  "@storybook/react-vite": "^10.1.11",
78
78
  "@testing-library/jest-dom": "^6.9.1",
79
- "@testing-library/react": "^16.3.1",
79
+ "@testing-library/react": "^16.3.2",
80
80
  "@testing-library/user-event": "^14.6.1",
81
81
  "@types/css-modules": "^1.0.5",
82
82
  "@types/jest": "^30.0.0",
83
- "@types/node": "^25.0.3",
84
- "@types/react": "^19.2.7",
83
+ "@types/node": "^25.0.9",
84
+ "@types/react": "^19.2.8",
85
85
  "@types/react-dom": "^19.2.3",
86
- "@typescript-eslint/eslint-plugin": "^8.51.0",
87
- "@typescript-eslint/parser": "^8.51.0",
86
+ "@typescript-eslint/eslint-plugin": "^8.53.1",
87
+ "@typescript-eslint/parser": "^8.53.1",
88
88
  "@vitejs/plugin-react": "^5.1.2",
89
89
  "babel-jest": "^30.2.0",
90
90
  "babel-loader": "^10.0.0",
@@ -102,16 +102,16 @@
102
102
  "jest": "^30.2.0",
103
103
  "jest-environment-jsdom": "^30.2.0",
104
104
  "lint-staged": "^16.2.7",
105
- "npm-check-updates": "^19.2.1",
106
- "prettier": "^3.7.4",
105
+ "npm-check-updates": "^19.3.1",
106
+ "prettier": "^3.8.0",
107
107
  "react": "^19.2.3",
108
108
  "react-dom": "^19.2.3",
109
109
  "semantic-release": "^25.0.2",
110
110
  "storybook": "^10.1.11",
111
111
  "tslib": "^2.8.1",
112
112
  "typescript": "~5.9.3",
113
- "typescript-eslint": "^8.51.0",
114
- "vite": "^7.3.0",
113
+ "typescript-eslint": "^8.53.1",
114
+ "vite": "^7.3.1",
115
115
  "vite-plugin-dts": "^4.5.4"
116
116
  },
117
117
  "lint-staged": {