10000 Update dependencies. · correct-js/js-data@acf91fa · GitHub
[go: up one dir, main page]

Skip to content

Commit acf91fa

Browse files
committed
Update dependencies.
1 parent 91e94a3 commit acf91fa

File tree

2 files changed

+95
-135
lines changed

2 files changed

+95
-135
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"bundle:es5": "rollup src/index.js -c -o dist/js-data.js -m dist/js-data.js.map -f umd",
5050
"bundle:next": "rollup src/index.js -c -o dist/js-data.es2015.js -m dist/js-data.es2015.js.map -f es",
5151
"bundle": "npm run bundle:es5 && npm run bundle:next && repo-tools write-version dist/js-data.js dist/js-data.es2015.js",
52-
"min": "uglifyjs dist/js-data.js -o dist/js-data.min.js --source-map dist/js-data.min.map --source-map-url js-data.min.map -v -m -c --keep-fnames --screw-ie8",
52+
"min": "uglifyjs -o dist/js-data.min.js --source-map url=js-data.min.map -v -m -c --keep-fnames --screw-ie8 -- dist/js-data.js",
5353
"banner": "node scripts/banner.js",
5454
"gzip": "echo gzipped size: $(cat dist/js-data.min.js | gzip -f9 | wc -c)kb",
5555
"build": "npm run lint && npm run bundle && npm run min && npm run banner",
@@ -72,21 +72,21 @@
7272
"ink-docstrap": "git+https://github.com/js-data/docstrap.git#cfbe45fa313e1628c493076d5e15d2b855dfbf2c",
7373
"js-data-repo-tools": "1.0.0",
7474
"jsdoc": "3.4.3",
75-
"karma": "1.6.0",
75+
"karma": "1.7.0",
7676
"karma-babel-preprocessor": "6.0.1",
7777
"karma-chai": "0.1.0",
78-
"karma-chrome-launcher": "2.0.0",
78+
"karma-chrome-launcher": "2.1.1",
7979
"karma-mocha": "1.3.0",
8080
"karma-phantomjs-launcher": "1.0.4",
8181
"karma-sauce-launcher": "1.1.0",
8282
"karma-sinon": "1.0.5",
83-
"mocha": "3.3.0",
84-
"nyc": "10.2.0",
83+
"mocha": "3.4.1",
84+
"nyc": "10.3.2",
8585
"phantomjs-prebuilt": "2.1.14",
8686
"rollup": "0.41.6",
8787
"rollup-plugin-babel": "2.7.1",
88-
"sinon": "2.1.0",
88+
"sinon": "2.3.1",
8989
"standard": "10.0.2",
90-
"uglify-js": "2.8.22"
90+
"uglify-js": "3.0.11"
9191
}
9292
}

0 commit comments

Comments
 (0)
0