@mongosh/editor 1.10.5 → 1.10.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.depcheckrc +1 -1
  2. package/package.json +9 -9
package/.depcheckrc CHANGED
@@ -5,8 +5,8 @@ ignores:
5
5
  - '@typescript-eslint/parser'
6
6
  - '@typescript-eslint/eslint-plugin'
7
7
  - chai
8
- - sinon-chai
9
8
  - sinon
9
+ - sinon-chai
10
10
  - ts-sinon
11
11
  - eslint-plugin-mocha
12
12
  - eslint-config-mongodb-js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/editor",
3
- "version": "1.10.5",
3
+ "version": "1.10.6",
4
4
  "description": "MongoDB Shell External Editor",
5
5
  "main": "./lib/index.js",
6
6
  "repository": {
@@ -33,17 +33,17 @@
33
33
  "unitTestsOnly": true
34
34
  },
35
35
  "dependencies": {
36
- "@mongosh/js-multiline-to-singleline": "1.10.5",
37
- "@mongosh/service-provider-core": "1.10.5",
38
- "@mongosh/shell-api": "1.10.5",
39
- "@mongosh/shell-evaluator": "1.10.5",
40
- "@mongosh/types": "1.10.5",
36
+ "@mongosh/js-multiline-to-singleline": "1.10.6",
37
+ "@mongosh/service-provider-core": "1.10.6",
38
+ "@mongosh/shell-api": "1.10.6",
39
+ "@mongosh/shell-evaluator": "1.10.6",
40
+ "@mongosh/types": "1.10.6",
41
41
  "js-beautify": "^1.14.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@mongodb-js/eslint-config-mongosh": "1.10.5",
44
+ "@mongodb-js/eslint-config-mongosh": "1.10.6",
45
45
  "@mongodb-js/prettier-config-devtools": "^1.0.1",
46
- "@mongodb-js/tsconfig-mongosh": "1.10.5",
46
+ "@mongodb-js/tsconfig-mongosh": "1.10.6",
47
47
  "@types/rimraf": "^3.0.0",
48
48
  "depcheck": "^1.4.3",
49
49
  "eslint": "^7.25.0",
@@ -51,5 +51,5 @@
51
51
  "prettier": "^2.8.8",
52
52
  "rimraf": "^3.0.2"
53
53
  },
54
- "gitHead": "bb658a0758c886a751f0798df7ce805a3fe911c4"
54
+ "gitHead": "6bcde16381f6258d9be713998c67c48a99cfd691"
55
55
  }