@myinterview/widget-react 1.1.23-development-d71d851 → 1.1.23-development-b67ffe6
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.
- package/package.json +39 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myinterview/widget-react",
|
|
3
|
-
"version": "1.1.23-development-
|
|
3
|
+
"version": "1.1.23-development-b67ffe6",
|
|
4
4
|
"description": "myInterview widget v3",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -10,44 +10,44 @@
|
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@cloudflare/stream-react": "^1.8.0",
|
|
13
|
-
"@myinterview/component-library": "
|
|
14
|
-
"@sentry/react": "
|
|
15
|
-
"@sentry/tracing": "
|
|
16
|
-
"@xstate/react": "
|
|
17
|
-
"axios": "
|
|
18
|
-
"babel-plugin-named-asset-import": "
|
|
19
|
-
"bfj": "
|
|
20
|
-
"browserslist": "
|
|
21
|
-
"camelcase": "
|
|
22
|
-
"crypto-js": "
|
|
23
|
-
"css-minimizer-webpack-plugin": "
|
|
24
|
-
"detect-incognito": "
|
|
25
|
-
"dotenv": "
|
|
26
|
-
"dotenv-expand": "
|
|
27
|
-
"fix-webm-duration": "
|
|
28
|
-
"fs-extra": "
|
|
29
|
-
"i18next": "
|
|
30
|
-
"identity-obj-proxy": "
|
|
31
|
-
"platform": "
|
|
32
|
-
"postcss": "
|
|
33
|
-
"postcss-flexbugs-fixes": "
|
|
34
|
-
"postcss-loader": "
|
|
35
|
-
"postcss-normalize": "
|
|
36
|
-
"postcss-preset-env": "
|
|
37
|
-
"prompts": "
|
|
38
|
-
"react-app-polyfill": "
|
|
39
|
-
"react-dev-utils": "
|
|
40
|
-
"react-i18next": "
|
|
41
|
-
"react-player": "
|
|
42
|
-
"react-refresh": "
|
|
43
|
-
"react-shadow": "
|
|
44
|
-
"react-use-intercom": "
|
|
45
|
-
"resolve": "
|
|
46
|
-
"resolve-url-loader": "
|
|
47
|
-
"rxjs": "
|
|
48
|
-
"semver": "
|
|
49
|
-
"web-vitals": "
|
|
50
|
-
"workbox-webpack-plugin": "
|
|
13
|
+
"@myinterview/component-library": "1.0.45",
|
|
14
|
+
"@sentry/react": "7.52.1",
|
|
15
|
+
"@sentry/tracing": "7.52.1",
|
|
16
|
+
"@xstate/react": "3.2.2",
|
|
17
|
+
"axios": "0.27.2",
|
|
18
|
+
"babel-plugin-named-asset-import": "0.3.8",
|
|
19
|
+
"bfj": "7.0.2",
|
|
20
|
+
"browserslist": "4.21.5",
|
|
21
|
+
"camelcase": "6.3.0",
|
|
22
|
+
"crypto-js": "4.1.1",
|
|
23
|
+
"css-minimizer-webpack-plugin": "3.4.1",
|
|
24
|
+
"detect-incognito": "1.0.0",
|
|
25
|
+
"dotenv": "10.0.0",
|
|
26
|
+
"dotenv-expand": "5.1.0",
|
|
27
|
+
"fix-webm-duration": "1.0.5",
|
|
28
|
+
"fs-extra": "10.1.0",
|
|
29
|
+
"i18next": "21.10.0",
|
|
30
|
+
"identity-obj-proxy": "3.0.0",
|
|
31
|
+
"platform": "1.3.6",
|
|
32
|
+
"postcss": "8.4.23",
|
|
33
|
+
"postcss-flexbugs-fixes": "5.0.2",
|
|
34
|
+
"postcss-loader": "6.2.1",
|
|
35
|
+
"postcss-normalize": "10.0.1",
|
|
36
|
+
"postcss-preset-env": "7.8.3",
|
|
37
|
+
"prompts": "2.4.2",
|
|
38
|
+
"react-app-polyfill": "3.0.0",
|
|
39
|
+
"react-dev-utils": "12.0.1",
|
|
40
|
+
"react-i18next": "11.18.6",
|
|
41
|
+
"react-player": "2.12.0",
|
|
42
|
+
"react-refresh": "0.11.0",
|
|
43
|
+
"react-shadow": "20.0.0",
|
|
44
|
+
"react-use-intercom": "2.1.0",
|
|
45
|
+
"resolve": "1.22.0",
|
|
46
|
+
"resolve-url-loader": "4.0.0",
|
|
47
|
+
"rxjs": "7.8.1",
|
|
48
|
+
"semver": "7.5.1",
|
|
49
|
+
"web-vitals": "2.1.4",
|
|
50
|
+
"workbox-webpack-plugin": "6.5.4",
|
|
51
51
|
"xstate": "4.37.2"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|