Skip to content

Commit 574a798

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.28.0 | 7.28.0 | | npm | @emotion/jest | 11.13.0 | 11.13.0 | | npm | @grafana/eslint-config | 8.1.0 | 8.1.0 | | npm | @grafana/plugin-e2e | 2.1.7 | 2.1.7 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.56.1 | 1.56.1 | | npm | @stylistic/eslint-plugin | 5.5.0 | 5.5.0 | | npm | @swc/core | 1.15.1 | 1.15.1 | | npm | @swc/helpers | 0.5.17 | 0.5.17 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/jest-dom | 6.9.1 | 6.9.1 | | npm | @testing-library/react | 16.3.0 | 16.3.0 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 24.1.0 | 24.1.0 | | npm | @types/semver | 7.7.0 | 7.7.0 | | npm | @types/testing-library__jest-dom | 5.14.9 | 5.14.9 | | npm | @types/uuid | 10.0.0 | 10.0.0 | | npm | @volkovlabs/eslint-config | 2.0.0 | 2.0.0 | | npm | @volkovlabs/jest-selectors | 1.5.0 | 1.5.0 | | npm | copy-webpack-plugin | 12.0.2 | 12.0.2 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint | 9.32.0 | 9.32.0 | | npm | eslint-webpack-plugin | 5.0.2 | 5.0.2 | | npm | fork-ts-checker-webpack-plugin | 9.1.0 | 9.1.0 | | npm | jest | 29.7.0 | 29.7.0 | | npm | jest-environment-jsdom | 29.7.0 | 29.7.0 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | resize-observer-polyfill | 1.5.1 | 1.5.1 | | npm | sass | 1.89.2 | 1.89.2 | | npm | sass-loader | 16.0.5 | 16.0.5 | | npm | style-loader | 4.0.0 | 4.0.0 | | npm | swc-loader | 0.2.6 | 0.2.6 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | tsconfig-paths-webpack-plugin | 4.2.0 | 4.2.0 | | npm | typescript | 5.8.3 | 5.8.3 | | npm | util | 0.12.5 | 0.12.5 | | npm | webpack | 5.101.0 | 5.101.0 | | npm | webpack-cli | 6.0.1 | 6.0.1 | | npm | webpack-livereload-plugin | 3.0.2 | 3.0.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent f0cd015 commit 574a798

File tree

8 files changed

+199
-150
lines changed

8 files changed

+199
-150
lines changed

docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- 3000:3000/tcp
88

99
grafana-dev:
10-
image: ghcr.io/volkovlabs/app:latest
10+
image: ghcr.io/volkovlabs/app:latest@sha256:7255f71881b7aa94198da4760a3c74fbbc5f6d16b592ec55f69c40c4e479b7be
1111
ports:
1212
- 3000:3000/tcp
1313
environment:
@@ -41,7 +41,7 @@ services:
4141
- dependency
4242

4343
postgres:
44-
image: postgres
44+
image: postgres@sha256:38d5c9d522037d8bf0864c9068e4df2f8a60127c6489ab06f98fdeda535560f9
4545
restart: always
4646
environment:
4747
POSTGRES_PASSWORD: postgres
@@ -73,7 +73,7 @@ services:
7373
- dependency
7474

7575
grafana-main:
76-
image: grafana/grafana:main
76+
image: grafana/grafana:main@sha256:f32420efbdda117fa90758806f04e6dd8368f522c2798ecbaa0998b1a0919dcb
7777
ports:
7878
- 3000:3000/tcp
7979
environment:
@@ -87,7 +87,7 @@ services:
8787
- main
8888

8989
grafana-dep:
90-
image: grafana/grafana:11.0.0
90+
image: grafana/grafana:11.0.0@sha256:0dc5a246ab16bb2c38a349fb588174e832b4c6c2db0981d0c3e6cd774ba66a54
9191
ports:
9292
- 3000:3000/tcp
9393
environment:

0 commit comments

Comments
 (0)