@myinterview/widget-react 1.1.23-binary-002 → 1.1.23-binary-004
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/dist/cjs/components/CountDown.d.ts +2 -2
- package/dist/cjs/components/Counter.d.ts +2 -2
- package/dist/cjs/components/DeviceSelector.d.ts +1 -1
- package/dist/cjs/index.js +2110 -633
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/CountDown.d.ts +2 -2
- package/dist/esm/components/Counter.d.ts +2 -2
- package/dist/esm/components/DeviceSelector.d.ts +1 -1
- package/dist/esm/index.js +2110 -633
- package/dist/esm/index.js.map +1 -1
- 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-binary-
|
|
3
|
+
"version": "1.1.23-binary-004",
|
|
4
4
|
"description": "myInterview widget v3",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
],
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@cloudflare/stream-react": "1.8.0",
|
|
12
|
+
"@cloudflare/stream-react": "^1.8.0",
|
|
13
13
|
"@myinterview/component-library": "1.0.45",
|
|
14
|
-
"@sentry/react": "7.
|
|
15
|
-
"@sentry/tracing": "7.
|
|
16
|
-
"@xstate/react": "3.2.
|
|
14
|
+
"@sentry/react": "7.52.1",
|
|
15
|
+
"@sentry/tracing": "7.52.1",
|
|
16
|
+
"@xstate/react": "3.2.2",
|
|
17
17
|
"axios": "0.27.2",
|
|
18
18
|
"babel-plugin-named-asset-import": "0.3.8",
|
|
19
19
|
"bfj": "7.0.2",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"i18next": "21.10.0",
|
|
30
30
|
"identity-obj-proxy": "3.0.0",
|
|
31
31
|
"platform": "1.3.6",
|
|
32
|
-
"postcss": "8.4.
|
|
32
|
+
"postcss": "8.4.23",
|
|
33
33
|
"postcss-flexbugs-fixes": "5.0.2",
|
|
34
34
|
"postcss-loader": "6.2.1",
|
|
35
35
|
"postcss-normalize": "10.0.1",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"react-refresh": "0.11.0",
|
|
43
43
|
"react-shadow": "20.0.0",
|
|
44
44
|
"react-use-intercom": "2.1.0",
|
|
45
|
-
"resolve": "1.22.
|
|
45
|
+
"resolve": "1.22.0",
|
|
46
46
|
"resolve-url-loader": "4.0.0",
|
|
47
|
-
"rxjs": "7.8.
|
|
48
|
-
"semver": "7.
|
|
47
|
+
"rxjs": "7.8.1",
|
|
48
|
+
"semver": "7.5.1",
|
|
49
49
|
"web-vitals": "2.1.4",
|
|
50
50
|
"workbox-webpack-plugin": "6.5.4",
|
|
51
|
-
"xstate": "4.37.
|
|
51
|
+
"xstate": "4.37.2"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"start": "REACT_APP_RELEASE=$npm_package_version REACT_APP_ENV=local HTTPS=true node scripts/start.js",
|
|
@@ -112,40 +112,40 @@
|
|
|
112
112
|
"eslint": "^8.13.0",
|
|
113
113
|
"eslint-config-airbnb": "^19.0.4",
|
|
114
114
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
115
|
-
"eslint-config-react-app": "7.0.
|
|
116
|
-
"eslint-plugin-import": "2.
|
|
117
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
118
|
-
"eslint-plugin-react": "7.
|
|
119
|
-
"eslint-plugin-react-hooks": "4.
|
|
120
|
-
"eslint-webpack-plugin": "3.
|
|
121
|
-
"file-loader": "6.2.0",
|
|
115
|
+
"eslint-config-react-app": "^7.0.0",
|
|
116
|
+
"eslint-plugin-import": "^2.26.0",
|
|
117
|
+
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
118
|
+
"eslint-plugin-react": "^7.29.4",
|
|
119
|
+
"eslint-plugin-react-hooks": "^4.4.0",
|
|
120
|
+
"eslint-webpack-plugin": "^3.1.1",
|
|
121
|
+
"file-loader": "^6.2.0",
|
|
122
122
|
"html-webpack-plugin": "5.5.0",
|
|
123
|
-
"jest": "27.
|
|
124
|
-
"jest-resolve": "27.
|
|
125
|
-
"jest-watch-typeahead": "1.
|
|
126
|
-
"mini-css-extract-plugin": "2.
|
|
127
|
-
"raw-loader": "4.0.2",
|
|
123
|
+
"jest": "^27.4.3",
|
|
124
|
+
"jest-resolve": "^27.4.2",
|
|
125
|
+
"jest-watch-typeahead": "^1.0.0",
|
|
126
|
+
"mini-css-extract-plugin": "^2.4.5",
|
|
127
|
+
"raw-loader": "^4.0.2",
|
|
128
128
|
"react": "18.2.0",
|
|
129
129
|
"react-dom": "18.2.0",
|
|
130
|
-
"rollup": "2.
|
|
131
|
-
"rollup-plugin-delete": "2.0.0",
|
|
132
|
-
"rollup-plugin-dts": "4.2.
|
|
133
|
-
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
134
|
-
"rollup-plugin-postcss": "4.0.2",
|
|
135
|
-
"sass": "1.
|
|
136
|
-
"sass-loader": "12.
|
|
137
|
-
"sass-to-string": "1.6.3",
|
|
138
|
-
"source-map-loader": "3.0.
|
|
139
|
-
"style-loader": "3.3.
|
|
140
|
-
"terser-webpack-plugin": "5.
|
|
141
|
-
"typescript": "4.
|
|
142
|
-
"webpack": "5.
|
|
143
|
-
"webpack-cli": "4.10.0",
|
|
144
|
-
"webpack-dev-server": "4.
|
|
145
|
-
"webpack-manifest-plugin": "4.
|
|
130
|
+
"rollup": "^2.75.7",
|
|
131
|
+
"rollup-plugin-delete": "^2.0.0",
|
|
132
|
+
"rollup-plugin-dts": "^4.2.2",
|
|
133
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
134
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
135
|
+
"sass": "^1.50.0",
|
|
136
|
+
"sass-loader": "^12.3.0",
|
|
137
|
+
"sass-to-string": "^1.6.3",
|
|
138
|
+
"source-map-loader": "^3.0.0",
|
|
139
|
+
"style-loader": "^3.3.1",
|
|
140
|
+
"terser-webpack-plugin": "^5.2.5",
|
|
141
|
+
"typescript": "^4.7.4",
|
|
142
|
+
"webpack": "^5.73.0",
|
|
143
|
+
"webpack-cli": "^4.10.0",
|
|
144
|
+
"webpack-dev-server": "^4.6.0",
|
|
145
|
+
"webpack-manifest-plugin": "^4.0.2"
|
|
146
146
|
},
|
|
147
147
|
"peerDependencies": {
|
|
148
|
-
"babel-loader": "
|
|
148
|
+
"babel-loader": "> =8.0.0",
|
|
149
149
|
"react": ">= 16.8.0",
|
|
150
150
|
"react-dom": ">= 16.8.0"
|
|
151
151
|
},
|