|
59 | 59 | "@storybook/addon-links": "^5.3.19", |
60 | 60 | "@storybook/addons": "^5.3.19", |
61 | 61 | "@storybook/react": "^5.3.19", |
62 | | - "@testing-library/react-hooks": "^3.2.1", |
63 | | - "ava": "^3.7.0", |
| 62 | + "ava": "^3.15.0", |
64 | 63 | "babel-eslint": "^10.1.0", |
65 | | - "chroma-js": "^2.0.4", |
66 | 64 | "concurrently": "^5.3.0", |
67 | 65 | "cypress": "^6.7.0", |
68 | 66 | "cypress-file-upload": "^4.0.6", |
|
88 | 86 | "@sentry/browser": "^5.15.4", |
89 | 87 | "any-shell-escape": "^0.1.1", |
90 | 88 | "aws-amplify": "^3.3.18", |
91 | | - "aws-sign": "^1.0.0", |
92 | 89 | "aws4fetch": "^1.0.12", |
93 | 90 | "axios": "^0.21.1", |
94 | 91 | "bent": "^7.1.0", |
|
98 | 95 | "dotenv-cli": "^4.0.0", |
99 | 96 | "download-file": "^0.1.5", |
100 | 97 | "duration": "^0.2.2", |
101 | | - "fast-json-patch": "^3.0.0-1", |
102 | 98 | "fast-xml-parser": "^3.17.4", |
103 | 99 | "ffmpeg-static": "^4.2.4", |
104 | | - "form-data": "^3.0.0", |
105 | | - "i18next": "^19.4.4", |
| 100 | + "i18next": "^19.9.2", |
106 | 101 | "i18next-browser-languagedetector": "^4.2.0", |
107 | 102 | "in-browser-download": "^2.0.0", |
108 | 103 | "jac-format": "^1.1.3", |
109 | 104 | "js-md5": "^0.7.3", |
110 | | - "mime-types": "^2.1.28", |
111 | 105 | "material-survey": "^1.0.41", |
| 106 | + "mime-types": "^2.1.28", |
112 | 107 | "moment": "^2.24.0", |
113 | 108 | "nan": "^2.14.1", |
114 | | - "posthog-js": "^1.0.4", |
115 | 109 | "qs": "^6.9.4", |
116 | 110 | "react-ace": "^7.0.4", |
117 | 111 | "react-data-table-component": "^6.2.2", |
118 | 112 | "react-dropzone": "^11.0.3", |
119 | | - "react-github-btn": "^1.2.0", |
120 | 113 | "react-hotkeys": "^2.0.0", |
121 | 114 | "react-i18next": "^11.4.0", |
122 | 115 | "react-icons": "^3.9.0", |
|
130 | 123 | "seamless-immutable": "^7.1.4", |
131 | 124 | "seamless-immutable-patch": "^1.0.4", |
132 | 125 | "seed-random": "^2.2.0", |
133 | | - "seedrandom": "^3.0.5", |
134 | 126 | "serve": "^11.3.2", |
135 | 127 | "styled-components": "^5.0.0", |
136 | 128 | "udt-collaboration-server": "^1.0.8", |
|
166 | 158 | "publish": { |
167 | 159 | "provider": "github", |
168 | 160 | "releaseType": "release" |
| 161 | + }, |
| 162 | + "ava": { |
| 163 | + "nodeArguments": [ |
| 164 | + "--experimental-modules" |
| 165 | + ] |
169 | 166 | } |
170 | | - }, |
171 | | - "ava": { |
172 | | - "nodeArguments": [ |
173 | | - "--experimental-modules" |
174 | | - ] |
175 | 167 | } |
176 | 168 | } |
0 commit comments