Skip to content

Commit 0819b7b

Browse files
committed
1 parent 61967be commit 0819b7b

File tree

51 files changed

+893
-893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+893
-893
lines changed

package-lock.json

Lines changed: 579 additions & 579 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ace-mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-ace-mode",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "MongoDB Mode for the ACE Editor",
55
"main": "index.js",
66
"repository": {

packages/ace-theme-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-ace-theme-query",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "MongoDB Theme for the ACE Editor in the Query Bar",
55
"main": "index.js",
66
"repository": {

packages/ace-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-ace-theme",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "MongoDB Theme for the ACE Editor",
55
"main": "index.js",
66
"repository": {

packages/bson-transpilers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bson-transpilers",
3-
"version": "0.15.0",
3+
"version": "1.0.0",
44
"apiVersion": "0.0.1",
55
"productName": "BSON Transpilers",
66
"description": "Source to source compilers using ANTLR",

packages/collection-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mongodb-collection-model",
33
"description": "MongoDB collection model.",
44
"author": "Lucas Hrabovsky <[email protected]>",
5-
"version": "4.4.0",
5+
"version": "4.5.0",
66
"bugs": "https://github.com/mongodb-js/mongodb-collection-model/issues",
77
"homepage": "https://github.com/mongodb-js/mongodb-collection-model",
88
"repository": "git://github.com/mongodb-js/mongodb-collection-model.git",
@@ -40,7 +40,7 @@
4040
"eslint": "^7.25.0",
4141
"eslint-config-mongodb-js": "^5.0.3",
4242
"mocha": "^7.0.0",
43-
"mongodb-data-service": "^21.2.0",
43+
"mongodb-data-service": "^21.3.0",
4444
"raf": "^3.4.1",
4545
"xvfb-maybe": "^0.2.1"
4646
}

packages/compass-aggregations/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-aggregations",
33
"productName": "Aggregations plugin",
4-
"version": "8.4.0",
4+
"version": "8.5.0",
55
"apiVersion": "3.0.0",
66
"description": "Compass Aggregation Pipeline Builder",
77
"main": "lib/index.js",
@@ -57,15 +57,15 @@
5757
"@babel/preset-react": "^7.13.13",
5858
"@babel/register": "^7.13.16",
5959
"@hot-loader/react-dom": "^16.8.4",
60-
"@mongodb-js/compass-crud": "^12.4.0",
61-
"@mongodb-js/compass-export-to-language": "^7.4.0",
62-
"@mongodb-js/compass-field-store": "^7.4.0",
60+
"@mongodb-js/compass-crud": "^12.5.0",
61+
"@mongodb-js/compass-export-to-language": "^7.5.0",
62+
"@mongodb-js/compass-field-store": "^7.5.0",
6363
"async": "^1.5.2",
6464
"autoprefixer": "^9.4.10",
6565
"babel-loader": "^8.2.2",
6666
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
6767
"brace": "^0.11.1",
68-
"bson-transpilers": "^0.15.0",
68+
"bson-transpilers": "^1.0.0",
6969
"chai": "^4.2.0",
7070
"chai-as-promised": "^7.1.1",
7171
"chai-enzyme": "1.0.0-beta.1",
@@ -85,10 +85,10 @@
8585
"extract-text-webpack-plugin": "^4.0.0-beta.0",
8686
"file-loader": "^5.1.0",
8787
"font-awesome": "^4.7.0",
88-
"hadron-app": "^4.4.0",
88+
"hadron-app": "^4.5.0",
8989
"hadron-app-registry": "^8.3.0",
90-
"hadron-document": "^7.3.0",
91-
"hadron-react-bson": "^5.3.0",
90+
"hadron-document": "^7.4.0",
91+
"hadron-react-bson": "^5.4.0",
9292
"hadron-react-buttons": "^5.3.0",
9393
"hadron-react-components": "^5.3.0",
9494
"html-webpack-plugin": "^3.2.0",
@@ -111,10 +111,10 @@
111111
"mocha": "^7.0.1",
112112
"mocha-webpack": "^2.0.0-beta.0",
113113
"mongodb-ace-autocompleter": "^0.6.0",
114-
"mongodb-ace-mode": "^1.1.0",
115-
"mongodb-ace-theme": "^1.1.0",
116-
"mongodb-connection-model": "^21.2.0",
117-
"mongodb-data-service": "^21.2.0",
114+
"mongodb-ace-mode": "^1.2.0",
115+
"mongodb-ace-theme": "^1.2.0",
116+
"mongodb-connection-model": "^21.3.0",
117+
"mongodb-data-service": "^21.3.0",
118118
"mongodb-js-metrics": "^7.3.0",
119119
"mongodb-query-parser": "^2.3.0",
120120
"mongodb-reflux-store": "^0.0.1",
@@ -170,6 +170,6 @@
170170
"redux": "^4.0.1",
171171
"redux-thunk": "^2.3.0",
172172
"semver": "^5.7.1",
173-
"storage-mixin": "^4.4.0"
173+
"storage-mixin": "^4.5.0"
174174
}
175175
}

packages/compass-app-stores/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-app-stores",
33
"productName": "App Stores plugin",
4-
"version": "5.4.0",
4+
"version": "5.5.0",
55
"apiVersion": "3.0.0",
66
"description": "The external stores repo for compass",
77
"main": "lib/index.js",
@@ -64,9 +64,9 @@
6464
"extract-text-webpack-plugin": "^4.0.0-beta.0",
6565
"file-loader": "^5.1.0",
6666
"font-awesome": "^4.7.0",
67-
"hadron-app": "^4.4.0",
67+
"hadron-app": "^4.5.0",
6868
"hadron-app-registry": "^8.3.0",
69-
"hadron-react-bson": "^5.3.0",
69+
"hadron-react-bson": "^5.4.0",
7070
"hadron-react-components": "^5.3.0",
7171
"html-webpack-plugin": "^3.2.0",
7272
"ignore-loader": "^0.1.2",
@@ -89,11 +89,11 @@
8989
"lodash.result": "^4.5.2",
9090
"mocha": "^5.0.0",
9191
"mocha-webpack": "^2.0.0-beta.0",
92-
"mongodb-collection-model": "^4.4.0",
93-
"mongodb-connection-model": "^21.2.0",
94-
"mongodb-data-service": "^21.2.0",
92+
"mongodb-collection-model": "^4.5.0",
93+
"mongodb-connection-model": "^21.3.0",
94+
"mongodb-data-service": "^21.3.0",
9595
"mongodb-database-model": "^1.2.0",
96-
"mongodb-instance-model": "^11.4.0",
96+
"mongodb-instance-model": "^11.5.0",
9797
"mongodb-js-metrics": "^7.3.0",
9898
"mongodb-reflux-store": "^0.0.1",
9999
"node-loader": "^0.6.0",
@@ -113,7 +113,7 @@
113113
"shebang-loader": "0.0.1",
114114
"sinon": "^4.5.0",
115115
"sinon-chai": "^3.5.0",
116-
"storage-mixin": "^4.4.0",
116+
"storage-mixin": "^4.5.0",
117117
"style-loader": "^2.0.0",
118118
"url-loader": "^3.0.0",
119119
"uuid": "^3.3.2",

packages/compass-auto-updates/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-auto-updates",
33
"productName": "Compass Auto Updates plugin",
4-
"version": "3.4.0",
4+
"version": "3.5.0",
55
"apiVersion": "3.0.0",
66
"description": "Compass Auto Updates Plugin",
77
"main": "lib/index.js",
@@ -57,7 +57,7 @@
5757
"extract-text-webpack-plugin": "^4.0.0-beta.0",
5858
"file-loader": "^5.1.0",
5959
"font-awesome": "^4.7.0",
60-
"hadron-app": "^4.4.0",
60+
"hadron-app": "^4.5.0",
6161
"hadron-app-registry": "^8.3.0",
6262
"hadron-ipc": "^2.3.0",
6363
"hadron-react-buttons": "^5.3.0",
@@ -79,7 +79,7 @@
7979
"less-loader": "^5.0.0",
8080
"mocha": "^4.1.0",
8181
"mocha-webpack": "^2.0.0-beta.0",
82-
"mongodb-data-service": "^21.2.0",
82+
"mongodb-data-service": "^21.3.0",
8383
"mongodb-reflux-store": "^0.0.1",
8484
"node-loader": "^0.6.0",
8585
"nyc": "^11.0.3",

packages/compass-collection-stats/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/compass-collection-stats",
33
"productName": "Collection Stats",
4-
"version": "6.4.0",
4+
"version": "6.5.0",
55
"apiVersion": "3.0.0",
66
"description": "Compass Collection Stats Plugin",
77
"main": "lib/index.js",
@@ -69,9 +69,9 @@
6969
"extract-text-webpack-plugin": "^4.0.0-beta.0",
7070
"file-loader": "^5.1.0",
7171
"font-awesome": "^4.7.0",
72-
"hadron-app": "^4.4.0",
72+
"hadron-app": "^4.5.0",
7373
"hadron-app-registry": "^8.3.0",
74-
"hadron-react-bson": "^5.3.0",
74+
"hadron-react-bson": "^5.4.0",
7575
"hadron-react-components": "^5.3.0",
7676
"html-webpack-plugin": "^3.2.0",
7777
"ignore-loader": "^0.1.2",
@@ -92,8 +92,8 @@
9292
"mocha": "^5.0.0",
9393
"mocha-webpack": "^2.0.0-beta.0",
9494
"mongodb-client-encryption": "^1.2.3",
95-
"mongodb-connection-model": "^21.2.0",
96-
"mongodb-data-service": "^21.2.0",
95+
"mongodb-connection-model": "^21.3.0",
96+
"mongodb-data-service": "^21.3.0",
9797
"mongodb-ns": "^2.0.0",
9898
"mongodb-reflux-store": "^0.0.1",
9999
"node-loader": "^0.6.0",

0 commit comments

Comments
 (0)