diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-04 09:43:47 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-03-04 17:04:11 -0500 |
commit | 04e519c3f9ab8ac745b9c6b8b67100090c91f8e1 (patch) | |
tree | e7c01629054324c4fc1cb9a8c01ab232e30594c9 /sdnr/wt/odlux/package.json | |
parent | 298e36213bae8e9c972928d09f7cf58d23bba991 (diff) |
Use released 1.5.2 CCSDK parent
Use released Frankfurt M4 version of CCSDK parent poms
Change-Id: I05de5b17ca00463c0d5e772d4995870df5ff0fc1
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sdnr/wt/odlux/package.json')
-rw-r--r-- | sdnr/wt/odlux/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sdnr/wt/odlux/package.json b/sdnr/wt/odlux/package.json index 0ddc4c378..12d18c14d 100644 --- a/sdnr/wt/odlux/package.json +++ b/sdnr/wt/odlux/package.json @@ -15,8 +15,8 @@ "@fortawesome/free-solid-svg-icons": "5.6.3", "@fortawesome/react-fontawesome": "0.1.3", "@material-ui/core": "4.9.0", - "@material-ui/lab": "4.0.0-alpha.41", "@material-ui/icons": "4.5.1", + "@material-ui/lab": "4.0.0-alpha.41", "@types/classnames": "2.2.6", "@types/flux": "3.1.8", "@types/jquery": "3.3.10", @@ -29,9 +29,10 @@ "@types/x2js": "3.1.0", "classnames": "2.2.6", "csstype": "2.6.8", - "jss": "10.0.3", "jquery": "3.3.1", "jsonwebtoken": "8.3.0", + "jss": "10.0.3", + "lerna": "3.13.1", "notistack": "0.9.6", "prop-types": "15.7.2", "react": "16.12.0", @@ -81,4 +82,4 @@ "webpack-cli": "3.2.1", "webpack-dev-server": "3.1.14" } -}
\ No newline at end of file +} |