@ada-support/embed2 1.0.53 → 1.0.54

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.
Files changed (2) hide show
  1. package/dist/npm-entry/index.js +3537 -3162
  2. package/package.json +34 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ada-support/embed2",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "",
5
5
  "main": "dist/npm-entry",
6
6
  "typings": "dist/npm-entry/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "build:modern": "NODE_ENV=production BROWSERSLIST_ENV=modern npx webpack --config webpack.prod.ts",
11
11
  "build:npm-types": "tsc --project tsconfig.npm.json --declaration --outDir dist/npm-entry --emitDeclarationOnly --allowJs false --checkJs false",
12
12
  "build:npm": "./npm-build.sh",
13
- "lint": "tsc --noEmit --strict false && ./node_modules/.bin/eslint --report-unused-disable-directives --ext .js,.jsx,.ts,.tsx . --max-warnings 86",
13
+ "lint": "tsc --noEmit --strict false && ./node_modules/.bin/eslint --report-unused-disable-directives --ext .js,.jsx,.ts,.tsx . --max-warnings 80",
14
14
  "lint:fix": "yarn lint --fix",
15
15
  "deploy-legacy": "TS_NODE_PROJECT=wp.tsconfig.json NODE_ENV=production BROWSERSLIST_ENV=legacy npx webpack --config webpack.prod.ts",
16
16
  "deploy-modern": "TS_NODE_PROJECT=wp.tsconfig.json NODE_ENV=production BROWSERSLIST_ENV=modern npx webpack --config webpack.prod.ts",
@@ -47,84 +47,78 @@
47
47
  "bundle-report-x-storage:modern": "webpack-bundle-analyzer --port 4205 dist/embed/modern/x-storage/local/stats.json dist/embed/modern/x-storage/local",
48
48
  "bundle-report:modern": "yarn build && run-p bundle-report-entry bundle-report-button:modern bundle-report-client:modern bundle-report-mask:modern bundle-report-intro:modern bundle-report-x-storage:modern",
49
49
  "prepare": "husky install",
50
- "check-package-version": "./check-package-version.sh"
50
+ "check-package-version": "./check-package-version.sh",
51
+ "audit-dependencies": "yarn audit --groups dependencies"
51
52
  },
52
53
  "keywords": [],
53
54
  "author": "",
54
55
  "license": "ISC",
55
56
  "devDependencies": {
56
57
  "@ada-support/eslint-config-ada": "^1.1.5",
57
- "@babel/core": "^7.14.8",
58
- "@babel/plugin-proposal-class-properties": "^7.14.5",
59
- "@babel/plugin-proposal-numeric-separator": "^7.14.5",
60
- "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
61
- "@babel/plugin-proposal-optional-chaining": "^7.14.5",
62
- "@babel/plugin-transform-react-jsx": "^7.14.5",
63
- "@babel/plugin-transform-runtime": "^7.14.5",
64
- "@babel/preset-env": "^7.14.8",
65
- "@babel/preset-typescript": "^7.14.5",
66
- "@sentry/webpack-plugin": "^1.18.2",
58
+ "@types/enzyme": "^3.10.11",
67
59
  "@types/jest": "^27.0.2",
60
+ "@types/json-stable-stringify": "^1.0.33",
61
+ "@types/lodash.debounce": "^4.0.6",
68
62
  "@types/node": "^16.7.1",
63
+ "@types/uniqid": "^5.3.2",
69
64
  "@types/webpack": "^5.28.0",
70
65
  "@types/webpack-bundle-analyzer": "^4.4.1",
71
66
  "@types/webpack-dev-server": "^4.7.2",
72
- "babel-loader": "^8.0.6",
73
- "babel-preset-preact": "^2.0.0",
74
67
  "browserslist": "^4.17.4",
75
- "browserslist-useragent-regexp": "^3.0.2",
76
68
  "cypress": "^9.1.0",
69
+ "depcheck": "^1.4.3",
77
70
  "enzyme": "^3.11.0",
78
71
  "enzyme-adapter-preact-pure": "^2.2.0",
79
72
  "eslint": "^8.6.0",
80
73
  "eslint-plugin-chai-friendly": "^0.7.2",
81
74
  "eslint-plugin-compat": "^3.13.0",
82
75
  "eslint-plugin-cypress": "^2.11.3",
83
- "html-webpack-plugin": "^5.4.0",
84
76
  "husky": "^7.0.0",
85
77
  "jest": "^27.3.1",
86
78
  "jest-localstorage-mock": "^2.4.0",
87
79
  "lint-staged": "^11.2.3",
88
80
  "npm-run-all": "^4.1.5",
89
81
  "start-server-and-test": "^1.14.0",
90
- "svg-inline-loader": "^0.8.0",
91
- "testcafe": "^1.17.1",
92
- "testcafe-browser-provider-lambdatest": "2.0.5",
93
- "ts-loader": "^6.2.1",
82
+ "testcafe": "^1.18.2",
83
+ "testcafe-browser-provider-lambdatest": "^2.0.10",
94
84
  "ts-node": "^10.2.1",
95
85
  "tsconfig-paths": "^3.11.0",
96
- "typescript": "^4.3.5",
97
86
  "typescript-eslint-language-service": "^4.1.5",
98
- "webpack": "^5.59.1",
99
87
  "webpack-bundle-analyzer": "^4.5.0",
100
- "webpack-cli": "^4.9.1",
101
- "webpack-dev-server": "^4.3.1",
102
- "webpack-merge": "^5.8.0",
103
- "webpack-subresource-integrity": "^5.0.0"
88
+ "webpack-dev-server": "^4.3.1"
104
89
  },
105
90
  "dependencies": {
91
+ "@babel/core": "^7.16.12",
92
+ "@babel/plugin-proposal-class-properties": "^7.16.7",
93
+ "@babel/plugin-proposal-numeric-separator": "^7.16.7",
94
+ "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
95
+ "@babel/plugin-proposal-optional-chaining": "^7.16.7",
96
+ "@babel/plugin-transform-react-jsx": "^7.16.7",
97
+ "@babel/plugin-transform-runtime": "^7.16.10",
98
+ "@babel/preset-env": "^7.16.11",
99
+ "@babel/preset-typescript": "^7.16.7",
106
100
  "@babel/runtime-corejs3": "^7.15.4",
107
- "@sentry/browser": "^6.12.0",
108
- "@types/enzyme": "^3.10.5",
109
- "@types/json-stable-stringify": "^1.0.32",
110
- "@types/lodash.debounce": "^4.0.6",
111
- "@types/uniqid": "^5.3.0",
112
- "core-js": "3",
113
- "depcheck": "^1.4.2",
101
+ "@sentry/browser": "^6.17.1",
102
+ "@sentry/webpack-plugin": "^1.18.4",
103
+ "babel-loader": "^8.2.3",
104
+ "babel-preset-preact": "^2.0.0",
105
+ "browserslist-useragent-regexp": "^3.0.2",
114
106
  "dotenv": "^8.2.0",
115
107
  "focus-visible": "^5.2.0",
108
+ "html-webpack-plugin": "^5.5.0",
116
109
  "json-stable-stringify": "^1.0.1",
117
110
  "lodash.debounce": "^4.0.8",
118
111
  "preact": "10.4.5",
112
+ "typescript": "^4.5.5",
119
113
  "uniqid": "^5.3.0",
120
- "webpack-s3-plugin": "^1.2.0-rc.0"
114
+ "webpack": "^5.67.0",
115
+ "webpack-cli": "^4.9.2",
116
+ "webpack-merge": "^5.8.0",
117
+ "webpack-s3-plugin": "^1.2.0-rc.0",
118
+ "webpack-subresource-integrity": "^5.1.0"
121
119
  },
122
120
  "resolutions": {
123
- "follow-redirects": ">=1.14.7",
124
- "json-schema": ">=0.4.0",
125
- "minimist": ">=0.2.1",
126
- "node-forge": ">=1.0.0",
127
- "nth-check": ">=2.0.1"
121
+ "@lambdatest/node-tunnel": ">=3.0.2"
128
122
  },
129
123
  "files": [
130
124
  "dist/npm-entry"