|
12 | 12 | "@codemirror/lang-python": "^6.0.2", |
13 | 13 | "@codemirror/language": "^6.2.1", |
14 | 14 | "@codemirror/view": "^6.3.0", |
| 15 | + "@hello-pangea/dnd": "^16.2.0", |
15 | 16 | "@juggle/resize-observer": "^3.3.1", |
16 | 17 | "@lezer/highlight": "^1.0.0", |
17 | 18 | "@react-three/drei": "^9.65.5", |
|
24 | 25 | "@szhsin/react-menu": "^3.2.0", |
25 | 26 | "apollo-link-sentry": "^3.2.3", |
26 | 27 | "axios": "^0.24.0", |
| 28 | + "classnames": "^2.3.2", |
27 | 29 | "codemirror": "^6.0.1", |
28 | 30 | "container-query-polyfill": "^1.0.2", |
29 | 31 | "date-fns": "^2.29.3", |
|
39 | 41 | "js-convert-case": "^4.2.0", |
40 | 42 | "jszip": "^3.10.1", |
41 | 43 | "jszip-utils": "^0.1.0", |
| 44 | + "node-html-parser": "^6.1.5", |
42 | 45 | "oidc-client": "^1.11.5", |
43 | 46 | "parse-link-header": "^2.0.0", |
44 | 47 | "prompts": "2.4.0", |
| 48 | + "prop-types": "^15.8.1", |
| 49 | + "rc-resize-observer": "^1.3.1", |
| 50 | + "re-resizable": "6.9.9", |
45 | 51 | "react": "^18.1.0", |
46 | 52 | "react-app-polyfill": "^2.0.0", |
47 | 53 | "react-confirm-alert": "^2.8.0", |
| 54 | + "react-container-query": "^0.12.1", |
48 | 55 | "react-cookie": "^4.1.1", |
49 | 56 | "react-dom": "^18.1.0", |
50 | 57 | "react-dropzone": "^12.0.4", |
|
57 | 64 | "react-timer-hook": "^3.0.5", |
58 | 65 | "react-toastify": "^8.1.0", |
59 | 66 | "react-toggle": "^4.1.3", |
60 | | - "re-resizable": "6.9.9", |
61 | 67 | "redux-oidc": "^4.0.0-beta1", |
62 | 68 | "skulpt": "^1.2.0", |
63 | 69 | "three": "^0.140.0", |
|
119 | 125 | "copy-webpack-plugin": "^6.4.0", |
120 | 126 | "css-loader": "4.3.0", |
121 | 127 | "curl": "^0.1.4", |
122 | | - "cypress": "^10.1.0", |
| 128 | + "cypress": "12.12.0", |
123 | 129 | "dotenv": "8.2.0", |
124 | 130 | "dotenv-expand": "5.1.0", |
125 | 131 | "dotenv-webpack": "^7.1.0", |
|
197 | 203 | "<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}" |
198 | 204 | ], |
199 | 205 | "testEnvironment": "jsdom", |
| 206 | + "testEnvironmentOptions": { |
| 207 | + "resources": "usable" |
| 208 | + }, |
200 | 209 | "testRunner": "jest-circus/runner", |
201 | 210 | "transform": { |
202 | 211 | "^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/config/jest/babelTransform.js", |
|
0 commit comments