@tivio/sdk-react 9.1.0-alpha.0 → 9.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -3
- package/README.md.bak +5 -3
- package/dist/index.d.ts +1231 -160
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +1304 -187
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tivio/sdk-react",
|
3
|
-
"version": "9.1.0
|
3
|
+
"version": "9.1.0",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"typings": "dist/index.d.ts",
|
6
6
|
"source": "src/index.ts",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"@material-ui/core": "^4.11.2",
|
35
35
|
"@material-ui/icons": "^4.11.2",
|
36
36
|
"@sentry/browser": "^6.1.0",
|
37
|
-
"@tivio/common": "1.1.
|
37
|
+
"@tivio/common": "1.1.122",
|
38
38
|
"dayjs": "^1.11.0",
|
39
39
|
"es7-object-polyfill": "^1.0.1",
|
40
40
|
"firebase": "8.10.1",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"yup": "^0.32.9"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
|
-
"@microsoft/api-extractor": "^7.
|
51
|
+
"@microsoft/api-extractor": "^7.39.1",
|
52
52
|
"@testing-library/jest-dom": "^5.11.9",
|
53
53
|
"@testing-library/react": "^11.2.3",
|
54
54
|
"@testing-library/react-hooks": "^5.0.3",
|
@@ -78,7 +78,7 @@
|
|
78
78
|
"timers-browserify": "^2.0.12",
|
79
79
|
"ts-jest": "^26.5.6",
|
80
80
|
"ts-node": "^10.9.1",
|
81
|
-
"typescript": "^
|
81
|
+
"typescript": "^5",
|
82
82
|
"web-vitals": "^1.0.1",
|
83
83
|
"yargs": "17"
|
84
84
|
}
|