File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 hostname : pdb
77
88 vue :
9- image : smartuse/gemeindescan-webui-vue:0.2.0
9+ image : smartuse/gemeindescan-webui-vue:0.2.1
1010 hostname : vue
1111
1212 django :
Original file line number Diff line number Diff line change 2121 "vue-i18n" : " ^8.15.3" ,
2222 "vue-router" : " ^3.1.3" ,
2323 "vuetify" : " ^2.1.0" ,
24- "vuex" : " ^3.1.2"
24+ "vuex" : " ^3.1.2" ,
25+ "whatwg-fetch" : " ^3.0.0"
2526 },
2627 "devDependencies" : {
2728 "@vue/cli-plugin-babel" : " ^4.1.0" ,
Original file line number Diff line number Diff line change 11import Vue from 'vue' ;
2+ import 'whatwg-fetch' ; // polyfill for IE11
23import { ApolloClient } from 'apollo-client' ;
34import { HttpLink } from 'apollo-link-http' ;
45import { InMemoryCache } from 'apollo-cache-inmemory' ;
Original file line number Diff line number Diff line change @@ -8526,6 +8526,11 @@ websocket-extensions@>=0.1.1:
85268526 resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
85278527 integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==
85288528
8529+ whatwg-fetch@^3.0.0 :
8530+ version "3.0.0"
8531+ resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
8532+ integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==
8533+
85298534which-module@^2.0.0 :
85308535 version "2.0.0"
85318536 resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
You can’t perform that action at this time.
0 commit comments