@tivio/sdk-react 2.3.1-alpha3 → 2.3.2-alpha
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +9 -0
- package/package.json +2 -2
@@ -14,3 +14,12 @@
|
|
14
14
|
* This source code is licensed under the MIT license found in the
|
15
15
|
* LICENSE file in the root directory of this source tree.
|
16
16
|
*/
|
17
|
+
|
18
|
+
/** @license React v17.0.2
|
19
|
+
* react-is.production.min.js
|
20
|
+
*
|
21
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
22
|
+
*
|
23
|
+
* This source code is licensed under the MIT license found in the
|
24
|
+
* LICENSE file in the root directory of this source tree.
|
25
|
+
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tivio/sdk-react",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.2-alpha",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"typings": "dist/index.d.ts",
|
6
6
|
"source": "src/index.ts",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
27
|
"@material-ui/core": "^4.11.2",
|
28
|
-
"@tivio/common": "
|
28
|
+
"@tivio/common": "1.1.36",
|
29
29
|
"@sentry/browser": "^6.1.0",
|
30
30
|
"mobx-react": "^7.1.0",
|
31
31
|
"@material-ui/icons": "^4.11.2",
|