@muraldevkit/ui-toolkit 2.90.0 → 2.90.1
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 +12 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muraldevkit/ui-toolkit",
|
|
3
|
-
"version": "2.90.
|
|
3
|
+
"version": "2.90.1",
|
|
4
4
|
"description": "Mural's UI Toolkit",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -62,15 +62,16 @@
|
|
|
62
62
|
"@babel/preset-typescript": "7.21.4",
|
|
63
63
|
"@muraldevkit/ds-foundation": "*",
|
|
64
64
|
"@muraldevkit/ds-icons": "3.0.1",
|
|
65
|
-
"@storybook/addon-a11y": "8.
|
|
66
|
-
"@storybook/addon-docs": "8.
|
|
67
|
-
"@storybook/addon-essentials": "8.
|
|
68
|
-
"@storybook/addon-interactions": "8.
|
|
69
|
-
"@storybook/addon-links": "8.
|
|
65
|
+
"@storybook/addon-a11y": "8.2.9",
|
|
66
|
+
"@storybook/addon-docs": "8.2.9",
|
|
67
|
+
"@storybook/addon-essentials": "8.2.9",
|
|
68
|
+
"@storybook/addon-interactions": "8.2.9",
|
|
69
|
+
"@storybook/addon-links": "8.2.9",
|
|
70
70
|
"@storybook/addon-webpack5-compiler-swc": "1.0.2",
|
|
71
|
-
"@storybook/blocks": "8.
|
|
72
|
-
"@storybook/react": "8.
|
|
73
|
-
"@storybook/react-webpack5": "8.
|
|
71
|
+
"@storybook/blocks": "8.2.9",
|
|
72
|
+
"@storybook/react": "8.2.9",
|
|
73
|
+
"@storybook/react-webpack5": "8.2.9",
|
|
74
|
+
"@storybook/test": "8.2.9",
|
|
74
75
|
"@storybook/test-runner": "0.17.0",
|
|
75
76
|
"@testing-library/dom": "7.31.0",
|
|
76
77
|
"@testing-library/jest-dom": "5.16.5",
|
|
@@ -98,8 +99,6 @@
|
|
|
98
99
|
"eslint-plugin-react": "7.31.11",
|
|
99
100
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
100
101
|
"eslint-plugin-storybook": "0.8.0",
|
|
101
|
-
"file-loader": "6.2.0",
|
|
102
|
-
"html-webpack-plugin": "5.5.1",
|
|
103
102
|
"identity-obj-proxy": "3.0.0",
|
|
104
103
|
"jest": "29.5.0",
|
|
105
104
|
"jest-canvas-mock": "2.5.1",
|
|
@@ -114,7 +113,7 @@
|
|
|
114
113
|
"sass-loader": "13.2.2",
|
|
115
114
|
"semantic-release": "19.0.5",
|
|
116
115
|
"semantic-release-monorepo": "7.0.5",
|
|
117
|
-
"storybook": "8.
|
|
116
|
+
"storybook": "8.2.9",
|
|
118
117
|
"style-loader": "3.3.2",
|
|
119
118
|
"stylelint": "14.16.1",
|
|
120
119
|
"stylelint-config-prettier": "9.0.4",
|
|
@@ -127,12 +126,10 @@
|
|
|
127
126
|
"ts-loader": "9.4.2",
|
|
128
127
|
"typescript": "5.0.4",
|
|
129
128
|
"webpack": "5.80.0",
|
|
130
|
-
"webpack-cli": "5.0.1"
|
|
131
|
-
"webpack-dev-server": "4.13.3"
|
|
129
|
+
"webpack-cli": "5.0.1"
|
|
132
130
|
},
|
|
133
131
|
"dependencies": {
|
|
134
132
|
"@react-spring/web": "9.4.2",
|
|
135
|
-
"@storybook/test": "8.0.10",
|
|
136
133
|
"classnames": "2.2.5",
|
|
137
134
|
"lodash.debounce": "4.0.8",
|
|
138
135
|
"lodash.isequal": "4.4.0",
|