@mongodb-js/compass-indexes 0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327 → 0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@mongodb-js/compass-indexes",
3
3
  "productName": "Compass Indexes plugin",
4
4
  "description": "Collection index management for Compass",
5
- "version": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
5
+ "version": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
6
6
  "author": {
7
7
  "name": "MongoDB Inc",
8
8
  "email": "compass@mongodb.com"
@@ -65,24 +65,24 @@
65
65
  "react": "^17.0.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@mongodb-js/eslint-config-compass": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
69
- "@mongodb-js/mocha-config-compass": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
70
- "@mongodb-js/prettier-config-compass": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
71
- "@mongodb-js/tsconfig-compass": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
72
- "@mongodb-js/webpack-config-compass": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
68
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
69
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
70
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
71
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
72
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
73
73
  "@testing-library/react": "^12.1.4",
74
74
  "@testing-library/user-event": "^13.5.0",
75
75
  "chai": "^4.2.0",
76
76
  "debug": "^4.2.0",
77
77
  "depcheck": "^1.4.1",
78
- "electron": "^23.3.7",
78
+ "electron": "^23.3.8",
79
79
  "enzyme": "^3.11.0",
80
80
  "eslint": "^7.25.0",
81
- "hadron-app-registry": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
81
+ "hadron-app-registry": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
82
82
  "lodash": "^4.17.21",
83
83
  "mocha": "^10.2.0",
84
84
  "mongodb": "^5.6.0",
85
- "mongodb-data-service": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
85
+ "mongodb-data-service": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
86
86
  "mongodb-query-parser": "^2.5.0",
87
87
  "numeral": "^2.0.6",
88
88
  "nyc": "^15.1.0",
@@ -98,12 +98,12 @@
98
98
  "xvfb-maybe": "^0.2.1"
99
99
  },
100
100
  "dependencies": {
101
- "@mongodb-js/compass-components": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
102
- "@mongodb-js/compass-editor": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
103
- "@mongodb-js/compass-logging": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
104
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327",
101
+ "@mongodb-js/compass-components": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
102
+ "@mongodb-js/compass-editor": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
103
+ "@mongodb-js/compass-logging": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
104
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e",
105
105
  "bson": "^5.2.0",
106
- "compass-preferences-model": "0.0.0-next-3ddf2b32a13c98a8713916c7c20185f8ae9a9327"
106
+ "compass-preferences-model": "0.0.0-next-99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e"
107
107
  },
108
- "gitHead": "3ddf2b32a13c98a8713916c7c20185f8ae9a9327"
108
+ "gitHead": "99faf39dcaa3321ec39c2a4a4c7b67e04f3c753e"
109
109
  }