|
37 | 37 | "clean": "rimraf ./out/* ./dist/* ", |
38 | 38 | "lint": "eslint . && prettier --check .", |
39 | 39 | "update-grammar": "ts-node ./scripts/update-grammar.ts", |
40 | | - "update-snippets": "ts-node ./scripts/update-snippets.ts", |
41 | 40 | "precompile": "npm run clean", |
42 | 41 | "compile": "npm-run-all compile:*", |
43 | 42 | "compile:keyfile": "ts-node ./scripts/generate-keyfile.ts", |
44 | | - "compile:resources": "npm run update-grammar && npm run update-snippets", |
| 43 | + "compile:resources": "npm run update-grammar", |
45 | 44 | "compile:extension": "tsc -p ./", |
46 | 45 | "compile:extension-bundles": "webpack --mode development", |
47 | 46 | "watch": "npm run compile && npm-run-all -p watch:*", |
|
133 | 132 | } |
134 | 133 | ], |
135 | 134 | "snippets": [ |
136 | | - { |
137 | | - "language": "javascript", |
138 | | - "path": "./snippets/stage-autocompleter.json" |
139 | | - }, |
140 | 135 | { |
141 | 136 | "language": "terraform", |
142 | 137 | "path": "./snippets/atlas-terraform.json" |
|
973 | 968 | "@iconify/react": "^1.1.4", |
974 | 969 | "@leafygreen-ui/logo": "^6.3.0", |
975 | 970 | "@leafygreen-ui/toggle": "^7.0.5", |
976 | | - "@mongodb-js/mongodb-constants": "^0.2.2", |
| 971 | + "@mongodb-js/mongodb-constants": "^0.3.0", |
977 | 972 | "@mongosh/browser-runtime-electron": "^1.8.0", |
978 | 973 | "@mongosh/i18n": "^1.8.0", |
979 | 974 | "@mongosh/service-provider-server": "^1.8.0", |
980 | 975 | "@mongosh/shell-api": "^1.8.0", |
981 | 976 | "analytics-node": "^6.2.0", |
982 | | - "bson": "^5.0.1", |
| 977 | + "bson": "^5.1.0", |
983 | 978 | "bson-transpilers": "^2.0.3", |
984 | 979 | "classnames": "^2.3.2", |
985 | 980 | "debug": "^4.3.4", |
|
1010 | 1005 | "@types/babel__core": "^7.20.0", |
1011 | 1006 | "@types/babel__traverse": "^7.18.3", |
1012 | 1007 | "@types/chai": "^4.3.4", |
1013 | | - "@types/chai-fs": "^2.0.2", |
1014 | | - "@types/chai-json-schema": "^1.4.6", |
1015 | 1008 | "@types/debug": "^4.1.7", |
1016 | 1009 | "@types/enzyme": "^3.10.12", |
1017 | 1010 | "@types/glob": "^7.2.0", |
1018 | 1011 | "@types/jest": "^26.0.24", |
1019 | 1012 | "@types/micromatch": "^4.0.2", |
1020 | 1013 | "@types/mkdirp": "^2.0.0", |
1021 | 1014 | "@types/mocha": "^8.2.3", |
1022 | | - "@types/node": "^14.18.38", |
| 1015 | + "@types/node": "^14.18.40", |
1023 | 1016 | "@types/react": "^17.0.53", |
1024 | 1017 | "@types/react-dom": "^17.0.19", |
1025 | 1018 | "@types/sinon": "^9.0.11", |
1026 | 1019 | "@types/uuid": "^8.3.4", |
1027 | 1020 | "@types/vscode": "^1.76.0", |
1028 | | - "@typescript-eslint/eslint-plugin": "^5.55.0", |
1029 | | - "@typescript-eslint/parser": "^5.55.0", |
| 1021 | + "@typescript-eslint/eslint-plugin": "^5.56.0", |
| 1022 | + "@typescript-eslint/parser": "^5.56.0", |
1030 | 1023 | "@vscode/test-electron": "^2.3.0", |
1031 | 1024 | "@vscode/vsce": "^2.18.0", |
1032 | 1025 | "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", |
1033 | 1026 | "autoprefixer": "^9.8.8", |
1034 | 1027 | "buffer": "^6.0.3", |
1035 | 1028 | "chai": "^4.3.7", |
1036 | 1029 | "chai-as-promised": "^7.1.1", |
1037 | | - "chai-fs": "^2.0.0", |
1038 | | - "chai-json-schema": "^1.5.1", |
1039 | 1030 | "chalk": "^4.1.2", |
1040 | 1031 | "cli-ux": "^5.6.7", |
1041 | 1032 | "context-map-webpack-plugin": "^0.1.0", |
1042 | 1033 | "cross-env": "^7.0.3", |
1043 | 1034 | "css-loader": "^3.6.0", |
1044 | 1035 | "depcheck": "^1.4.3", |
1045 | 1036 | "download": "^8.0.0", |
1046 | | - "electron": "^23.0.0", |
| 1037 | + "electron": "^23.2.0", |
1047 | 1038 | "enzyme": "^3.11.0", |
1048 | 1039 | "eslint": "^8.36.0", |
1049 | 1040 | "eslint-config-mongodb-js": "^5.0.3", |
|
1059 | 1050 | "mocha": "^8.4.0", |
1060 | 1051 | "mocha-junit-reporter": "^2.2.0", |
1061 | 1052 | "mocha-multi": "^1.1.7", |
1062 | | - "mongodb-client-encryption": "^2.6.0", |
| 1053 | + "mongodb-client-encryption": "^2.7.1", |
1063 | 1054 | "mongodb-runner": "^4.10.0", |
1064 | 1055 | "node-loader": "^0.6.0", |
1065 | 1056 | "npm-run-all": "^4.1.5", |
1066 | 1057 | "ora": "^5.4.1", |
1067 | 1058 | "postcss-loader": "^3.0.0", |
1068 | 1059 | "pre-commit": "^1.2.2", |
1069 | | - "prettier": "^2.8.5", |
| 1060 | + "prettier": "^2.8.6", |
1070 | 1061 | "process": "^0.11.10", |
1071 | 1062 | "semver": "^7.3.8", |
1072 | 1063 | "sinon": "^9.2.4", |
|
1077 | 1068 | "ts-loader": "^9.4.2", |
1078 | 1069 | "ts-node": "^10.9.1", |
1079 | 1070 | "typescript": "^4.9.5", |
1080 | | - "webpack": "^5.74.0", |
| 1071 | + "webpack": "^5.76.3", |
1081 | 1072 | "webpack-cli": "^4.10.0", |
1082 | 1073 | "xvfb-maybe": "^0.2.1", |
1083 | 1074 | "yargs-parser": "^20.2.9" |
|
0 commit comments