Skip to content

Commit 58dc584

Browse files
durrankangas
authored andcommitted
INT-1780: Use new BSON types (#460)
1 parent 6fb7f94 commit 58dc584

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@
102102
"font-awesome": "https://github.com/FortAwesome/Font-Awesome/archive/v4.4.0.tar.gz",
103103
"get-object-path": "azer/get-object-path#74eb42de0cfd02c14ffdd18552f295aba723d394",
104104
"hadron-action": "^0.1.0",
105-
"hadron-app-registry": "^1.7.0",
105+
"hadron-app-registry": "^1.10.0",
106106
"hadron-auto-update-manager": "^0.0.12",
107107
"hadron-compile-cache": "^0.3.0",
108-
"hadron-document": "^0.22.0",
108+
"hadron-document": "^0.25.0",
109109
"hadron-ipc": "^0.0.7",
110110
"hadron-module-cache": "^0.0.3",
111111
"hadron-package-manager": "0.1.0",
112112
"hadron-reflux-store": "^0.0.2",
113-
"hadron-type-checker": "^0.9.0",
113+
"hadron-type-checker": "^0.12.0",
114114
"highlight.js": "^8.9.1",
115115
"jquery": "^2.1.4",
116116
"keytar": "3.0.2",
@@ -120,9 +120,10 @@
120120
"lodash": "^3.10.1",
121121
"marked": "^0.3.5",
122122
"moment": "^2.10.6",
123+
"mongodb": "^2.2.8",
123124
"mongodb-collection-model": "^0.2.3",
124-
"mongodb-connection-model": "^5.0.0",
125-
"mongodb-data-service": "^1.1.1",
125+
"mongodb-connection-model": "^5.1.0",
126+
"mongodb-data-service": "^1.3.0",
126127
"mongodb-database-model": "^0.1.2",
127128
"mongodb-explain-plan-model": "^0.2.0",
128129
"mongodb-extended-json": "^1.7.0",
@@ -161,7 +162,7 @@
161162
"hadron-build": "^0.7.2",
162163
"mocha": "^2.3.4",
163164
"mongodb-js-precommit": "^0.2.9",
164-
"mongodb-runner": "^3.1.15",
165+
"mongodb-runner": "^3.2.0",
165166
"react-addons-test-utils": "^15.2.1",
166167
"spectron": "^3.2.6",
167168
"xvfb-maybe": "^0.1.3"

0 commit comments

Comments
 (0)