reactive-bulma 4.0.27 → 4.0.29
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +31 -30
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.29",
|
4
4
|
"description": "A component library based on React, Bulma, Typescript and Rollup",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -52,14 +52,14 @@
|
|
52
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.
|
56
|
-
"@babel/preset-env": "^7.
|
57
|
-
"@babel/preset-react": "^7.25.
|
58
|
-
"@babel/preset-typescript": "^7.
|
59
|
-
"@eslint/compat": "^1.2.
|
60
|
-
"@eslint/js": "^9.
|
55
|
+
"@babel/core": "^7.26.0",
|
56
|
+
"@babel/preset-env": "^7.26.0",
|
57
|
+
"@babel/preset-react": "^7.25.9",
|
58
|
+
"@babel/preset-typescript": "^7.26.0",
|
59
|
+
"@eslint/compat": "^1.2.2",
|
60
|
+
"@eslint/js": "^9.14.0",
|
61
61
|
"@mdi/font": "^7.4.47",
|
62
|
-
"@rollup/plugin-commonjs": "^28.0.
|
62
|
+
"@rollup/plugin-commonjs": "^28.0.1",
|
63
63
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
64
64
|
"@rollup/plugin-typescript": "^11.1.6",
|
65
65
|
"@semantic-release/changelog": "^6.0.3",
|
@@ -69,45 +69,45 @@
|
|
69
69
|
"@semantic-release/github": "^11.0.0",
|
70
70
|
"@semantic-release/npm": "^12.0.1",
|
71
71
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
72
|
-
"@storybook/addon-actions": "^8.
|
73
|
-
"@storybook/addon-essentials": "^8.
|
74
|
-
"@storybook/addon-interactions": "^8.
|
75
|
-
"@storybook/addon-links": "^8.
|
76
|
-
"@storybook/addon-mdx-gfm": "^8.
|
72
|
+
"@storybook/addon-actions": "^8.4.2",
|
73
|
+
"@storybook/addon-essentials": "^8.4.2",
|
74
|
+
"@storybook/addon-interactions": "^8.4.2",
|
75
|
+
"@storybook/addon-links": "^8.4.2",
|
76
|
+
"@storybook/addon-mdx-gfm": "^8.4.2",
|
77
77
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
78
|
-
"@storybook/cli": "^8.
|
79
|
-
"@storybook/react": "^8.
|
80
|
-
"@storybook/react-webpack5": "^8.
|
81
|
-
"@storybook/test": "^8.
|
82
|
-
"@testing-library/jest-dom": "^6.
|
78
|
+
"@storybook/cli": "^8.4.2",
|
79
|
+
"@storybook/react": "^8.4.2",
|
80
|
+
"@storybook/react-webpack5": "^8.4.2",
|
81
|
+
"@storybook/test": "^8.4.2",
|
82
|
+
"@testing-library/jest-dom": "^6.6.3",
|
83
83
|
"@testing-library/react": "^16.0.1",
|
84
84
|
"@testing-library/user-event": "^14.5.2",
|
85
|
-
"@types/jest": "^29.5.
|
86
|
-
"@types/react": "^18.3.
|
87
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
88
|
-
"@typescript-eslint/parser": "^8.
|
85
|
+
"@types/jest": "^29.5.14",
|
86
|
+
"@types/react": "^18.3.12",
|
87
|
+
"@typescript-eslint/eslint-plugin": "^8.13.0",
|
88
|
+
"@typescript-eslint/parser": "^8.13.0",
|
89
89
|
"babel-jest": "^29.7.0",
|
90
90
|
"babel-loader": "^9.2.1",
|
91
91
|
"bulma": "^0.9.4",
|
92
|
-
"eslint": "^9.
|
92
|
+
"eslint": "^9.14.0",
|
93
93
|
"eslint-config-prettier": "^9.1.0",
|
94
|
-
"eslint-plugin-react": "^7.37.
|
94
|
+
"eslint-plugin-react": "^7.37.2",
|
95
95
|
"husky": "^9.1.6",
|
96
96
|
"hygen": "^6.2.11",
|
97
97
|
"jest": "^29.7.0",
|
98
98
|
"jest-environment-jsdom": "^29.7.0",
|
99
99
|
"lint-staged": "^15.2.10",
|
100
|
-
"npm-check-updates": "^17.1.
|
100
|
+
"npm-check-updates": "^17.1.10",
|
101
101
|
"postcss": "^8.4.47",
|
102
102
|
"prettier": "^3.3.3",
|
103
103
|
"react": "^18.3.1",
|
104
104
|
"react-dom": "^18.3.1",
|
105
|
-
"rollup": "^4.24.
|
105
|
+
"rollup": "^4.24.4",
|
106
106
|
"rollup-plugin-dts": "^6.1.1",
|
107
107
|
"rollup-plugin-postcss": "^4.0.2",
|
108
|
-
"semantic-release": "^24.
|
109
|
-
"storybook": "^8.
|
110
|
-
"tslib": "^2.
|
108
|
+
"semantic-release": "^24.2.0",
|
109
|
+
"storybook": "^8.4.2",
|
110
|
+
"tslib": "^2.8.1",
|
111
111
|
"typescript": "^5.6.3"
|
112
112
|
},
|
113
113
|
"lint-staged": {
|
@@ -115,5 +115,6 @@
|
|
115
115
|
"prettier --write",
|
116
116
|
"eslint"
|
117
117
|
]
|
118
|
-
}
|
118
|
+
},
|
119
|
+
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
|
119
120
|
}
|