mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: upgrade pjax dependencies
This commit is contained in:
parent
f39403f959
commit
8185ac588e
2 changed files with 1224 additions and 1969 deletions
|
|
@ -26,19 +26,19 @@
|
|||
],
|
||||
"types": "index.d.ts",
|
||||
"devDependencies": {
|
||||
"browserify": "^15.0.0",
|
||||
"browserify": "^16.5.0",
|
||||
"jscs": "^3.0.7",
|
||||
"jsdom": "^11.5.1",
|
||||
"jsdom": "^15.2.0",
|
||||
"jsdom-global": "^3.0.2",
|
||||
"jshint": "^2.5.6",
|
||||
"npmpub": "^3.1.0",
|
||||
"nyc": "^11.4.1",
|
||||
"opn-cli": "^3.1.0",
|
||||
"serve": "^11.0.0",
|
||||
"jshint": "^2.10.2",
|
||||
"npmpub": "^5.0.0",
|
||||
"nyc": "^14.1.1",
|
||||
"opn-cli": "^5.0.0",
|
||||
"serve": "^11.2.0",
|
||||
"tap-nyc": "^1.0.3",
|
||||
"tap-spec": "^4.1.1",
|
||||
"tape": "^4.8.0",
|
||||
"uglify-js": "^3.3.8"
|
||||
"tap-spec": "^5.0.0",
|
||||
"tape": "^4.11.0",
|
||||
"uglify-js": "^3.6.4"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "jscs . && jshint . --exclude-path .gitignore",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue