Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Jun 8, 2022
1 parent a0c519c commit fdda876
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 1,153 deletions.
10 changes: 5 additions & 5 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<p align="center">Visualize data from JSON, CSV, XML, GraphQL and HTML endpoints in Grafana.</p>

<p align="center">
<a href="#🎯-key-features">Key Features</a> •
<a href="#⚙️-download">Download</a> •
<a href="#⚡️-useful-links">Useful links</a> •
<a href="#⭐️-project-assistance">Project assistance</a> •
<a href="#⚠️-license">License</a>
<a href="#-key-features">Key Features</a> •
<a href="#%EF%B8%8F-download">Download</a> •
<a href="#%EF%B8%8F-useful-links">Useful links</a> •
<a href="#%EF%B8%8F-project-assistance">Project assistance</a> •
<a href="#%EF%B8%8F-license">License</a>
</p>

<p align="center">
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: NodeJS Setup
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 16.14.0
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
yarn spellcheck;
- name: Build Frontend
run: |
yarn ci-build;
NODE_OPTIONS=--max_old_space_size=8192 yarn ci-build;
- name: Start the docker container for e2e
run: |
docker-compose pull
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: NodeJS Setup
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 16.14.0
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
yarn spellcheck;
- name: Build Frontend
run: |
yarn ci-build;
NODE_OPTIONS=--max_old_space_size=8192 yarn ci-build;
- name: Setup Go environment
uses: actions/setup-go@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: NodeJS Setup
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 16.14.0
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
yarn spellcheck;
- name: Build Frontend
run: |
yarn ci-build;
NODE_OPTIONS=--max_old_space_size=8192 yarn ci-build;
- name: Start the docker container for e2e
run: |
docker-compose pull
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,6 @@ dist
coverage
cypress/report.json
cypress/screenshots/actual
cypress/videos/
cypress/videos/

*.vitest.snap
1 change: 1 addition & 0 deletions cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"peaceiris",
"plugincheck",
"popperjs",
"prismjs",
"promhttp",
"scroller",
"sourashtra",
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"e2e:update": "yarn lint && grafana-e2e run --update-screenshots",
"build": "yarn lint && grafana-toolkit plugin:build",
"ci-build": "yarn lint && grafana-toolkit plugin:ci-build",
"audit-ci": "audit-ci --critical",
"audit-ci": "audit-ci",
"sign": "grafana-toolkit plugin:sign"
},
"repository": {
Expand Down Expand Up @@ -91,6 +91,11 @@
},
"resolutions": {
"rxjs": "6.6.3",
"minimist": "1.2.6"
"minimist": "1.2.6",
"underscore": "1.12.1",
"glob-parent": "5.1.2",
"follow-redirects": "1.14.8",
"prismjs": "1.27.0",
"log4js": "6.4.0"
}
}
Loading

1 comment on commit fdda876

@vercel
Copy link

@vercel vercel bot commented on fdda876 Jun 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.