File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 context : ./.config
77 args :
88 grafana_image : ${GRAFANA_IMAGE:-grafana-enterprise}
9- grafana_version : ${GRAFANA_VERSION:-10.2 .0}
9+ grafana_version : ${GRAFANA_VERSION:-11.0 .0}
1010 development : ${DEVELOPMENT:-false}
1111 ports :
1212 - 3000:3000/tcp
Original file line number Diff line number Diff line change 11{
22 "name" : " clock-panel" ,
3- "version" : " 2.1.8 " ,
3+ "version" : " 2.1.10 " ,
44 "description" : " Clock Panel Plugin for Grafana" ,
55 "scripts" : {
66 "build" : " webpack -c ./webpack.config.ts --env production" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { clockMigrationHandler } from './migrations';
77import { initPluginTranslations } from '@grafana/i18n' ;
88import pluginJson from 'plugin.json' ;
99
10- initPluginTranslations ( pluginJson . id ) ;
10+ await initPluginTranslations ( pluginJson . id ) ;
1111
1212export const plugin = new PanelPlugin < ClockOptions > ( ClockPanel )
1313 . setNoPadding ( )
Original file line number Diff line number Diff line change 2626 "updated" : " %TODAY%"
2727 },
2828 "dependencies" : {
29- "grafanaDependency" : " >=10.2 .0" ,
29+ "grafanaDependency" : " >=11.0 .0" ,
3030 "plugins" : []
3131 },
3232 "languages" : [" en-US" , " fr-FR" , " sv-SE" ]
You can’t perform that action at this time.
0 commit comments