Skip to content

Commit cb71b17

Browse files
authored
Merge pull request #26 from grafana/bohandley/use-prom-library-with-sigv4-config
Configuration: Use prom library with sigv4 config
2 parents ffb5d02 + f18ba93 commit cb71b17

File tree

163 files changed

+2590
-29875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+2590
-29875
lines changed

.config/jest/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const grafanaESModules = [
2323
'react-colorful',
2424
'rxjs',
2525
'uuid',
26+
'monaco-promql',
2627
];
2728

2829
module.exports = {

jest-setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import { TextEncoder, TextDecoder } from 'util';
55
global.TextEncoder = TextEncoder;
66
global.TextDecoder = TextDecoder;
77

8-
import { matchers } from './src/gcopypaste/public/test/matchers';
8+
import { matchers } from './matchers';
99

1010
expect.extend(matchers);
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@swc/helpers": "0.5.0",
2828
"@swc/jest": "0.2.26",
2929
"@testing-library/dom": "9.3.1",
30+
"@sentry/browser": "7.102.0",
3031
"@testing-library/jest-dom": "5.16.5",
3132
"@testing-library/react": "14.0.0",
3233
"@testing-library/user-event": "14.4.3",
@@ -92,11 +93,12 @@
9293
"@emotion/css": "11.11.2",
9394
"@grafana/aws-sdk": "0.1.3",
9495
"@grafana/data": "10.2.0",
95-
"@grafana/experimental": "1.7.3",
96+
"@grafana/experimental": "1.7.9",
9697
"@grafana/faro-web-sdk": "1.2.1",
97-
"@grafana/runtime": "10.2.0",
98+
"@grafana/runtime": "10.3.0",
9899
"@grafana/schema": "10.2.0",
99-
"@grafana/ui": "10.2.0",
100+
"@grafana/ui": "10.3.0",
101+
"@grafana/prometheus": "10.4.0-161545",
100102
"@leeoniya/ufuzzy": "1.0.8",
101103
"@lezer/common": "1.1.0",
102104
"@lezer/highlight": "1.1.3",

0 commit comments

Comments
 (0)