Skip to content

Commit

Permalink
chore: 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
DanielMSchmidt authored Aug 15, 2022
1 parent 8d81422 commit e28df8d
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 241 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^16.11.47",
"@types/node": "^16.11.48",
"jest": "^27.5.1",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"glob": "7.2.3",
"graphology": "^0.24.1",
"graphology-types": "^0.21.2",
"jsii-rosetta": "^1.63.2",
"jsii-rosetta": "^1.64.0",
"prettier": "^2.7.1",
"reserved-words": "^0.1.2",
"zod": "^1.11.17"
Expand Down
4 changes: 2 additions & 2 deletions packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"license": "MPL-2.0",
"dependencies": {
"@cdktf/hcl2json": "0.0.0",
"codemaker": "^1.63.2",
"codemaker": "^1.64.0",
"fs-extra": "^8.1.0",
"is-valid-domain": "^0.1.6",
"jsii-srcmak": "^0.1.641"
"jsii-srcmak": "^0.1.648"
},
"devDependencies": {
"@types/fs-extra": "^8.1.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@sentry/node": "^6.19.7",
"@types/yargs": "^17.0.11",
"cdktf": "0.0.0",
"codemaker": "^1.63.2",
"codemaker": "^1.64.0",
"constructs": "^10.0.25",
"cross-spawn": "^7.0.3",
"https-proxy-agent": "^5.0.1",
"yoga-layout-prebuilt": "^1.10.0",
"ink-select-input": "^4.2.1",
"jsii": "^1.63.2",
"jsii-pacmak": "^1.63.2",
"jsii": "^1.64.0",
"jsii-pacmak": "^1.64.0",
"minimatch": "^5.1.0",
"node-abort-controller": "^3.0.1",
"node-fetch": "^2.6.7",
Expand Down Expand Up @@ -110,7 +110,7 @@
"@types/node": "^14.18.23",
"@types/parse-gitignore": "^1.0.0",
"@types/react": "18.0.17",
"@types/semver": "^7.3.10",
"@types/semver": "^7.3.12",
"@types/stream-buffers": "^3.0.4",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
Expand All @@ -119,10 +119,10 @@
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"cli-spinners": "2.7.0",
"codemaker": "^1.63.2",
"codemaker": "^1.64.0",
"cross-fetch": "^3.1.5",
"detect-port": "^1.3.0",
"esbuild": "^0.14.53",
"esbuild": "^0.15.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.1",
Expand All @@ -138,7 +138,7 @@
"ink-use-stdout-dimensions": "^1.0.5",
"inquirer": "^8.2.4",
"jest": "^26.6.3",
"jsii-srcmak": "^0.1.641",
"jsii-srcmak": "^0.1.648",
"lodash.isequal": "^4.5.0",
"log4js": "^6.6.1",
"nock": "^13.2.9",
Expand Down
8 changes: 4 additions & 4 deletions packages/cdktf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
"@typescript-eslint/parser": "^4.33.0",
"constructs": "^10.0.25",
"eslint": "^7.32.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-jsdoc": "^39.3.6",
"jest": "^26.6.3",
"jsii": "^1.63.2",
"jsii-docgen": "^7.0.66",
"jsii-pacmak": "^1.63.2",
"jsii": "^1.64.0",
"jsii-docgen": "^7.0.67",
"jsii-pacmak": "^1.64.0",
"ts-jest": "^26.5.6",
"typescript": "^3.9.10"
},
Expand Down
Loading

0 comments on commit e28df8d

Please sign in to comment.