Skip to content

Commit

Permalink
chore: Upgrade dependencies for @cdktf/hcl2cdk
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
team-tf-cdk authored Jan 15, 2024
1 parent 44ca450 commit dc6bd5c
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 127 deletions.
34 changes: 17 additions & 17 deletions packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,35 @@
],
"license": "MPL-2.0",
"dependencies": {
"@babel/generator": "7.21.4",
"@babel/template": "7.20.7",
"@babel/types": "7.21.4",
"@babel/generator": "7.23.6",
"@babel/template": "7.22.15",
"@babel/types": "7.23.6",
"@cdktf/commons": "0.0.0",
"@cdktf/hcl2json": "0.0.0",
"@cdktf/provider-generator": "0.0.0",
"@cdktf/provider-schema": "0.0.0",
"camelcase": "6.3.0",
"codemaker": "1.93.0",
"codemaker": "1.94.0",
"cdktf": "0.0.0",
"deep-equal": "2.2.0",
"glob": "10.3.3",
"graphology": "0.25.1",
"deep-equal": "2.2.3",
"glob": "10.3.10",
"graphology": "0.25.4",
"graphology-types": "0.24.7",
"jsii-rosetta": "5.3.2",
"prettier": "2.8.7",
"jsii-rosetta": "5.3.4",
"prettier": "2.8.8",
"reserved-words": "0.1.2",
"zod": "3.22.4"
},
"devDependencies": {
"@types/deep-equal": "1.0.1",
"@types/deep-equal": "1.0.4",
"@types/glob": "8.1.0",
"@types/jest": "29.5.0",
"@types/node": "18.11.19",
"@types/reserved-words": "0.1.0",
"@types/jest": "29.5.11",
"@types/node": "18.19.7",
"@types/reserved-words": "0.1.4",
"execa": "5.1.1",
"fs-extra": "11.1.1",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "5.0.3"
"fs-extra": "11.2.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.0.4"
}
}
Loading

0 comments on commit dc6bd5c

Please sign in to comment.