From 85248290b04a72824e347e702bf2f3929e78bc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Veres?= Date: Sat, 17 Feb 2024 16:42:53 +0100 Subject: [PATCH] fix: missing cli dependency pkg --- .github/workflows/coverage.yml | 4 ++-- apps/ogre-cli/package.json | 3 ++- apps/ogre-demo/package.json | 2 +- packages/ogre-react/package.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1ec7116..9546c42 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 diff --git a/apps/ogre-cli/package.json b/apps/ogre-cli/package.json index ed874c9..4b07142 100644 --- a/apps/ogre-cli/package.json +++ b/apps/ogre-cli/package.json @@ -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", diff --git a/apps/ogre-demo/package.json b/apps/ogre-demo/package.json index deb5a02..a490bbb 100644 --- a/apps/ogre-demo/package.json +++ b/apps/ogre-demo/package.json @@ -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", diff --git a/packages/ogre-react/package.json b/packages/ogre-react/package.json index a7fae19..d555cce 100644 --- a/packages/ogre-react/package.json +++ b/packages/ogre-react/package.json @@ -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": {