Skip to content

Commit

Permalink
chore(deps-dev): bump jsii from 1.17.1 to 1.24.0 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 19, 2021
1 parent 04e6733 commit c414308
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
8 changes: 5 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"charset": "utf8",
"declaration": true,
"experimentalDecorators": true,
"incremental": true,
"inlineSourceMap": true,
"inlineSources": true,
"lib": [
Expand All @@ -25,14 +26,15 @@
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": false,
"target": "ES2018"
"target": "ES2018",
"composite": false,
"tsBuildInfoFile": "lib/tsconfig.tsbuildinfo"
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"lib/**/*.ts"
"node_modules"
],
"_generated_by_jsii_": "Generated by jsii - safe to delete, and ideally should be in .gitignore"
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@jsii/spec@^1.16.0", "@jsii/spec@^1.17.1", "@jsii/spec@^1.24.0":
"@jsii/spec@^1.16.0", "@jsii/spec@^1.24.0":
version "1.24.0"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.24.0.tgz#59dd43af7bb65074b39bd457a98f4ab3cb385bd3"
integrity sha512-Km0va0ZBlzWPOijsNlo7SwozYT6Ej9h01xXYtBmoHw2CLccofOEQLV2Ig3+ydhU+aTW5yLKJrVPsAjJoaaBAgA==
Expand Down Expand Up @@ -3684,21 +3684,21 @@ jsii-rosetta@^1.24.0:
yargs "^16.2.0"

jsii@^1.15.0:
version "1.17.1"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.17.1.tgz#1c8cdece2354a87155e4ea989690c9e1ae8af049"
integrity sha512-Hx2oJjD7mXWD73A8yRkNzE9QDkfn+oDNUAwQgeMV5xteBvrzKFwiToucMTrPPVL/KO2mEXvWP2Or7MY03DFu7w==
version "1.24.0"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.24.0.tgz#48e156b77f54d067520e0789f75d70c883be058a"
integrity sha512-ROCFFFdbs2o8OgQEWvpMY/UMXshndkGr8TunG0NQx8kQfONYeCjgNFqMcbcyXuhlR+DI1MUGVVOzw6zc9geyGA==
dependencies:
"@jsii/spec" "^1.17.1"
"@jsii/spec" "^1.24.0"
case "^1.6.3"
colors "^1.4.0"
deep-equal "^2.0.5"
fs-extra "^9.0.1"
fs-extra "^9.1.0"
log4js "^6.3.0"
semver "^7.3.4"
semver-intersect "^1.4.0"
sort-json "^2.0.0"
spdx-license-list "^6.3.0"
typescript "~3.9.7"
spdx-license-list "^6.4.0"
typescript "~3.9.9"
yargs "^16.2.0"

json-parse-better-errors@^1.0.1:
Expand Down Expand Up @@ -5276,7 +5276,7 @@ spdx-license-ids@^3.0.0:
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz#c80757383c28abf7296744998cbc106ae8b854ce"
integrity sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==

spdx-license-list@^6.3.0, spdx-license-list@^6.4.0:
spdx-license-list@^6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/spdx-license-list/-/spdx-license-list-6.4.0.tgz#9850c3699c1d35745285607d064d2a5145049d12"
integrity sha512-4BxgJ1IZxTJuX1YxMGu2cRYK46Bk9zJNTK2/R0wNZR0cm+6SVl26/uG7FQmQtxoJQX1uZ0EpTi2L7zvMLboaBA==
Expand Down Expand Up @@ -5774,7 +5774,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.9.5, typescript@~3.9.7, typescript@~3.9.9:
typescript@^3.9.5, typescript@~3.9.9:
version "3.9.9"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
Expand Down

0 comments on commit c414308

Please sign in to comment.