Update package.json

This commit is contained in:
Gusted 2020-04-16 20:45:26 +02:00 committed by GitHub
parent d77b807196
commit 0a878e87af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
"repository": "openstyles/stylus", "repository": "openstyles/stylus",
"author": "Stylus Team", "author": "Stylus Team",
"devDependencies": { "devDependencies": {
"archiver": "^3.1.1", "archiver": "^4.0.1",
"codemirror": "^5.51.0", "codemirror": "^5.52.2",
"db-to-cloud": "^0.4.5", "db-to-cloud": "^0.4.5",
"endent": "^1.4.0", "endent": "^2.0.1",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"fs-extra": "^8.1.0", "fs-extra": "^9.0.0",
"jsonlint": "^1.6.3", "jsonlint": "^1.6.3",
"less-bundle": "github:openstyles/less-bundle#v0.1.0", "less-bundle": "github:openstyles/less-bundle#v0.1.0",
"lz-string-unsafe": "^1.4.4-fork-1", "lz-string-unsafe": "^1.4.4-fork-1",
"make-fetch-happen": "^7.1.1", "make-fetch-happen": "^8.0.4",
"semver-bundle": "^0.1.1", "semver-bundle": "^0.1.1",
"shx": "^0.3.2", "shx": "^0.3.2",
"stylelint-bundle": "^8.0.0", "stylelint-bundle": "^8.0.0",
@ -23,7 +23,7 @@
"sync-version": "^1.0.1", "sync-version": "^1.0.1",
"tiny-glob": "^0.2.6", "tiny-glob": "^0.2.6",
"usercss-meta": "^0.9.0", "usercss-meta": "^0.9.0",
"uuid": "^7.0.0-beta.0", "uuid": "^7.0.3",
"web-ext": "^4.1.0", "web-ext": "^4.1.0",
"webext-tx-fix": "^0.3.3" "webext-tx-fix": "^0.3.3"
}, },