Skip to content

Commit

Permalink
Merge pull request #1663 from hashicorp/automation/yarn-upgrade
Browse files Browse the repository at this point in the history
chore: npm-check-updates && yarn upgrade
  • Loading branch information
ansgarm authored Mar 28, 2022
2 parents dbccc39 + 3d22fe8 commit 7442c32
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 284 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"node": ">=14.0"
},
"dependencies": {
"@cdktf/provider-azurerm": "^0.5.58",
"@cdktf/provider-azurerm": "^0.5.62",
"cdktf": "^0.6.2",
"constructs": "^10.0.25"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^3.9.10"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"husky": ">=6",
"lerna": "^4.0.0",
"lint-staged": ">=10",
"prettier": "^2.6.0",
"prettier": "^2.6.1",
"standard-version": "^9.3.2"
},
"lint-staged": {
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 @@ -38,7 +38,7 @@
"graphology": "^0.24.1",
"graphology-types": "^0.21.2",
"jsii-rosetta": "^1.55.1",
"prettier": "^2.6.0",
"prettier": "^2.6.1",
"reserved-words": "^0.1.2",
"zod": "^1.11.17"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"codemaker": "^0.22.0",
"fs-extra": "^8.1.0",
"is-valid-domain": "^0.1.6",
"jsii-srcmak": "^0.1.506"
"jsii-srcmak": "^0.1.513"
},
"devDependencies": {
"@types/fs-extra": "^8.1.2",
Expand Down
18 changes: 9 additions & 9 deletions packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,28 +97,28 @@
"@types/ink-spinner": "^3.0.1",
"@types/inquirer": "^7.3.3",
"@types/jest": "^25.2.3",
"@types/json-schema": "^7.0.10",
"@types/json-schema": "^7.0.11",
"@types/lodash.isequal": "^4.5.5",
"@types/nock": "^11.1.0",
"@types/node": "^14.18.12",
"@types/parse-gitignore": "^1.0.0",
"@types/react": "^17.0.41",
"@types/react": "^17.0.43",
"@types/semver": "^7.3.9",
"@types/stream-buffers": "^3.0.4",
"@types/uuid": "^8.3.4",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"apollo-server-core": "^3.6.4",
"apollo-server-express": "^3.6.4",
"apollo-server-core": "^3.6.6",
"apollo-server-express": "^3.6.6",
"archiver": "^5.3.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"cli-spinners": "2.6.1",
"codemaker": "^0.22.0",
"cross-fetch": "^3.1.5",
"detect-port": "^1.3.0",
"esbuild": "^0.14.27",
"esbuild": "^0.14.28",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
Expand All @@ -135,18 +135,18 @@
"ink-spinner": "^4.0.3",
"ink-testing-library": "^2.1.0",
"ink-use-stdout-dimensions": "^1.0.5",
"inquirer": "^8.2.1",
"inquirer": "^8.2.2",
"jest": "^26.6.3",
"jsii-srcmak": "^0.1.506",
"jsii-srcmak": "^0.1.513",
"lodash.isequal": "^4.5.0",
"log4js": "^6.4.3",
"log4js": "^6.4.4",
"nock": "^13.2.4",
"open": "^7.4.2",
"parse-gitignore": "^1.0.1",
"pkg-up": "^3.1.0",
"react": "^17.0.2",
"semver": "^7.3.5",
"sscaff": "^1.2.232",
"sscaff": "^1.2.240",
"stream-buffers": "^3.0.2",
"strip-ansi": "^6.0.1",
"subscriptions-transport-ws": "^0.11.0",
Expand Down
Loading

0 comments on commit 7442c32

Please sign in to comment.