Skip to content

Commit

Permalink
chore(deps): update dependency @types/parse to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 17, 2023
1 parent 45afff8 commit fe03510
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": "3.0.3",
"jest": "23.6.0",
"moment": "2.22.0",
"parse": "1.11.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"homepage": "https://github.com/owsas/parse-offline.git#readme",
"peerDependencies": {
"@types/parse": "^2.4.4",
"@types/parse": "^2.4.4 || ^3.0.0",
"parse": "^1.11.0"
},
"directories": {
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/parse@2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@types/parse/-/parse-2.4.7.tgz#f1c69f8d340d7ea72e74ed2d8ffa1d027f52c0cd"
"@types/parse@3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/parse/-/parse-3.0.3.tgz#582839545aa345348c1916efb324d17ab66c0538"
integrity sha512-069dLGlKjS521qnZNVeMP6pKYm/XEjISOum/X3Vh1ZSG4LigSSA4gxCxNVR6ql6hqWvqi2cyx4xtBaNqzaSQ6g==
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 fe03510

Please sign in to comment.