|
38 | 38 | "lint": "eslint ./src/**/*.ts",
|
39 | 39 | "update-grammar": "ts-node ./scripts/update-grammar.ts",
|
40 | 40 | "update-snippets": "ts-node ./scripts/update-snippets.ts",
|
41 |
| - "webpack-prod": "webpack --mode production", |
42 |
| - "webpack-dev": "webpack --mode development", |
43 | 41 | "precompile": "npm run clean",
|
44 | 42 | "compile": "npm-run-all compile:*",
|
45 | 43 | "compile:keyfile": "ts-node ./scripts/generate-keyfile.ts",
|
46 | 44 | "compile:resources": "npm run update-grammar && npm run update-snippets",
|
47 | 45 | "compile:extension": "tsc -p ./",
|
48 |
| - "watch": "npm run clean && npm run webpack-dev && npm-run-all -p watch:*", |
| 46 | + "compile:extension-bundles": "webpack --mode development", |
| 47 | + "watch": "npm run compile && npm-run-all -p watch:*", |
49 | 48 | "watch:extension": "npm run compile:extension -- -watch",
|
50 | 49 | "watch:extension-bundles": "webpack --mode development --info-verbosity verbose --watch",
|
51 |
| - "pretest": "npm run clean && npm run compile && npm run webpack-dev && cross-env MONGODB_VERSION=4.2.3 mongodb-runner start --port=27018", |
| 50 | + "pretest": "npm run compile && cross-env MONGODB_VERSION=4.2.3 mongodb-runner start --port=27018", |
52 | 51 | "test": "cross-env NODE_OPTIONS=--no-force-async-hooks-checks xvfb-maybe node ./out/test/runTest.js",
|
53 | 52 | "posttest": "mongodb-runner stop --port=27018",
|
54 |
| - "vscode:prepublish": "npm run clean && npm run compile && webpack --mode production", |
| 53 | + "vscode:prepublish": "npm run clean && npm run compile:keyfile && npm run compile:resources && webpack --mode production", |
55 | 54 | "check": "mongodb-js-precommit './src/**/*{.ts}'",
|
56 | 55 | "package": "npm list --production --parseable --depth=99999 --loglevel=info || true && vsce package",
|
57 | 56 | "local-install": "npm run package && code --install-extension ./mongodb-vscode-*.vsix"
|
58 | 57 | },
|
59 | 58 | "engines": {
|
60 |
| - "vscode": "^1.41.0", |
| 59 | + "vscode": "^1.49.0", |
61 | 60 | "node": "^12.4.0",
|
62 | 61 | "npm": ">=6.13.0"
|
63 | 62 | },
|
|
842 | 841 | "@types/glob": "^7.1.1",
|
843 | 842 | "@types/keytar": "4.4.2",
|
844 | 843 | "@types/mocha": "^7.0.1",
|
845 |
| - "@types/node": "^13.7.1", |
| 844 | + "@types/node": "^14.11.2", |
846 | 845 | "@types/react": "^16.9.25",
|
847 | 846 | "@types/react-dom": "^16.9.5",
|
848 | 847 | "@types/sinon": "^9.0.1",
|
849 |
| - "@types/vscode": "^1.41.0", |
| 848 | + "@types/vscode": "^1.49.0", |
850 | 849 | "@types/ws": "^7.2.4",
|
851 | 850 | "@typescript-eslint/eslint-plugin": "^2.19.2",
|
852 | 851 | "@typescript-eslint/parser": "^2.19.2",
|
|
880 | 879 | "style-loader": "^1.1.3",
|
881 | 880 | "ts-loader": "^6.2.2",
|
882 | 881 | "ts-node": "^8.6.2",
|
883 |
| - "typescript": "^3.7.5", |
884 |
| - "vsce": "^1.74.0", |
| 882 | + "typescript": "^3.9.7", |
| 883 | + "vsce": "^1.81.1", |
885 | 884 | "vscode-test": "^1.3.0",
|
886 | 885 | "webpack": "^4.42.0",
|
887 | 886 | "webpack-cli": "^3.3.11",
|
|
0 commit comments