Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG grafana_version=latest
ARG grafana_version=latest@sha256:0fa9cbdd2826d3866238a22f12330aa70f263129324509756fe0ee1b570a8e21
ARG grafana_image=grafana-enterprise

FROM grafana/${grafana_image}:${grafana_version}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GITHUB_APP_PRIVATE_KEY=grafana-oss-big-tent:private-key
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
with:
app-id: ${{ env.GITHUB_APP_ID }}
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,44 +43,44 @@
"tslib": "2.5.3"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/eslint-config": "^6.0.0",
"@grafana/plugin-e2e": "^1.14.6",
"@grafana/tsconfig": "^1.2.0-rc1",
"@playwright/test": "^1.48.0",
"@babel/core": "7.23.2",
"@grafana/eslint-config": "6.0.1",
"@grafana/plugin-e2e": "1.14.6",
"@grafana/tsconfig": "1.2.0-rc1",
"@playwright/test": "1.49.1",
"@swc/core": "1.3.75",
"@swc/helpers": "^0.5.0",
"@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.4",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@types/memory-cache": "^0.2.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"copy-webpack-plugin": "^11.0.0",
"@swc/helpers": "0.5.3",
"@swc/jest": "0.2.29",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@types/jest": "29.5.5",
"@types/lodash": "4.14.199",
"@types/memory-cache": "0.2.3",
"@types/node": "18.18.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
"copy-webpack-plugin": "11.0.0",
"cspell": "6.30.2",
"css-loader": "^6.7.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"css-loader": "6.8.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-webpack-plugin": "4.0.1",
"fork-ts-checker-webpack-plugin": "8.0.0",
"glob": "10.3.6",
"identity-obj-proxy": "3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^3.0.3",
"react-virtualized-auto-sizer": "^1.0.4",
"replace-in-file-webpack-plugin": "^1.0.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.0.3",
"react-virtualized-auto-sizer": "1.0.20",
"replace-in-file-webpack-plugin": "1.0.6",
"sass": "1.63.2",
"sass-loader": "13.3.1",
"style-loader": "3.3.3",
"swc-loader": "^0.2.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"swc-loader": "0.2.3",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2"
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-livereload-plugin": "3.0.2"
},
"resolutions": {
"uplot": "1.6.31",
Expand Down
Loading