Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Apr 5, 2024
1 parent 611f86b commit 2de533b
Show file tree
Hide file tree
Showing 3 changed files with 1,284 additions and 1,036 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-node.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
if: env.CURRENT_NODEJS_VERSION_SHORT != env.NEW_NODEJS_VERSION_SHORT
run: |-
npm pkg set engines.node=">= $NEW_NODEJS_VERSION"
yarn add -D @types/node@^$NEW_NODEJS_VERSION_SHORT
yarn add -D @types/node@~$NEW_NODEJS_VERSION_SHORT
- name: Set the new minNodeVersion in the Projen template
if: env.CURRENT_NODEJS_VERSION_SHORT != env.NEW_NODEJS_VERSION_SHORT
run: 'sed -i "s/minNodeVersion: \".*\",/minNodeVersion: \"$NEW_NODEJS_VERSION\",/" ./projenrc.template.js'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -42,19 +42,19 @@
"@cdktf/provider-github": "^13.0.0",
"cdktf": "^0.20.0",
"cdktf-cli": "^0.20.0",
"change-case": "^4.1.2",
"change-case": "~4.1.2",
"constructs": "^10.0"
},
"devDependencies": {
"@types/node": "^18",
"@types/node": "~18",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"eslint": "^8.27.0",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^3",
"tsx": "^4.0.0",
"typescript": "^5.1.3"
"typescript": "~5.3.0"
},
"lint-staged": {
"*.{md,yml}": "prettier --write",
Expand All @@ -63,4 +63,4 @@
"prettier --write"
]
}
}
}

0 comments on commit 2de533b

Please sign in to comment.