Skip to content

Commit

Permalink
Support Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Sep 19, 2023
1 parent fd497fb commit c7c7bf3
Show file tree
Hide file tree
Showing 5 changed files with 1,031 additions and 813 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect-breaking-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install
- name: Build plugin
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@babel/core": "^7.16.7",
"@emotion/css": "^11.1.3",
"@grafana/aws-sdk": "0.1.2",
"@grafana/data": "9.3.2",
"@grafana/e2e": "9.3.2",
"@grafana/e2e-selectors": "9.3.2",
"@grafana/eslint-config": "^2.5.0",
"@grafana/runtime": "9.3.2",
"@grafana/data": "9.4.7",
"@grafana/e2e": "9.4.7",
"@grafana/e2e-selectors": "9.4.7",
"@grafana/eslint-config": "^6.0.1",
"@grafana/runtime": "9.4.7",
"@grafana/tsconfig": "^1.2.0-rc1",
"@grafana/ui": "9.3.2",
"@grafana/ui": "9.4.7",
"@swc/core": "^1.2.144",
"@swc/helpers": "^0.3.6",
"@swc/jest": "^0.2.20",
Expand All @@ -54,7 +54,7 @@
"cypress": "7.7.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^37.7.0",
"eslint-plugin-jsdoc": "^46.7.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=8.0.0",
"grafanaDependency": ">=9.4.7",
"plugins": []
}
}
Loading

0 comments on commit c7c7bf3

Please sign in to comment.