@myinterview/widget-react 1.1.23-from-21-to-dev-02 → 1.1.23-revert-dev-deps-001
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 +26391 -24303
- 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 +26391 -24303
- package/dist/esm/index.js.map +1 -1
- package/package.json +104 -104
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myinterview/widget-react",
|
|
3
|
-
"version": "1.1.23-
|
|
3
|
+
"version": "1.1.23-revert-dev-deps-001",
|
|
4
4
|
"description": "myInterview widget v3",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -10,45 +10,45 @@
|
|
|
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": "
|
|
51
|
-
"xstate": "
|
|
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
|
+
"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",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"publish-staging": "REACT_APP_RELEASE=$npm_package_version REACT_APP_ENV=staging rollup -c && npm publish --tag beta",
|
|
60
60
|
"publish-experimental": "REACT_APP_RELEASE=$npm_package_version REACT_APP_ENV=staging rollup -c && npm publish --tag experimental",
|
|
61
61
|
"build-experimental": "REACT_APP_RELEASE=$npm_package_version REACT_APP_ENV=staging rollup -c ",
|
|
62
|
-
"build-staging":
|
|
62
|
+
"build-staging": "REACT_APP_RELEASE=$npm_package_version REACT_APP_ENV=staging rollup -c ",
|
|
63
63
|
"build-master": "REACT_APP_RELEASE=$npm_package_version REACT_APP_ENV=prod rollup -c ",
|
|
64
64
|
"test": "node scripts/test.js"
|
|
65
65
|
},
|
|
@@ -82,70 +82,70 @@
|
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@babel/core": "
|
|
86
|
-
"@pmmmwh/react-refresh-webpack-plugin": "
|
|
87
|
-
"@rollup/plugin-babel": "
|
|
88
|
-
"@rollup/plugin-commonjs": "
|
|
89
|
-
"@rollup/plugin-json": "
|
|
90
|
-
"@rollup/plugin-node-resolve": "
|
|
91
|
-
"@rollup/plugin-replace": "
|
|
92
|
-
"@rollup/plugin-typescript": "
|
|
93
|
-
"@svgr/webpack": "
|
|
94
|
-
"@testing-library/jest-dom": "
|
|
95
|
-
"@testing-library/react": "
|
|
96
|
-
"@testing-library/user-event": "
|
|
97
|
-
"@types/crypto-js": "
|
|
98
|
-
"@types/jest": "
|
|
99
|
-
"@types/node": "
|
|
100
|
-
"@types/platform": "
|
|
101
|
-
"@types/react": "
|
|
102
|
-
"@types/react-dom": "
|
|
103
|
-
"@types/styled-components": "
|
|
104
|
-
"@typescript-eslint/eslint-plugin": "
|
|
105
|
-
"@typescript-eslint/parser": "
|
|
106
|
-
"babel-jest": "
|
|
107
|
-
"babel-loader": "
|
|
108
|
-
"babel-preset-react-app": "
|
|
109
|
-
"case-sensitive-paths-webpack-plugin": "
|
|
110
|
-
"classnames": "
|
|
111
|
-
"css-loader": "
|
|
112
|
-
"eslint": "
|
|
113
|
-
"eslint-config-airbnb": "
|
|
114
|
-
"eslint-config-airbnb-typescript": "
|
|
115
|
-
"eslint-config-react-app": "
|
|
116
|
-
"eslint-plugin-import": "
|
|
117
|
-
"eslint-plugin-jsx-a11y": "
|
|
118
|
-
"eslint-plugin-react": "
|
|
119
|
-
"eslint-plugin-react-hooks": "
|
|
120
|
-
"eslint-webpack-plugin": "
|
|
121
|
-
"file-loader": "
|
|
122
|
-
"html-webpack-plugin": "
|
|
123
|
-
"jest": "
|
|
124
|
-
"jest-resolve": "
|
|
125
|
-
"jest-watch-typeahead": "
|
|
126
|
-
"mini-css-extract-plugin": "
|
|
127
|
-
"raw-loader": "
|
|
128
|
-
"react": "
|
|
129
|
-
"react-dom": "
|
|
130
|
-
"rollup": "
|
|
131
|
-
"rollup-plugin-delete": "
|
|
132
|
-
"rollup-plugin-dts": "
|
|
133
|
-
"rollup-plugin-peer-deps-external": "
|
|
134
|
-
"rollup-plugin-postcss": "
|
|
135
|
-
"sass": "
|
|
136
|
-
"sass-loader": "
|
|
137
|
-
"sass-to-string": "
|
|
138
|
-
"source-map-loader": "
|
|
139
|
-
"style-loader": "
|
|
140
|
-
"terser-webpack-plugin": "
|
|
141
|
-
"typescript": "
|
|
142
|
-
"webpack": "
|
|
143
|
-
"webpack-cli": "
|
|
144
|
-
"webpack-dev-server": "
|
|
145
|
-
"webpack-manifest-plugin": "
|
|
85
|
+
"@babel/core": "7.16.0",
|
|
86
|
+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
|
87
|
+
"@rollup/plugin-babel": "6.0.3",
|
|
88
|
+
"@rollup/plugin-commonjs": "22.0.2",
|
|
89
|
+
"@rollup/plugin-json": "4.1.0",
|
|
90
|
+
"@rollup/plugin-node-resolve": "13.3.0",
|
|
91
|
+
"@rollup/plugin-replace": "5.0.2",
|
|
92
|
+
"@rollup/plugin-typescript": "8.5.0",
|
|
93
|
+
"@svgr/webpack": "5.5.0",
|
|
94
|
+
"@testing-library/jest-dom": "5.16.5",
|
|
95
|
+
"@testing-library/react": "13.4.0",
|
|
96
|
+
"@testing-library/user-event": "13.5.0",
|
|
97
|
+
"@types/crypto-js": "4.1.1",
|
|
98
|
+
"@types/jest": "27.5.2",
|
|
99
|
+
"@types/node": "16.18.23",
|
|
100
|
+
"@types/platform": "1.3.4",
|
|
101
|
+
"@types/react": "17.0.56",
|
|
102
|
+
"@types/react-dom": "18.0.11",
|
|
103
|
+
"@types/styled-components": "5.1.26",
|
|
104
|
+
"@typescript-eslint/eslint-plugin": "5.57.1",
|
|
105
|
+
"@typescript-eslint/parser": "5.57.1",
|
|
106
|
+
"babel-jest": "27.5.1",
|
|
107
|
+
"babel-loader": "8.3.0",
|
|
108
|
+
"babel-preset-react-app": "10.0.1",
|
|
109
|
+
"case-sensitive-paths-webpack-plugin": "2.4.0",
|
|
110
|
+
"classnames": "2.3.2",
|
|
111
|
+
"css-loader": "6.7.3",
|
|
112
|
+
"eslint": "8.37.0",
|
|
113
|
+
"eslint-config-airbnb": "19.0.4",
|
|
114
|
+
"eslint-config-airbnb-typescript": "17.0.0",
|
|
115
|
+
"eslint-config-react-app": "7.0.1",
|
|
116
|
+
"eslint-plugin-import": "2.27.5",
|
|
117
|
+
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
118
|
+
"eslint-plugin-react": "7.32.2",
|
|
119
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
120
|
+
"eslint-webpack-plugin": "3.2.0",
|
|
121
|
+
"file-loader": "6.2.0",
|
|
122
|
+
"html-webpack-plugin": "5.5.0",
|
|
123
|
+
"jest": "27.5.1",
|
|
124
|
+
"jest-resolve": "27.5.1",
|
|
125
|
+
"jest-watch-typeahead": "1.1.0",
|
|
126
|
+
"mini-css-extract-plugin": "2.7.5",
|
|
127
|
+
"raw-loader": "4.0.2",
|
|
128
|
+
"react": "18.2.0",
|
|
129
|
+
"react-dom": "18.2.0",
|
|
130
|
+
"rollup": "2.79.1",
|
|
131
|
+
"rollup-plugin-delete": "2.0.0",
|
|
132
|
+
"rollup-plugin-dts": "4.2.3",
|
|
133
|
+
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
134
|
+
"rollup-plugin-postcss": "4.0.2",
|
|
135
|
+
"sass": "1.60.0",
|
|
136
|
+
"sass-loader": "12.6.0",
|
|
137
|
+
"sass-to-string": "1.6.3",
|
|
138
|
+
"source-map-loader": "3.0.2",
|
|
139
|
+
"style-loader": "3.3.2",
|
|
140
|
+
"terser-webpack-plugin": "5.3.7",
|
|
141
|
+
"typescript": "4.9.5",
|
|
142
|
+
"webpack": "5.77.0",
|
|
143
|
+
"webpack-cli": "4.10.0",
|
|
144
|
+
"webpack-dev-server": "4.13.2",
|
|
145
|
+
"webpack-manifest-plugin": "4.1.1"
|
|
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
|
},
|
|
@@ -205,4 +205,4 @@
|
|
|
205
205
|
"react-app"
|
|
206
206
|
]
|
|
207
207
|
}
|
|
208
|
-
}
|
|
208
|
+
}
|