|
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | 11 | "@babel/core": "^7.18.9", |
12 | | - "@blueprintjs/core": "^4.5.0", |
| 12 | + "@blueprintjs/core": "^4.6.1", |
13 | 13 | "@blueprintjs/popover2": "^1.4.3", |
| 14 | + "@blueprintjs/select": "^4.5.0", |
14 | 15 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", |
15 | | - "@pybricks/firmware": "4.17.0", |
| 16 | + "@pybricks/firmware": "5.0.0", |
16 | 17 | "@pybricks/ide-docs": "2.2.0", |
17 | 18 | "@pybricks/mpy-cross-v5": "^2.0.0", |
18 | 19 | "@pybricks/mpy-cross-v6": "^2.0.0", |
|
31 | 32 | "@types/react-splitter-layout": "^3.0.2", |
32 | 33 | "@types/redux-logger": "^3.0.9", |
33 | 34 | "@types/semver": "^7.3.10", |
| 35 | + "@types/w3c-web-usb": "^1.0.6", |
34 | 36 | "@types/web-bluetooth": "^0.0.15", |
35 | 37 | "@types/web-locks-api": "^0.0.2", |
36 | 38 | "@types/wicg-file-system-access": "^2020.9.5", |
|
53 | 55 | "dexie": "^3.2.2", |
54 | 56 | "dexie-observable": "^4.0.0-beta.13", |
55 | 57 | "dexie-react-hooks": "^1.1.1", |
| 58 | + "dfu": "^0.1.5", |
56 | 59 | "dotenv": "^16.0.1", |
57 | 60 | "dotenv-expand": "^8.0.3", |
58 | 61 | "fake-indexeddb": "^4.0.0", |
|
110 | 113 | "typed-redux-saga": "^1.5.0", |
111 | 114 | "typescript": "~4.7.4", |
112 | 115 | "usehooks-ts": "^2.6.0", |
| 116 | + "user-agent-data-types": "^0.3.0", |
113 | 117 | "web-vitals": "^2.1.4", |
114 | 118 | "webpack": "^5.73.0", |
115 | 119 | "webpack-dev-server": "^4.9.3", |
|
162 | 166 | "resolutions": { |
163 | 167 | "[email protected]": "patch:mq-polyfill@npm:1.1.8#.yarn/patches/mq-polyfill-npm-1.1.8-62fe162439.patch", |
164 | 168 | "react-error-overlay": "6.0.9", |
165 | | - "react-dev-utils@^12.0.1": "patch:react-dev-utils@npm:12.0.1#.yarn/patches/react-dev-utils-npm-12.0.1-83ba06e3ee.patch" |
| 169 | + "react-dev-utils@^12.0.1": "patch:react-dev-utils@npm:12.0.1#.yarn/patches/react-dev-utils-npm-12.0.1-83ba06e3ee.patch", |
| 170 | + "jest-mock-extended@^2.0.7": "patch:jest-mock-extended@npm:2.0.7#.yarn/patches/jest-mock-extended-npm-2.0.7-4cdf066556.patch" |
166 | 171 | }, |
167 | 172 | "jest": { |
168 | 173 | "roots": [ |
|
189 | 194 | "^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.mjs" |
190 | 195 | }, |
191 | 196 | "transformIgnorePatterns": [ |
192 | | - "[/\\\\]node_modules[/\\\\](?!(monaco-editor|react-monaco-editor)[/\\\\]).+\\.(js|jsx|mjs|cjs|ts|tsx)$", |
| 197 | + "[/\\\\]node_modules[/\\\\](?!(monaco-editor|react-monaco-editor|nanoevents)[/\\\\]).+\\.(js|jsx|mjs|cjs|ts|tsx)$", |
193 | 198 | "^.+\\.module\\.(css|sass|scss)$" |
194 | 199 | ], |
195 | 200 | "modulePaths": [], |
|
0 commit comments