mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +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)",
|
||||
"repository": "nodeca/pako",
|
||||
"devDependencies": {
|
||||
"ansi": "*",
|
||||
"benchmark": "*",
|
||||
"ansi": "^0.3.1",
|
||||
"benchmark": "^2.1.4",
|
||||
"bluebird": "^3.5.0",
|
||||
"browserify": "*",
|
||||
"browserify": "^14.4.0",
|
||||
"eslint": "^3.12.2",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-cli": "^1.2.0",
|
||||
"grunt-contrib-connect": "^1.0.2",
|
||||
"grunt-saucelabs": "^9.0.0",
|
||||
"istanbul": "*",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^3.2.0",
|
||||
"multiparty": "^4.1.3",
|
||||
"ndoc": "*",
|
||||
"uglify-js": "*",
|
||||
"zlibjs": "^0.2.0"
|
||||
"ndoc": "^5.0.1",
|
||||
"uglify-js": "^3.0.25",
|
||||
"zlibjs": "^0.3.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue