Skip to content

Commit 8fbfc04

Browse files
committed
chore(package): update babel dependencies
1 parent a12eb32 commit 8fbfc04

File tree

2 files changed

+16
-23
lines changed

2 files changed

+16
-23
lines changed

package.json

+16-20
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,29 @@
55
"files": ["lib", "index.js", "browser_build", "bower.json"],
66
"version": "1.0.4",
77
"author": "Christian Amor Kvalheim <[email protected]>",
8+
"license": "Apache-2.0",
89
"contributors": [],
910
"repository": "mongodb/js-bson",
1011
"bugs": {
1112
"mail": "[email protected]",
1213
"url": "https://github.com/mongodb/js-bson/issues"
1314
},
1415
"devDependencies": {
15-
"benchmark": "1.0.0",
16-
"colors": "1.1.0",
17-
"nodeunit": "0.9.0",
18-
"babel-core": "^6.14.0",
19-
"babel-loader": "^6.2.5",
20-
"babel-polyfill": "^6.13.0",
21-
"babel-preset-es2015": "^6.14.0",
22-
"babel-preset-stage-0": "^6.5.0",
23-
"babel-register": "^6.14.0",
24-
"eslint": "^4.5.0",
25-
"eslint-plugin-prettier": "^2.2.0",
16+
"benchmark": "^2.1.4",
17+
"babel-core": "^6.26.0",
18+
"babel-loader": "^7.1.2",
19+
"babel-polyfill": "^6.26.0",
20+
"babel-preset-env": "^1.6.0",
21+
"babel-preset-stage-0": "^6.24.1",
22+
"babel-register": "^6.26.0",
23+
"chai": "^4.1.2",
24+
"eslint": "^4.7.2",
25+
"eslint-plugin-prettier": "^2.3.1",
2626
"istanbul": "^0.4.5",
27-
"prettier": "^1.5.3",
28-
"webpack": "^1.13.2",
29-
"webpack-polyfills-plugin": "0.0.9"
27+
"mocha": "^3.5.3",
28+
"prettier": "^1.7.0",
29+
"webpack": "^3.6.0",
30+
"webpack-polyfills-plugin": "0.1.0"
3031
},
3132
"config": {
3233
"native": false
@@ -47,10 +48,5 @@
4748
"coverage":
4849
"istanbul cover _mocha -- --recursive --ui tdd test/node"
4950
},
50-
"browser": "lib/bson/bson.js",
51-
"license": "Apache-2.0",
52-
"dependencies": {
53-
"chai": "^4.1.2",
54-
"mocha": "^3.5.3"
55-
}
51+
"browser": "lib/bson/bson.js"
5652
}

test/node/decimal128_tests.js

-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ var INF_POSITIVE_BUFFER = new Buffer(
6565
].reverse()
6666
);
6767

68-
var createBSON = require('../utils'),
69-
expect = require('chai').expect;
70-
7168
describe('Decimal128', function() {
7269
/**
7370
* @ignore

0 commit comments

Comments
 (0)