@mozaik/ext-time
Advanced tools
Comparing version 2.0.0-alpha.6 to 2.0.0-alpha.7
@@ -22,3 +22,3 @@ var _templateObject = _taggedTemplateLiteralLoose(['\n position: absolute;\n top: 50%;\n left: 50%;\n background: ', ';\n border: .5vmin solid ', ';\n width: ', 'px;\n height: ', 'px;\n border-radius: ', 'px;\n margin-top: ', 'px;\n margin-left: ', 'px;\n'], ['\n position: absolute;\n top: 50%;\n left: 50%;\n background: ', ';\n border: .5vmin solid ', ';\n width: ', 'px;\n height: ', 'px;\n border-radius: ', 'px;\n margin-top: ', 'px;\n margin-left: ', 'px;\n']), | ||
import moment from 'moment'; | ||
import 'moment-timezone'; | ||
import 'moment-timezone-all'; | ||
import styled from 'styled-components'; | ||
@@ -25,0 +25,0 @@ import ClockIcon from 'react-icons/lib/fa/clock-o'; |
@@ -14,3 +14,3 @@ var _templateObject = _taggedTemplateLiteralLoose(['\n padding: 3vmin;\n width: 100%;\n height: 100%;\n'], ['\n padding: 3vmin;\n width: 100%;\n height: 100%;\n']); | ||
import moment from 'moment'; | ||
import 'moment-timezone'; | ||
import 'moment-timezone-all'; | ||
import styled from 'styled-components'; | ||
@@ -17,0 +17,0 @@ import Measure from 'react-measure'; |
@@ -31,3 +31,3 @@ 'use strict'; | ||
require('moment-timezone'); | ||
require('moment-timezone-all'); | ||
@@ -34,0 +34,0 @@ var _styledComponents = require('styled-components'); |
@@ -19,3 +19,3 @@ 'use strict'; | ||
require('moment-timezone'); | ||
require('moment-timezone-all'); | ||
@@ -22,0 +22,0 @@ var _styledComponents = require('styled-components'); |
{ | ||
"name": "@mozaik/ext-time", | ||
"version": "2.0.0-alpha.6", | ||
"version": "2.0.0-alpha.7", | ||
"description": "Mozaik time widgets", | ||
@@ -36,3 +36,3 @@ "repository": { | ||
"moment": "^2.18.1", | ||
"moment-timezone": "0.5.13", | ||
"moment-timezone-all": "^0.5.5", | ||
"prop-types": "^15.5.10", | ||
@@ -39,0 +39,0 @@ "react-icons": "^2.2.5", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
331105
86
3827
+ Addedmoment-timezone-all@^0.5.5
+ Addedmoment-timezone-all@0.5.5(transitive)
- Removedmoment-timezone@0.5.13
- Removedmoment-timezone@0.5.13(transitive)