|
55 | 55 | "pretest": "pnpm run compile", |
56 | 56 | "test": "pnpm run test-webview && pnpm run test-extension", |
57 | 57 | "test-extension": "cross-env MDB_IS_TEST=true NODE_OPTIONS=--no-force-async-hooks-checks xvfb-maybe node ./out/test/runTest.js", |
58 | | - "test-webview": "mocha -r ts-node/register --grep=\"${MOCHA_GREP}\" --file ./src/test/setup-webview.ts src/test/suite/views/webview-app/**/*.test.tsx", |
| 58 | + "test-webview": "mocha -r ts-node/register --exit --grep=\"${MOCHA_GREP}\" --file ./src/test/setup-webview.ts src/test/suite/views/webview-app/**/*.test.tsx", |
59 | 59 | "ai-accuracy-tests": "env TS_NODE_FILES=true mocha -r ts-node/register --grep=\"${MOCHA_GREP}\" --file ./src/test/ai-accuracy-tests/test-setup.ts ./src/test/ai-accuracy-tests/ai-accuracy-tests.ts", |
60 | 60 | "analyze-bundle": "webpack --mode production --analyze", |
61 | 61 | "vscode:prepublish": "pnpm run clean && pnpm run compile:constants && pnpm run compile:resources && webpack --mode production", |
|
1403 | 1403 | "@babel/core": "^7.25.8", |
1404 | 1404 | "@babel/parser": "^7.25.8", |
1405 | 1405 | "@babel/traverse": "^7.25.7", |
1406 | | - "@mongodb-js/compass-components": "^1.38.1", |
| 1406 | + "@mongodb-js/compass-components": "^1.59.2", |
1407 | 1407 | "@mongodb-js/connection-form": "^1.52.3", |
1408 | 1408 | "@mongodb-js/connection-info": "^0.21.0", |
1409 | 1409 | "@mongodb-js/device-id": "^0.3.2", |
|
1519 | 1519 | "pnpm": { |
1520 | 1520 | "overrides": { |
1521 | 1521 | "react": "^18.3.1", |
1522 | | - "@mongodb-js/compass-logging": "^1.7.18", |
1523 | | - "@mongodb-js/compass-utils": "^0.9.16", |
1524 | | - "@mongodb-js/compass-components": "1.38.1", |
1525 | | - "parse-asn1": "5.1.6", |
1526 | 1522 | "jsonwebtoken>jws": "3.2.3" |
1527 | 1523 | } |
1528 | 1524 | } |
|
0 commit comments