Skip to content

Commit a9a0378

Browse files
authored
chore: cleanup deprecated dependencies (#13855)
1 parent f6670dc commit a9a0378

File tree

4 files changed

+26
-464
lines changed

4 files changed

+26
-464
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"redux": "4.2.0",
4040
"redux-logdown": "1.0.4",
4141
"redux-thunk": "2.4.1",
42-
"sdp-transform": "2.14.1",
4342
"simplebar": "5.3.9",
4443
"speakingurl": "14.0.1",
4544
"switch-path": "1.2.0",
@@ -69,7 +68,6 @@
6968
"@types/caniuse-lite": "^1.0.1",
7069
"@types/classnames": "2.3.1",
7170
"@types/dexie-batch": "0.4.3",
72-
"@types/enzyme": "3.10.12",
7371
"@types/fs-extra": "9.0.13",
7472
"@types/generate-changelog": "1.8.1",
7573
"@types/highlight.js": "10.1.0",
@@ -88,7 +86,6 @@
8886
"@types/react-redux": "7.1.24",
8987
"@types/react-transition-group": "4.4.5",
9088
"@types/redux-mock-store": "1.0.3",
91-
"@types/sdp-transform": "2.4.5",
9289
"@types/simplebar": "5.3.3",
9390
"@types/sinon": "10.0.13",
9491
"@types/speakingurl": "13.0.3",
@@ -100,7 +97,6 @@
10097
"@wireapp/copy-config": "1.3.6",
10198
"@wireapp/eslint-config": "1.12.11",
10299
"@wireapp/prettier-config": "0.4.6",
103-
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
104100
"adm-zip": "0.5.9",
105101
"autoprefixer": "9.8.8",
106102
"babel-loader": "8.2.5",
@@ -111,8 +107,6 @@
111107
"cssnano": "4.1.11",
112108
"dexie": "^3.2.2",
113109
"dotenv": "16.0.3",
114-
"enzyme": "3.11.0",
115-
"enzyme-to-json": "3.6.2",
116110
"eslint": "8.25.0",
117111
"eslint-config-prettier": "8.5.0",
118112
"eslint-plugin-babel": "5.3.1",

setupTests.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ jest.mock('axios', () => {
4848

4949
require('test/api/payloads');
5050

51-
const Adapter = require('@wojtekmaj/enzyme-adapter-react-17');
52-
const {configure} = require('enzyme');
53-
54-
configure({adapter: new Adapter()});
55-
5651
const encoding = require('text-encoding');
5752
window.TextEncoder = encoding.TextEncoder;
5853
window.TextDecoder = encoding.TextDecoder;

src/script/util/test/TestUtil.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)