cronofy-elements 1.58.1 → 1.59.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.
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
1
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
6
2
|
|
|
7
|
-
/**
|
|
8
|
-
*
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-dom.production.min.js
|
|
9
6
|
*
|
|
10
7
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
8
|
*
|
|
@@ -13,8 +10,9 @@ object-assign
|
|
|
13
10
|
* LICENSE file in the root directory of this source tree.
|
|
14
11
|
*/
|
|
15
12
|
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
13
|
+
/**
|
|
14
|
+
* @license React
|
|
15
|
+
* react.production.min.js
|
|
18
16
|
*
|
|
19
17
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
20
18
|
*
|
|
@@ -22,8 +20,9 @@ object-assign
|
|
|
22
20
|
* LICENSE file in the root directory of this source tree.
|
|
23
21
|
*/
|
|
24
22
|
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
23
|
+
/**
|
|
24
|
+
* @license React
|
|
25
|
+
* scheduler.production.min.js
|
|
27
26
|
*
|
|
28
27
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
29
28
|
*
|
|
@@ -43,4 +42,4 @@ object-assign
|
|
|
43
42
|
|
|
44
43
|
//! moment.js locale configuration
|
|
45
44
|
|
|
46
|
-
//! version : 0.5.
|
|
45
|
+
//! version : 0.5.45
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cronofy-elements",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.59.1",
|
|
4
4
|
"description": "Fast track scheduling with Cronofy's embeddable UI Elements",
|
|
5
5
|
"main": "dist/CronofyElements.js",
|
|
6
6
|
"scripts": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@emotion/core": "^10.1",
|
|
61
61
|
"@emotion/jest": "^11.3",
|
|
62
62
|
"@testing-library/jest-dom": "^5.11",
|
|
63
|
-
"@testing-library/react": "^
|
|
63
|
+
"@testing-library/react": "^15.0.6",
|
|
64
64
|
"autoprefixer": "^10.2",
|
|
65
65
|
"babel-eslint": "^10.1",
|
|
66
66
|
"babel-loader": "^8.2",
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"polished": "^2.3",
|
|
91
91
|
"postcss-loader": "^5.3",
|
|
92
92
|
"prettier": "2.0",
|
|
93
|
-
"react": "^
|
|
94
|
-
"react-custom-scrollbars": "^4.2",
|
|
95
|
-
"react-day-picker": "^
|
|
96
|
-
"react-dom": "^
|
|
97
|
-
"react-emotion": "^
|
|
98
|
-
"react-select": "^
|
|
93
|
+
"react": "^18.3.1",
|
|
94
|
+
"react-custom-scrollbars": "^4.2.1",
|
|
95
|
+
"react-day-picker": "^8.10.1",
|
|
96
|
+
"react-dom": "^18.3.1",
|
|
97
|
+
"react-emotion": "^10.0.0",
|
|
98
|
+
"react-select": "^5.8.0",
|
|
99
99
|
"react-transition-group": "^4.4",
|
|
100
100
|
"sass": "^1.49.0",
|
|
101
101
|
"sass-loader": "^12.1",
|