Skip to content

Commit

Permalink
chore(deps): update dependency @4c/cli to v3 (#196)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @4c/cli to v3

* fix

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Giacomo Tagliabue <[email protected]>
  • Loading branch information
3 people authored Sep 20, 2021
1 parent da398ec commit 5e73ee8
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "^4.3.5"
},
"devDependencies": {
"@4c/cli": "^2.2.8",
"@4c/cli": "^3.0.0",
"lerna": "^4.0.0",
"typescript": "^4.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-explorer-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@4c/babel-preset": "^8.1.1",
"@4c/cli": "^2.2.8",
"@4c/cli": "^3.0.0",
"@4c/prettier-config": "^1.1.0",
"@4c/tsconfig": "^0.4.0",
"@babel/preset-typescript": "^7.15.0",
Expand Down
Loading

0 comments on commit 5e73ee8

Please sign in to comment.