imbric-theme 0.1.2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "imbric-theme",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.2.0",
|
4
4
|
"description": "Components library IMBRIC",
|
5
5
|
"private": false,
|
6
6
|
"main": "index.js",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"components"
|
49
49
|
],
|
50
50
|
"author": "imbric",
|
51
|
-
"license": "
|
51
|
+
"license": "MIT",
|
52
52
|
"dependencies": {
|
53
53
|
"classnames": "2.3.1"
|
54
54
|
},
|
@@ -60,11 +60,11 @@
|
|
60
60
|
"@commitlint/config-conventional": "11.0.0",
|
61
61
|
"@semantic-release/changelog": "5.0.1",
|
62
62
|
"@semantic-release/git": "9.0.0",
|
63
|
-
"@storybook/addon-actions": "6.4.
|
64
|
-
"@storybook/addon-essentials": "6.4.
|
65
|
-
"@storybook/addon-links": "6.4.
|
66
|
-
"@storybook/addon-storyshots": "6.4.
|
67
|
-
"@storybook/react": "6.4.
|
63
|
+
"@storybook/addon-actions": "6.4.21",
|
64
|
+
"@storybook/addon-essentials": "6.4.21",
|
65
|
+
"@storybook/addon-links": "6.4.21",
|
66
|
+
"@storybook/addon-storyshots": "6.4.21",
|
67
|
+
"@storybook/react": "6.4.21",
|
68
68
|
"@svgr/webpack": "5.5.0",
|
69
69
|
"@testing-library/react": "12.0.0",
|
70
70
|
"babel-jest": "26.3.0",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"eslint-config-prettier": "6.11.0",
|
78
78
|
"eslint-plugin-prettier": "3.1.4",
|
79
79
|
"eslint-plugin-react": "7.20.6",
|
80
|
-
"eslint-plugin-storybook": "0.5.
|
80
|
+
"eslint-plugin-storybook": "0.5.8",
|
81
81
|
"husky": "7.0.4",
|
82
82
|
"identity-obj-proxy": "3.0.0",
|
83
83
|
"jest": "26.4.2",
|
@@ -85,10 +85,10 @@
|
|
85
85
|
"minireset.css": "0.0.6",
|
86
86
|
"npm-run-all": "4.1.5",
|
87
87
|
"prettier": "2.1.1",
|
88
|
-
"react": "
|
89
|
-
"react-dom": "
|
90
|
-
"react-is": "
|
91
|
-
"react-test-renderer": "
|
88
|
+
"react": "18",
|
89
|
+
"react-dom": "18",
|
90
|
+
"react-is": "18",
|
91
|
+
"react-test-renderer": "18",
|
92
92
|
"semantic-release": "17.1.2",
|
93
93
|
"stylelint": "13.7.2",
|
94
94
|
"stylelint-config-idiomatic-order": "8.1.0",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"watch": "1.0.2"
|
97
97
|
},
|
98
98
|
"peerDependencies": {
|
99
|
-
"react": "
|
100
|
-
"react-dom": "
|
99
|
+
"react": "18",
|
100
|
+
"react-dom": "18"
|
101
101
|
}
|
102
102
|
}
|