Skip to content

Commit ef79ea3

Browse files
Merge pull request #490 from CedricProfessionnel/CleanUpDependecies
Clean up unused dependecies
2 parents 23a2b31 + 9d801ed commit ef79ea3

File tree

2 files changed

+894
-734
lines changed

2 files changed

+894
-734
lines changed

package.json

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@
5959
"@storybook/addon-links": "^5.3.19",
6060
"@storybook/addons": "^5.3.19",
6161
"@storybook/react": "^5.3.19",
62-
"@testing-library/react-hooks": "^3.2.1",
63-
"ava": "^3.7.0",
62+
"ava": "^3.15.0",
6463
"babel-eslint": "^10.1.0",
65-
"chroma-js": "^2.0.4",
6664
"concurrently": "^5.3.0",
6765
"cypress": "^6.7.0",
6866
"cypress-file-upload": "^4.0.6",
@@ -88,7 +86,6 @@
8886
"@sentry/browser": "^5.15.4",
8987
"any-shell-escape": "^0.1.1",
9088
"aws-amplify": "^3.3.18",
91-
"aws-sign": "^1.0.0",
9289
"aws4fetch": "^1.0.12",
9390
"axios": "^0.21.1",
9491
"bent": "^7.1.0",
@@ -98,25 +95,21 @@
9895
"dotenv-cli": "^4.0.0",
9996
"download-file": "^0.1.5",
10097
"duration": "^0.2.2",
101-
"fast-json-patch": "^3.0.0-1",
10298
"fast-xml-parser": "^3.17.4",
10399
"ffmpeg-static": "^4.2.4",
104-
"form-data": "^3.0.0",
105-
"i18next": "^19.4.4",
100+
"i18next": "^19.9.2",
106101
"i18next-browser-languagedetector": "^4.2.0",
107102
"in-browser-download": "^2.0.0",
108103
"jac-format": "^1.1.3",
109104
"js-md5": "^0.7.3",
110-
"mime-types": "^2.1.28",
111105
"material-survey": "^1.0.41",
106+
"mime-types": "^2.1.28",
112107
"moment": "^2.24.0",
113108
"nan": "^2.14.1",
114-
"posthog-js": "^1.0.4",
115109
"qs": "^6.9.4",
116110
"react-ace": "^7.0.4",
117111
"react-data-table-component": "^6.2.2",
118112
"react-dropzone": "^11.0.3",
119-
"react-github-btn": "^1.2.0",
120113
"react-hotkeys": "^2.0.0",
121114
"react-i18next": "^11.4.0",
122115
"react-icons": "^3.9.0",
@@ -130,7 +123,6 @@
130123
"seamless-immutable": "^7.1.4",
131124
"seamless-immutable-patch": "^1.0.4",
132125
"seed-random": "^2.2.0",
133-
"seedrandom": "^3.0.5",
134126
"serve": "^11.3.2",
135127
"styled-components": "^5.0.0",
136128
"udt-collaboration-server": "^1.0.8",
@@ -166,11 +158,11 @@
166158
"publish": {
167159
"provider": "github",
168160
"releaseType": "release"
161+
},
162+
"ava": {
163+
"nodeArguments": [
164+
"--experimental-modules"
165+
]
169166
}
170-
},
171-
"ava": {
172-
"nodeArguments": [
173-
"--experimental-modules"
174-
]
175167
}
176168
}

0 commit comments

Comments
 (0)