From a6952728ca552479b7b51928231c9a17a8c1aa13 Mon Sep 17 00:00:00 2001 From: sriram ramakrishnan Date: Thu, 6 Apr 2023 10:20:04 -0400 Subject: [PATCH] Update version to 0.0.0. Remove unused dependencies. Add back github action workflo cron.yml Signed-off-by: sriram ramakrishnan --- .github/workflows/cron.yml | 15 +++++++++++++++ plugins/analytics-module-ga4/package.json | 5 +---- yarn.lock | 3 --- 3 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 .github/workflows/cron.yml diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml new file mode 100644 index 0000000000..3164fd138e --- /dev/null +++ b/.github/workflows/cron.yml @@ -0,0 +1,15 @@ +name: Cron +on: + workflow_dispatch: + schedule: + - cron: '*/5 * * * *' + +jobs: + cron: + runs-on: ubuntu-latest + steps: + - uses: backstage/actions/cron@v0.6.3 + with: + app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }} + private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }} + installation-id: ${{ secrets.BACKSTAGE_GOALIE_INSTALLATION_ID }} diff --git a/plugins/analytics-module-ga4/package.json b/plugins/analytics-module-ga4/package.json index a04225b01e..ea2ed16888 100644 --- a/plugins/analytics-module-ga4/package.json +++ b/plugins/analytics-module-ga4/package.json @@ -1,6 +1,6 @@ { "name": "@backstage/plugin-analytics-module-ga4", - "version": "0.0.1", + "version": "0.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -26,9 +26,6 @@ "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/theme": "workspace:^", - "@material-ui/core": "^4.12.2", - "@material-ui/icons": "^4.9.1", - "@material-ui/lab": "4.0.0-alpha.61", "react-ga4": "^2.0.0", "react-use": "^17.2.4" }, diff --git a/yarn.lock b/yarn.lock index 1fe44d6f60..a1fbd3b596 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4452,9 +4452,6 @@ __metadata: "@backstage/dev-utils": "workspace:^" "@backstage/test-utils": "workspace:^" "@backstage/theme": "workspace:^" - "@material-ui/core": ^4.12.2 - "@material-ui/icons": ^4.9.1 - "@material-ui/lab": 4.0.0-alpha.61 "@testing-library/dom": ^8.0.0 "@testing-library/jest-dom": ^5.10.1 "@testing-library/react": ^12.1.3