reactive-bulma 1.11.1 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.12.0",
|
4
4
|
"description": "A typescript-react-based component library based on bulma",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -48,52 +48,52 @@
|
|
48
48
|
"@babel/preset-env": "^7.21.4",
|
49
49
|
"@babel/preset-react": "^7.18.6",
|
50
50
|
"@babel/preset-typescript": "^7.21.4",
|
51
|
-
"@rollup/plugin-commonjs": "^24.
|
51
|
+
"@rollup/plugin-commonjs": "^24.1.0",
|
52
52
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
53
|
-
"@rollup/plugin-typescript": "^
|
53
|
+
"@rollup/plugin-typescript": "^11.1.0",
|
54
54
|
"@semantic-release/changelog": "^6.0.2",
|
55
55
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
56
56
|
"@semantic-release/exec": "^6.0.3",
|
57
57
|
"@semantic-release/git": "^10.0.1",
|
58
58
|
"@semantic-release/github": "^8.0.7",
|
59
|
-
"@semantic-release/npm": "^
|
60
|
-
"@semantic-release/release-notes-generator": "^
|
61
|
-
"@storybook/addon-actions": "^7.0.
|
62
|
-
"@storybook/addon-essentials": "^7.0.
|
63
|
-
"@storybook/addon-interactions": "^7.0.
|
64
|
-
"@storybook/addon-links": "^7.0.
|
65
|
-
"@storybook/addon-mdx-gfm": "^7.0.
|
66
|
-
"@storybook/cli": "^7.0.
|
67
|
-
"@storybook/react": "^7.0.
|
68
|
-
"@storybook/react-webpack5": "^7.0.
|
59
|
+
"@semantic-release/npm": "^10.0.3",
|
60
|
+
"@semantic-release/release-notes-generator": "^11.0.1",
|
61
|
+
"@storybook/addon-actions": "^7.0.8",
|
62
|
+
"@storybook/addon-essentials": "^7.0.8",
|
63
|
+
"@storybook/addon-interactions": "^7.0.8",
|
64
|
+
"@storybook/addon-links": "^7.0.8",
|
65
|
+
"@storybook/addon-mdx-gfm": "^7.0.8",
|
66
|
+
"@storybook/cli": "^7.0.8",
|
67
|
+
"@storybook/react": "^7.0.8",
|
68
|
+
"@storybook/react-webpack5": "^7.0.8",
|
69
69
|
"@storybook/testing-library": "^0.1.0",
|
70
70
|
"@testing-library/jest-dom": "^5.16.5",
|
71
|
-
"@testing-library/react": "^
|
72
|
-
"@types/jest": "^29.
|
73
|
-
"@types/react": "^18.
|
74
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
75
|
-
"@typescript-eslint/parser": "^5.
|
71
|
+
"@testing-library/react": "^14.0.0",
|
72
|
+
"@types/jest": "^29.5.1",
|
73
|
+
"@types/react": "^18.2.2",
|
74
|
+
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
75
|
+
"@typescript-eslint/parser": "^5.59.2",
|
76
76
|
"babel-jest": "^29.5.0",
|
77
77
|
"babel-loader": "^9.1.2",
|
78
78
|
"bulma": "^0.9.4",
|
79
|
-
"eslint": "^8.
|
79
|
+
"eslint": "^8.39.0",
|
80
80
|
"eslint-config-prettier": "^8.8.0",
|
81
81
|
"eslint-plugin-react": "^7.32.2",
|
82
|
-
"husky": "^8.0.
|
82
|
+
"husky": "^8.0.3",
|
83
83
|
"jest": "^29.5.0",
|
84
84
|
"jest-environment-jsdom": "^29.5.0",
|
85
|
-
"lint-staged": "^13.
|
85
|
+
"lint-staged": "^13.2.2",
|
86
86
|
"postcss": "^8.4.23",
|
87
|
-
"prettier": "^2.8.
|
87
|
+
"prettier": "^2.8.8",
|
88
88
|
"react": "^18.2.0",
|
89
89
|
"react-dom": "^18.2.0",
|
90
|
-
"rollup": "^3.
|
91
|
-
"rollup-plugin-dts": "^5.
|
90
|
+
"rollup": "^3.21.4",
|
91
|
+
"rollup-plugin-dts": "^5.3.0",
|
92
92
|
"rollup-plugin-postcss": "^4.0.2",
|
93
|
-
"semantic-release": "^
|
94
|
-
"storybook": "^7.0.
|
95
|
-
"tslib": "^2.
|
96
|
-
"typescript": "^
|
93
|
+
"semantic-release": "^21.0.2",
|
94
|
+
"storybook": "^7.0.8",
|
95
|
+
"tslib": "^2.5.0",
|
96
|
+
"typescript": "^5.0.4"
|
97
97
|
},
|
98
98
|
"lint-staged": {
|
99
99
|
"src/**/*.(ts|tsx)": [
|