Skip to content

Commit

Permalink
fix: missing cli dependency pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed Feb 17, 2024
1 parent 603fb51 commit 8524829
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Use Node.js 18.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18

Expand Down
3 changes: 2 additions & 1 deletion apps/ogre-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"@gitgraph/core": "1.5.0",
"chalk": "^5.3.0",
"color-convert": "^2.0.1",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"@dotinc/ogre": "*"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/ogre-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@dotinc/ogre": "^0.3.0",
"@dotinc/ogre": "*",
"@dotinc/ogre-react": "^0.3.0",
"next": "12.1.0",
"next-plausible": "^3.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ogre-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/dotindustries/ogre.git"
},
"dependencies": {
"@dotinc/ogre": "^0.3.0",
"@dotinc/ogre": "*",
"@gitgraph/react": "^1.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8524829

Please sign in to comment.