Skip to content

Commit

Permalink
Merge pull request #1520 from tarsinzer/bump/shelljs-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/shelljs to v0.8.12
  • Loading branch information
tarsisexistence authored May 14, 2023
2 parents 7422eac + 008b02d commit e837668
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@types/ramda": "0.29.0",
"@types/react": "18.2.6",
"@types/sade": "1.7.4",
"@types/shelljs": "0.8.11",
"@types/shelljs": "0.8.12",
"esbuild": "0.15.15",
"rollup-plugin-esbuild": "4.10.3",
"rollup-plugin-node-builtins": "2.1.2",
Expand Down
18 changes: 9 additions & 9 deletions example-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2344,10 +2344,10 @@
dependencies:
"@types/node" "*"

"@types/glob@*":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2"
integrity sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==
"@types/glob@~7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
dependencies:
"@types/minimatch" "*"
"@types/node" "*"
Expand Down Expand Up @@ -2591,12 +2591,12 @@
"@types/mime" "*"
"@types/node" "*"

"@types/[email protected].11":
version "0.8.11"
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.11.tgz#17a5696c825974e96828e96e89585d685646fcb8"
integrity sha512-x9yaMvEh5BEaZKeVQC4vp3l+QoFj3BXcd4aYfuKSzIIyihjdVARAadYy3SMNIz0WCCdS2vB9JL/U6GQk5PaxQw==
"@types/[email protected].12":
version "0.8.12"
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.12.tgz#79dc9632af7d5ca1b5afb65a6bfc1422d79b5fa0"
integrity sha512-ZA8U81/gldY+rR5zl/7HSHrG2KDfEb3lzG6uCUDhW1DTQE9yC/VBQ45fXnXq8f3CgInfhZmjtdu/WOUlrXRQUg==
dependencies:
"@types/glob" "*"
"@types/glob" "~7.2.0"
"@types/node" "*"

"@types/sockjs@^0.3.33":
Expand Down

0 comments on commit e837668

Please sign in to comment.