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 committed Nov 20, 2023
1 parent 868ec06 commit f4c7129
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 95 deletions.
32 changes: 16 additions & 16 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.3",
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.3",
"@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.90.0",
"codemaker": "^1.92.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.1.9",
"prettier": "^2.8.6",
"jsii-rosetta": "^5.2.3",
"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.8",
"@types/node": "18.18.10",
"@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"
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit f4c7129

Please sign in to comment.