@elliemae/ds-card-navigation 3.50.0-next.1 → 3.50.1-next.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-card-navigation",
|
3
|
-
"version": "3.50.
|
3
|
+
"version": "3.50.1-next.10",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Card Navigation",
|
6
6
|
"files": [
|
@@ -48,22 +48,23 @@
|
|
48
48
|
"indent": 4
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
|
-
"@elliemae/ds-button-v2": "3.50.
|
52
|
-
"@elliemae/ds-icons": "3.50.
|
53
|
-
"@elliemae/ds-
|
54
|
-
"@elliemae/ds-
|
55
|
-
"@elliemae/ds-
|
51
|
+
"@elliemae/ds-button-v2": "3.50.1-next.10",
|
52
|
+
"@elliemae/ds-icons": "3.50.1-next.10",
|
53
|
+
"@elliemae/ds-system": "3.50.1-next.10",
|
54
|
+
"@elliemae/ds-truncated-tooltip-text": "3.50.1-next.10",
|
55
|
+
"@elliemae/ds-props-helpers": "3.50.1-next.10"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
58
|
+
"@elliemae/pui-cli": "9.0.0-next.31",
|
59
59
|
"@elliemae/pui-theme": "~2.10.0",
|
60
|
+
"jest": "~29.7.0",
|
60
61
|
"styled-components": "~5.3.9",
|
61
|
-
"@elliemae/ds-monorepo-devops": "3.50.
|
62
|
+
"@elliemae/ds-monorepo-devops": "3.50.1-next.10"
|
62
63
|
},
|
63
64
|
"peerDependencies": {
|
64
65
|
"@elliemae/pui-theme": "~2.10.0",
|
65
66
|
"lodash": "^4.17.21",
|
66
|
-
"react": "
|
67
|
+
"react": "^17.0.2",
|
67
68
|
"react-dom": "^17.0.2",
|
68
69
|
"styled-components": "~5.3.9"
|
69
70
|
},
|