Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
chore: upgrade projen and yarn (#281)
Browse files Browse the repository at this point in the history
This PR upgrades projen and yarn upgrade to the latest version
  • Loading branch information
neilkuan committed Apr 26, 2021
1 parent 5885a5e commit 85570dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
{
"name": "projen",
"version": "^0.17.62",
"version": "^0.17.65",
"type": "build"
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jsii-docgen": "^1.3.2",
"jsii-pacmak": "^1.11.0",
"json-schema": "^0.2.5",
"projen": "^0.17.62",
"projen": "^0.17.65",
"standard-version": "^9",
"ts-jest": "^26.4.4",
"typescript": "^3.9.5"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1770,9 +1770,9 @@ concat-stream@^2.0.0:
typedarray "^0.0.6"

constructs@^3.3.69:
version "3.3.74"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.3.74.tgz#cf7e69244c5fdf977350b6491b6331f271b7f8b3"
integrity sha512-qLjLFw9jcPxPdZ838lFIzd/SwWSj6dHY8mgPQlfjPptmJLlDnsy+8VOCEeuzjMcYHFDa++8AoikPiHUzn58CaQ==
version "3.3.75"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.3.75.tgz#222516951fd6b8380cb6fea3c171eeca0bf980a4"
integrity sha512-q10foASSSfDWmS99OQLfnWDXCzqLvoORISAVWPFg0AmIGlBv2ZdDOtXxLqrJARPxVlOldmW2JzWzdRI+4+0/ZA==

contains-path@^0.1.0:
version "0.1.0"
Expand Down Expand Up @@ -4029,9 +4029,9 @@ jsii-diff@^1.11.0:
yargs "^16.2.0"

jsii-docgen@^1.3.2:
version "1.8.68"
resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-1.8.68.tgz#9ae866bcffdab73b50d704f656e2ee9b883d2292"
integrity sha512-Z1CpLaOUdssk6Wc8RX7Wj20ebxVfMBhvbi2hREbTPNwH9TTtZ7ZVwKNQg1vXIEXTP/85MyVWcHhK5t2bqhXwQw==
version "1.8.69"
resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-1.8.69.tgz#6c88c0c58c988276f7bff34b97a615401716bccb"
integrity sha512-eVbZlDnWByLbvRa9zeC6S9SY0odBKNzdC0cJijMjZMfGwqoh+UUjOTrWKWZIA9mJFwCxB4LJ/S+c9eW7Ji+RUA==
dependencies:
"@jsii/spec" "^1.16.0"
fs-extra "^9.0.1"
Expand Down Expand Up @@ -5065,10 +5065,10 @@ projen-automate-it@^0.0.8:
dependencies:
projen "^0.17"

projen@^0.17, projen@^0.17.62:
version "0.17.62"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.62.tgz#4828ff92a9e89fc8bff4f8f2cf565216d2359206"
integrity sha512-wHMY/ZicPvqf6XCr5Lu7/2ConCgZMIyQOrB0GwPZ+UYuV7Bk8He7jBJn/w3WKyE79EZdszfaRjEU3utzqqDOqw==
projen@^0.17, projen@^0.17.65:
version "0.17.65"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.65.tgz#b2d6b6bb839fc2992a93868b89ba40a784ac5324"
integrity sha512-NzlSaCqbB/RpUAQzSD0pb71apJPmNr2Rxn//6jwzMzeZ5Ej7Cmsk9hKiWl/5v0iU51W27XBicrMnFUM851vcFw==
dependencies:
"@iarna/toml" "^2.2.5"
chalk "^4.1.0"
Expand Down

0 comments on commit 85570dc

Please sign in to comment.