Skip to content

Commit 54cf5a5

Browse files
committed
[wip] Update packages
1 parent 67a6641 commit 54cf5a5

File tree

4 files changed

+5673
-6481
lines changed

4 files changed

+5673
-6481
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ on:
1717
default: 'false'
1818
type: choice
1919
options:
20-
- 'true'
21-
- 'false'
20+
- 'true'
21+
- 'false'
2222
ENV:
2323
required: true
2424
default: 'testing'
2525
type: choice
2626
options:
27-
- testing
28-
- staging
29-
- production
27+
- testing
28+
- staging
29+
- production
3030

3131
env:
3232
BRANCH: ${{ github.event.inputs.BRANCH || github.ref }}
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node.js environment
4545
uses: actions/[email protected]
4646
with:
47-
node-version: "14.x"
47+
node-version: '18.x'
4848

4949
- name: Get yarn cache directory path
5050
id: yarn-cache-dir-path

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "v*.*.*"
6+
- 'v*.*.*'
77

88
jobs:
99
release:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js environment
1818
uses: actions/[email protected]
1919
with:
20-
node-version: "14.x"
20+
node-version: '18.x'
2121

2222
- name: Get yarn cache directory path
2323
id: yarn-cache-dir-path
@@ -64,7 +64,7 @@ jobs:
6464
export GRAFANA_PLUGIN_TYPE=$(cat dist/plugin.json | jq -r .type)
6565
export GRAFANA_PLUGIN_ARTIFACT=${GRAFANA_PLUGIN_ID}-${GRAFANA_PLUGIN_VERSION}.zip
6666
export GRAFANA_PLUGIN_ARTIFACT_CHECKSUM=${GRAFANA_PLUGIN_ARTIFACT}.md5
67-
67+
6868
echo "plugin-id=${GRAFANA_PLUGIN_ID}" >> $GITHUB_OUTPUT
6969
echo "plugin-version=${GRAFANA_PLUGIN_VERSION}" >> $GITHUB_OUTPUT
7070
echo "plugin-type=${GRAFANA_PLUGIN_TYPE}" >> $GITHUB_OUTPUT

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"author": "netdata",
1414
"license": "Apache-2.0",
1515
"devDependencies": {
16-
"@grafana/data": "8.5.5",
17-
"@grafana/toolkit": "8.5.5",
18-
"@grafana/ui": "8.5.5",
16+
"@grafana/data": "11.1.3",
17+
"@grafana/toolkit": "9.5.21",
18+
"@grafana/ui": "11.1.3",
1919
"@testing-library/jest-dom": "5.4.0",
2020
"@testing-library/react": "^10.0.2",
2121
"@testing-library/react-hooks": "^8.0.1",
2222
"@types/pubsub-js": "^1.8.3"
2323
},
2424
"engines": {
25-
"node": ">=14"
25+
"node": ">=18"
2626
},
2727
"dependencies": {
28-
"@grafana/runtime": "^8.5.5",
28+
"@grafana/runtime": "^11.1.3",
2929
"pubsub-js": "^1.9.4"
3030
}
3131
}

0 commit comments

Comments
 (0)