Skip to content

Commit

Permalink
chore(deps): update dependency parse to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 27, 2018
1 parent dfbaef4 commit b43ff58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/parse": "2.4.7",
"jest": "22.4.2",
"moment": "2.22.0",
"parse": "1.11.0",
"parse": "2.0.2",
"ts-jest": "21.2.4",
"tslint": "5.8.0",
"tslint-config-airbnb": "5.3.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
"homepage": "https://github.com/owsas/parse-offline.git#readme",
"peerDependencies": {
"@types/parse": "^2.4.4",
"parse": "^1.11.0"
"parse": "^1.11.0 || ^2.0.0"
},
"directories": {
"test": "test"
Expand Down
28 changes: 11 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ babel-register@^6.26.0:
mkdirp "^0.5.1"
source-map-support "^0.4.15"

babel-runtime@^6.11.6, babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2:
babel-runtime@6.26.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
dependencies:
Expand Down Expand Up @@ -2370,13 +2370,13 @@ parse5@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94"

parse@1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/parse/-/parse-1.11.0.tgz#65a255cafc217c3f8ca24a036a8dc968ef363a64"
parse@2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/parse/-/parse-2.0.2.tgz#970d5f65f6c8d8b527e16b7c45f1419cd8c53007"
dependencies:
babel-runtime "^6.11.6"
ws "^3.3.1"
xmlhttprequest "^1.7.0"
babel-runtime "6.26.0"
ws "6.0.0"
xmlhttprequest "1.8.0"

path-exists@^2.0.0:
version "2.1.0"
Expand Down Expand Up @@ -3148,10 +3148,6 @@ uid-number@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"

ultron@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.0.tgz#b07a2e6a541a815fc6a34ccd4533baec307ca864"

universalify@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7"
Expand Down Expand Up @@ -3297,13 +3293,11 @@ write-file-atomic@^2.1.0:
imurmurhash "^0.1.4"
signal-exit "^3.0.2"

ws@^3.3.1:
version "3.3.3"
resolved "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
ws@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-6.0.0.tgz#eaa494aded00ac4289d455bac8d84c7c651cef35"
dependencies:
async-limiter "~1.0.0"
safe-buffer "~5.1.0"
ultron "~1.1.0"

ws@^4.0.0:
version "4.1.0"
Expand All @@ -3320,7 +3314,7 @@ xml-name-validator@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"

xmlhttprequest@^1.7.0:
xmlhttprequest@1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz#67fe075c5c24fef39f9d65f5f7b7fe75171968fc"

Expand Down

0 comments on commit b43ff58

Please sign in to comment.