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:703b4a3aff457041dcbd15bf36dbc8bb83cb513b72b0912056985712be4c01bd
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"@swc/core": "1.15.7",
"@swc/helpers": "0.5.17",
"@swc/jest": "0.2.39",
"@testing-library/dom": "^10.4.1",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "30.0.0",
"@types/lodash": "4.17.21",
"@types/memory-cache": "^0.2.6",
"@types/memory-cache": "0.2.6",
"@types/node": "25.0.1",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
Expand All @@ -87,7 +87,7 @@
"jest-environment-jsdom": "30.2.0",
"prettier": "3.7.4",
"replace-in-file-webpack-plugin": "1.0.6",
"rxjs": "^7.8.2",
"rxjs": "7.8.2",
"sass": "1.96.0",
"sass-loader": "16.0.6",
"semver": "7.7.3",
Expand All @@ -100,7 +100,7 @@
"webpack": "5.103.0",
"webpack-cli": "6.0.1",
"webpack-livereload-plugin": "3.0.2",
"webpack-subresource-integrity": "^5.1.0",
"webpack-subresource-integrity": "5.1.0",
"webpack-virtual-modules": "0.6.2"
},
"packageManager": "yarn@4.12.0"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3587,7 +3587,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^10.4.1":
"@testing-library/dom@npm:10.4.1":
version: 10.4.1
resolution: "@testing-library/dom@npm:10.4.1"
dependencies:
Expand Down Expand Up @@ -3868,7 +3868,7 @@ __metadata:
languageName: node
linkType: hard

"@types/memory-cache@npm:^0.2.6":
"@types/memory-cache@npm:0.2.6":
version: 0.2.6
resolution: "@types/memory-cache@npm:0.2.6"
checksum: 10c0/6e88878645a5cb45296f1e7e6841afc953e15901e5b0d7eb05a845890a61be41a3029a3480899c7af42ded0a6e5c91bcaf15ff61fd8e51e1defb24b0dd638bc5
Expand Down Expand Up @@ -7717,13 +7717,13 @@ __metadata:
"@swc/core": "npm:1.15.7"
"@swc/helpers": "npm:0.5.17"
"@swc/jest": "npm:0.2.39"
"@testing-library/dom": "npm:^10.4.1"
"@testing-library/dom": "npm:10.4.1"
"@testing-library/jest-dom": "npm:6.9.1"
"@testing-library/react": "npm:16.3.0"
"@testing-library/user-event": "npm:14.6.1"
"@types/jest": "npm:30.0.0"
"@types/lodash": "npm:4.17.21"
"@types/memory-cache": "npm:^0.2.6"
"@types/memory-cache": "npm:0.2.6"
"@types/node": "npm:25.0.1"
"@types/react": "npm:18.3.27"
"@types/react-dom": "npm:18.3.7"
Expand Down Expand Up @@ -7754,7 +7754,7 @@ __metadata:
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
replace-in-file-webpack-plugin: "npm:1.0.6"
rxjs: "npm:^7.8.2"
rxjs: "npm:7.8.2"
sass: "npm:1.96.0"
sass-loader: "npm:16.0.6"
semver: "npm:7.7.3"
Expand All @@ -7768,7 +7768,7 @@ __metadata:
webpack: "npm:5.103.0"
webpack-cli: "npm:6.0.1"
webpack-livereload-plugin: "npm:3.0.2"
webpack-subresource-integrity: "npm:^5.1.0"
webpack-subresource-integrity: "npm:5.1.0"
webpack-virtual-modules: "npm:0.6.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -11743,7 +11743,7 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:7.8.2, rxjs@npm:^7.8.2":
"rxjs@npm:7.8.2":
version: 7.8.2
resolution: "rxjs@npm:7.8.2"
dependencies:
Expand Down Expand Up @@ -13479,7 +13479,7 @@ __metadata:
languageName: node
linkType: hard

"webpack-subresource-integrity@npm:^5.1.0":
"webpack-subresource-integrity@npm:5.1.0":
version: 5.1.0
resolution: "webpack-subresource-integrity@npm:5.1.0"
dependencies:
Expand Down
Loading