|
11 | 11 | "babel-minify": "^0.5.0", |
12 | 12 | "babel-standalone": "^6.23.1", |
13 | 13 | "bitovi-source-map": "0.4.2-bitovi.2", |
14 | | - "chokidar": "^2.0.0", |
| 14 | + "chokidar": "^3.5.3", |
15 | 15 | "clean-css": "^4.1.9", |
16 | | - "colors": "^1.2.1", |
| 16 | + "colors": "1.4.0", |
17 | 17 | "common-tags": "^1.7.2", |
18 | 18 | "find-line-column": "^0.5.2", |
19 | 19 | "fs-extra": "~7.0.0", |
20 | 20 | "glob": "^7.1.1", |
21 | | - "globby": "^8.0.1", |
| 21 | + "globby": "^11.1.0", |
22 | 22 | "gzip-size": "4.0.0", |
23 | 23 | "is-appveyor": "^1.0.0", |
24 | 24 | "lodash": "^4.17.0", |
|
39 | 39 | "through2": "^3.0.0", |
40 | 40 | "tmp": "0.0.33", |
41 | 41 | "traceur": "0.0.111", |
42 | | - "transpile": "^2.7.2", |
| 42 | + "transpile": "^2.8.0", |
43 | 43 | "urix": "^0.1.0", |
44 | 44 | "winston": "^2.2.0", |
45 | 45 | "ws": "^5.1.1", |
|
49 | 49 | "babel-plugin-steal-test": "0.0.2", |
50 | 50 | "babel-preset-steal-test": "0.0.1", |
51 | 51 | "browserify": "~16.1.1", |
52 | | - "comparify": "git://github.com/bitovi/comparify.git#master", |
| 52 | + "comparify": "https://github.com/bitovi/comparify.git#master", |
53 | 53 | "connect": "^3.6.5", |
54 | | - "coveralls-send": "0.0.2", |
| 54 | + "coveralls": "^3.1.1", |
55 | 55 | "cssify": "^1.0.3", |
56 | 56 | "istanbul": "^0.4.2", |
57 | 57 | "jquery": "^3.1.1", |
58 | | - "jshint": "~2.9.1", |
| 58 | + "jshint": "^2.13.4", |
59 | 59 | "mocha": "^3.5.3", |
60 | 60 | "mocha-lcov-reporter": "^1.2.0", |
61 | 61 | "mock-fs": "4.10.4", |
|
66 | 66 | "steal-css": "^1.3.1", |
67 | 67 | "steal-less": "^1.3.1", |
68 | 68 | "steal-qunit": "^1.0.0", |
69 | | - "testee": "^0.9.1", |
| 69 | + "testee": "^0.10.0", |
70 | 70 | "tree-kill": "^1.2.0", |
71 | | - "zombie": "^5.0.6" |
| 71 | + "zombie": "^5.0.8" |
72 | 72 | }, |
73 | 73 | "bin": { |
74 | 74 | "steal-tools": "bin/steal" |
|
92 | 92 | "mocha": "mocha test/test.js", |
93 | 93 | "jshint": "jshint lib/ Gruntfile.js --config", |
94 | 94 | "coverage": "istanbul cover _mocha -- test/test --timeout 600000", |
95 | | - "coverage:upload": "istanbul cover _mocha --report lcovonly -- test/test --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js", |
| 95 | + "coverage:upload": "istanbul cover _mocha --report lcovonly -- test/test --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", |
96 | 96 | "preversion": "npm run jshint && npm run test:browser", |
97 | 97 | "postpublish": "git push --tags && git push", |
98 | 98 | "release:pre": "npm version prerelease && npm publish --tag pre", |
|
105 | 105 | "test:exports-worker": "node test/exports_worker/exports.js && testee test/exports_worker/worker.html --browsers chrome --reporter Spec" |
106 | 106 | }, |
107 | 107 | "engines": { |
108 | | - "node": "8.x - 14.x" |
| 108 | + "node": "10.x - 14.x" |
109 | 109 | }, |
110 | 110 | "system": { |
111 | 111 | "npmDependencies": [ |
|
0 commit comments