reactive-bulma 4.0.29 → 4.0.30
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.30",
|
4
4
|
"description": "A component library based on React, Bulma, Typescript and Rollup",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"@semantic-release/commit-analyzer": "^13.0.0",
|
67
67
|
"@semantic-release/exec": "^6.0.3",
|
68
68
|
"@semantic-release/git": "^10.0.1",
|
69
|
-
"@semantic-release/github": "^11.0.
|
69
|
+
"@semantic-release/github": "^11.0.1",
|
70
70
|
"@semantic-release/npm": "^12.0.1",
|
71
71
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
72
72
|
"@storybook/addon-actions": "^8.4.2",
|
@@ -98,11 +98,11 @@
|
|
98
98
|
"jest-environment-jsdom": "^29.7.0",
|
99
99
|
"lint-staged": "^15.2.10",
|
100
100
|
"npm-check-updates": "^17.1.10",
|
101
|
-
"postcss": "^8.4.
|
101
|
+
"postcss": "^8.4.48",
|
102
102
|
"prettier": "^3.3.3",
|
103
103
|
"react": "^18.3.1",
|
104
104
|
"react-dom": "^18.3.1",
|
105
|
-
"rollup": "^4.
|
105
|
+
"rollup": "^4.25.0",
|
106
106
|
"rollup-plugin-dts": "^6.1.1",
|
107
107
|
"rollup-plugin-postcss": "^4.0.2",
|
108
108
|
"semantic-release": "^24.2.0",
|