@myinterview/widget-react 1.1.23-binary-001 → 1.1.23-binary-002
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/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +60 -60
package/dist/cjs/index.js
CHANGED
|
@@ -28978,7 +28978,7 @@ const configGenerator = () => {
|
|
|
28978
28978
|
let release;
|
|
28979
28979
|
try {
|
|
28980
28980
|
environment !== null && environment !== void 0 ? environment : (environment = "staging");
|
|
28981
|
-
release !== null && release !== void 0 ? release : (release = "1.1.23-binary-
|
|
28981
|
+
release !== null && release !== void 0 ? release : (release = "1.1.23-binary-002");
|
|
28982
28982
|
}
|
|
28983
28983
|
catch (_a) {
|
|
28984
28984
|
console.error('sentry configGenerator error');
|
package/dist/esm/index.js
CHANGED
|
@@ -28952,7 +28952,7 @@ const configGenerator = () => {
|
|
|
28952
28952
|
let release;
|
|
28953
28953
|
try {
|
|
28954
28954
|
environment !== null && environment !== void 0 ? environment : (environment = "staging");
|
|
28955
|
-
release !== null && release !== void 0 ? release : (release = "1.1.23-binary-
|
|
28955
|
+
release !== null && release !== void 0 ? release : (release = "1.1.23-binary-002");
|
|
28956
28956
|
}
|
|
28957
28957
|
catch (_a) {
|
|
28958
28958
|
console.error('sentry configGenerator error');
|
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-002",
|
|
4
4
|
"description": "myInterview widget v3",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -82,67 +82,67 @@
|
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@babel/core": "7.16.0",
|
|
86
|
-
"@pmmmwh/react-refresh-webpack-plugin": "0.5.
|
|
87
|
-
"@rollup/plugin-babel": "6.0.
|
|
88
|
-
"@rollup/plugin-commonjs": "22.0.
|
|
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.
|
|
93
|
-
"@svgr/webpack": "
|
|
94
|
-
"@testing-library/jest-dom": "5.16.
|
|
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.
|
|
99
|
-
"@types/node": "16.
|
|
100
|
-
"@types/platform": "1.3.4",
|
|
101
|
-
"@types/react": "17.0.
|
|
102
|
-
"@types/react-dom": "18.0.
|
|
103
|
-
"@types/styled-components": "5.1.
|
|
104
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
105
|
-
"@typescript-eslint/parser": "5.
|
|
106
|
-
"babel-jest": "27.
|
|
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.
|
|
111
|
-
"css-loader": "6.
|
|
112
|
-
"eslint": "8.
|
|
113
|
-
"eslint-config-airbnb": "19.0.4",
|
|
114
|
-
"eslint-config-airbnb-typescript": "17.0.0",
|
|
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": "
|
|
85
|
+
"@babel/core": "^7.16.0",
|
|
86
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
87
|
+
"@rollup/plugin-babel": "^6.0.2",
|
|
88
|
+
"@rollup/plugin-commonjs": "^22.0.1",
|
|
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.3.3",
|
|
93
|
+
"@svgr/webpack": "^8.0.1",
|
|
94
|
+
"@testing-library/jest-dom": "^5.16.4",
|
|
95
|
+
"@testing-library/react": "^12.1.5 || ^13.4.0",
|
|
96
|
+
"@testing-library/user-event": "^13.5.0",
|
|
97
|
+
"@types/crypto-js": "^4.1.1",
|
|
98
|
+
"@types/jest": "^27.4.1",
|
|
99
|
+
"@types/node": "^16.11.26",
|
|
100
|
+
"@types/platform": "^1.3.4",
|
|
101
|
+
"@types/react": "^17.0.44",
|
|
102
|
+
"@types/react-dom": "^18.0.0",
|
|
103
|
+
"@types/styled-components": "^5.1.25",
|
|
104
|
+
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
|
105
|
+
"@typescript-eslint/parser": "^5.30.0",
|
|
106
|
+
"babel-jest": "^27.4.2",
|
|
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.1",
|
|
111
|
+
"css-loader": "^6.5.1",
|
|
112
|
+
"eslint": "^8.13.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
128
|
"react": "18.2.0",
|
|
129
129
|
"react-dom": "18.2.0",
|
|
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": "
|
|
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
148
|
"babel-loader": ">= 8.0.0",
|