reactive-bulma 4.0.11 → 4.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +15 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "4.0.
|
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,22 +49,24 @@
|
|
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.1",
|
60
|
+
"@eslint/js": "^9.3.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
66
|
"@semantic-release/commit-analyzer": "^12.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
71
|
"@semantic-release/release-notes-generator": "^13.0.0",
|
70
72
|
"@storybook/addon-actions": "^8.1.2",
|
@@ -80,26 +82,26 @@
|
|
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.
|
85
|
+
"@types/react": "^18.3.3",
|
84
86
|
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
85
87
|
"@typescript-eslint/parser": "^7.10.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.3.0",
|
90
92
|
"eslint-config-prettier": "^9.1.0",
|
91
93
|
"eslint-plugin-react": "^7.34.1",
|
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
101
|
"prettier": "^3.2.5",
|
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
107
|
"semantic-release": "^23.1.1",
|
@@ -110,7 +112,7 @@
|
|
110
112
|
"lint-staged": {
|
111
113
|
"src/**/*.(ts|tsx)": [
|
112
114
|
"prettier --write",
|
113
|
-
"eslint
|
115
|
+
"eslint"
|
114
116
|
]
|
115
117
|
},
|
116
118
|
"dependencies": {
|