mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-21 20:34:04 +01:00
devDeps update
This commit is contained in:
parent
374b277da9
commit
0d903c1a2e
1 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
@ -25,20 +25,20 @@
|
||||||
"license": "(MIT AND Zlib)",
|
"license": "(MIT AND Zlib)",
|
||||||
"repository": "nodeca/pako",
|
"repository": "nodeca/pako",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ansi": "*",
|
"ansi": "^0.3.1",
|
||||||
"benchmark": "*",
|
"benchmark": "^2.1.4",
|
||||||
"bluebird": "^3.5.0",
|
"bluebird": "^3.5.0",
|
||||||
"browserify": "*",
|
"browserify": "^14.4.0",
|
||||||
"eslint": "^3.12.2",
|
"eslint": "^3.12.2",
|
||||||
"grunt": "^1.0.1",
|
"grunt": "^1.0.1",
|
||||||
"grunt-cli": "^1.2.0",
|
"grunt-cli": "^1.2.0",
|
||||||
"grunt-contrib-connect": "^1.0.2",
|
"grunt-contrib-connect": "^1.0.2",
|
||||||
"grunt-saucelabs": "^9.0.0",
|
"grunt-saucelabs": "^9.0.0",
|
||||||
"istanbul": "*",
|
"istanbul": "^0.4.5",
|
||||||
"mocha": "^3.2.0",
|
"mocha": "^3.2.0",
|
||||||
"multiparty": "^4.1.3",
|
"multiparty": "^4.1.3",
|
||||||
"ndoc": "*",
|
"ndoc": "^5.0.1",
|
||||||
"uglify-js": "*",
|
"uglify-js": "^3.0.25",
|
||||||
"zlibjs": "^0.2.0"
|
"zlibjs": "^0.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue