Skip to content

Commit

Permalink
chore(@cdktf/hcl2cdk): npm-check-updates && yarn upgrade
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 3, 2023
1 parent 0a91421 commit 62a03c6
Show file tree
Hide file tree
Showing 2 changed files with 888 additions and 67 deletions.
30 changes: 15 additions & 15 deletions packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,32 @@
],
"license": "MPL-2.0",
"dependencies": {
"@babel/generator": "^7.21.4",
"@babel/template": "^7.20.7",
"@babel/types": "^7.21.4",
"@babel/generator": "^7.23.0",
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.0",
"@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",
"deep-equal": "^2.2.0",
"glob": "^10.3.3",
"graphology": "^0.25.1",
"deep-equal": "^2.2.2",
"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.1",
"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.3",
"@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.7",
"@types/node": "18.18.8",
"@types/reserved-words": "^0.1.3",
"deepmerge": "^4.3.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 62a03c6

Please sign in to comment.