Merge pull request #6577 from sphinx-doc/npm_updates

Update npm packages
This commit is contained in:
Takeshi KOMIYA 2019-07-14 01:13:18 +09:00 committed by GitHub
commit 8b34e431ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 300 additions and 2031 deletions

2297
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,10 +11,10 @@
"url": "https://github.com/sphinx-doc/sphinx/issues" "url": "https://github.com/sphinx-doc/sphinx/issues"
}, },
"devDependencies": { "devDependencies": {
"jasmine-core": "^3.1.0", "jasmine-core": "^3.4.0",
"karma": "^3.0.0", "karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0", "karma-chrome-launcher": "^3.0.0",
"karma-firefox-launcher": "^1.1.0", "karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2" "karma-jasmine": "^2.0.0"
} }
} }