reactive-bulma 4.0.11 → 4.0.13
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.
- package/package.json +32 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reactive-bulma",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.13",
|
|
4
4
|
"description": "A component library based on React, Bulma, Typescript and Rollup",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -49,71 +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.
|
|
56
|
-
"@babel/preset-env": "^7.24.
|
|
57
|
-
"@babel/preset-react": "^7.24.
|
|
58
|
-
"@babel/preset-typescript": "^7.24.
|
|
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.3",
|
|
60
|
+
"@eslint/js": "^9.4.0",
|
|
59
61
|
"@mdi/font": "^7.4.47",
|
|
60
|
-
"@rollup/plugin-commonjs": "^25.0.
|
|
62
|
+
"@rollup/plugin-commonjs": "^25.0.8",
|
|
61
63
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
62
64
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
63
65
|
"@semantic-release/changelog": "^6.0.3",
|
|
64
|
-
"@semantic-release/commit-analyzer": "^
|
|
66
|
+
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
65
67
|
"@semantic-release/exec": "^6.0.3",
|
|
66
68
|
"@semantic-release/git": "^10.0.1",
|
|
67
|
-
"@semantic-release/github": "^10.0.
|
|
69
|
+
"@semantic-release/github": "^10.0.5",
|
|
68
70
|
"@semantic-release/npm": "^12.0.1",
|
|
69
|
-
"@semantic-release/release-notes-generator": "^
|
|
70
|
-
"@storybook/addon-actions": "^8.1.
|
|
71
|
-
"@storybook/addon-essentials": "^8.1.
|
|
72
|
-
"@storybook/addon-interactions": "^8.1.
|
|
73
|
-
"@storybook/addon-links": "^8.1.
|
|
74
|
-
"@storybook/addon-mdx-gfm": "^8.1.
|
|
71
|
+
"@semantic-release/release-notes-generator": "^14.0.0",
|
|
72
|
+
"@storybook/addon-actions": "^8.1.5",
|
|
73
|
+
"@storybook/addon-essentials": "^8.1.5",
|
|
74
|
+
"@storybook/addon-interactions": "^8.1.5",
|
|
75
|
+
"@storybook/addon-links": "^8.1.5",
|
|
76
|
+
"@storybook/addon-mdx-gfm": "^8.1.5",
|
|
75
77
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
|
76
|
-
"@storybook/cli": "^8.1.
|
|
77
|
-
"@storybook/react": "^8.1.
|
|
78
|
-
"@storybook/react-webpack5": "^8.1.
|
|
78
|
+
"@storybook/cli": "^8.1.5",
|
|
79
|
+
"@storybook/react": "^8.1.5",
|
|
80
|
+
"@storybook/react-webpack5": "^8.1.5",
|
|
79
81
|
"@testing-library/jest-dom": "^6.4.5",
|
|
80
82
|
"@testing-library/react": "^15.0.7",
|
|
81
83
|
"@testing-library/user-event": "^14.5.2",
|
|
82
84
|
"@types/jest": "^29.5.12",
|
|
83
|
-
"@types/react": "^18.3.
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
85
|
-
"@typescript-eslint/parser": "^7.
|
|
85
|
+
"@types/react": "^18.3.3",
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
87
|
+
"@typescript-eslint/parser": "^7.11.0",
|
|
86
88
|
"babel-jest": "^29.7.0",
|
|
87
89
|
"babel-loader": "^9.1.3",
|
|
88
90
|
"bulma": "^0.9.4",
|
|
89
|
-
"eslint": "^
|
|
91
|
+
"eslint": "^9.4.0",
|
|
90
92
|
"eslint-config-prettier": "^9.1.0",
|
|
91
|
-
"eslint-plugin-react": "^7.34.
|
|
93
|
+
"eslint-plugin-react": "^7.34.2",
|
|
92
94
|
"husky": "^9.0.11",
|
|
93
95
|
"hygen": "^6.2.11",
|
|
94
96
|
"jest": "^29.7.0",
|
|
95
97
|
"jest-environment-jsdom": "^29.7.0",
|
|
96
|
-
"lint-staged": "^15.2.
|
|
98
|
+
"lint-staged": "^15.2.5",
|
|
97
99
|
"npm-check-updates": "^16.14.20",
|
|
98
100
|
"postcss": "^8.4.38",
|
|
99
|
-
"prettier": "^3.
|
|
101
|
+
"prettier": "^3.3.0",
|
|
100
102
|
"react": "^18.3.1",
|
|
101
103
|
"react-dom": "^18.3.1",
|
|
102
|
-
"rollup": "^4.
|
|
104
|
+
"rollup": "^4.18.0",
|
|
103
105
|
"rollup-plugin-dts": "^6.1.1",
|
|
104
106
|
"rollup-plugin-postcss": "^4.0.2",
|
|
105
|
-
"semantic-release": "^
|
|
106
|
-
"storybook": "^8.1.
|
|
107
|
+
"semantic-release": "^24.0.0",
|
|
108
|
+
"storybook": "^8.1.5",
|
|
107
109
|
"tslib": "^2.6.2",
|
|
108
110
|
"typescript": "^5.4.5"
|
|
109
111
|
},
|
|
110
112
|
"lint-staged": {
|
|
111
113
|
"src/**/*.(ts|tsx)": [
|
|
112
114
|
"prettier --write",
|
|
113
|
-
"eslint
|
|
115
|
+
"eslint"
|
|
114
116
|
]
|
|
115
117
|
},
|
|
116
118
|
"dependencies": {
|
|
117
|
-
"@storybook/test": "^8.1.
|
|
119
|
+
"@storybook/test": "^8.1.5"
|
|
118
120
|
}
|
|
119
121
|
}
|