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 Jan 23, 2021
1 parent 45afff8 commit ddb3f6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"devDependencies": {
"@types/jest": "22.2.2",
"@types/parse": "2.4.7",
"@types/parse": "2.18.3",
"jest": "23.6.0",
"moment": "2.22.0",
"parse": "1.11.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
17 changes: 4 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,16 @@
version "22.2.2"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-22.2.2.tgz#afe5dacbd00d65325f52da0ed3e76e259629ac9d"

"@types/jquery@*":
version "3.3.0"
resolved "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.0.tgz#6316ac20a1a13c5d521a2dc661befc7184f73f5b"

"@types/node@*":
version "9.4.6"
resolved "https://registry.npmjs.org/@types/node/-/node-9.4.6.tgz#d8176d864ee48753d053783e4e463aec86b8d82e"

"@types/[email protected]":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@types/parse/-/parse-2.4.7.tgz#f1c69f8d340d7ea72e74ed2d8ffa1d027f52c0cd"
"@types/[email protected]":
version "2.18.3"
resolved "https://registry.yarnpkg.com/@types/parse/-/parse-2.18.3.tgz#2f6b1a2fb97d82cba3579e90b3f11ba23dc44f10"
integrity sha512-HsQQxlsfBPblottxCN7Cu9iZqpVdXomyhblDNlY8vEWdYv+brIdIx9hSILRshUZZoZKHwgnuTL8YHXeRQ4R13A==
dependencies:
"@types/jquery" "*"
"@types/node" "*"
"@types/underscore" "*"

"@types/underscore@*":
version "1.8.7"
resolved "https://registry.npmjs.org/@types/underscore/-/underscore-1.8.7.tgz#5e4fe5d18376647fb8a1fe33f8ded0d8ccfa783c"

abab@^1.0.3, abab@^1.0.4:
version "1.0.4"
Expand Down

0 comments on commit ddb3f6a

Please sign in to comment.