diff --git a/client/package-lock.json b/client/package-lock.json index 6235aa8f..6cf0bb89 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22,7 +22,6 @@ "apollo-link-http": "^1.5.16", "appolo": "^6.0.19", "autoprefixer": "^7.1.2", - "axios": "^0.18.0", "babel-eslint": "^8.2.1", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-loader": "^8.0.6", @@ -72,7 +71,6 @@ "vue": "^2.5.17", "vue-analytics": "^5.16.2", "vue-apollo": "^3.0.0-beta.16", - "vue-axios": "^2.1.1", "vue-loader": "^15.9.6", "vue-matomo": "^3.13.4-0", "vue-router": "^3.0.1", @@ -5473,15 +5471,6 @@ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" }, - "node_modules/axios": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", - "integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", - "dependencies": { - "follow-redirects": "^1.3.0", - "is-buffer": "^1.1.5" - } - }, "node_modules/babel-bridge": { "version": "1.12.11", "resolved": "https://registry.npmjs.org/babel-bridge/-/babel-bridge-1.12.11.tgz", @@ -11827,6 +11816,7 @@ }, "node_modules/fsevents/node_modules/chownr": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz", "integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=", "inBundle": true, "license": "ISC", @@ -11949,6 +11939,7 @@ }, "node_modules/fsevents/node_modules/glob": { "version": "7.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "inBundle": true, "license": "ISC", @@ -12331,6 +12322,7 @@ }, "node_modules/fsevents/node_modules/rimraf": { "version": "2.6.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", "inBundle": true, "license": "ISC", @@ -12367,6 +12359,7 @@ }, "node_modules/fsevents/node_modules/semver": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz", "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==", "inBundle": true, "license": "ISC", @@ -25351,11 +25344,6 @@ "throttle-debounce": "^2.0.0" } }, - "node_modules/vue-axios": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/vue-axios/-/vue-axios-2.1.3.tgz", - "integrity": "sha512-F4njDY6yqETynPh4iA/x3ohHuL6eNp4Jnn30VU//L7mrq3x7PwaHAoKrT++XjbKLjjNOZevTAGNyYXrdYEC90A==" - }, "node_modules/vue-eslint-parser": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz", @@ -31508,15 +31496,6 @@ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" }, - "axios": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", - "integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", - "requires": { - "follow-redirects": "^1.3.0", - "is-buffer": "^1.1.5" - } - }, "babel-bridge": { "version": "1.12.11", "resolved": "https://registry.npmjs.org/babel-bridge/-/babel-bridge-1.12.11.tgz", @@ -36865,6 +36844,7 @@ }, "chownr": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz", "integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=", "bundled": true, "optional": true @@ -36962,6 +36942,7 @@ }, "glob": { "version": "7.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "bundled": true, "optional": true, @@ -37266,6 +37247,7 @@ }, "rimraf": { "version": "2.6.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", "bundled": true, "optional": true, @@ -37295,6 +37277,7 @@ }, "semver": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz", "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==", "bundled": true, "optional": true @@ -47969,11 +47952,6 @@ "throttle-debounce": "^2.0.0" } }, - "vue-axios": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/vue-axios/-/vue-axios-2.1.3.tgz", - "integrity": "sha512-F4njDY6yqETynPh4iA/x3ohHuL6eNp4Jnn30VU//L7mrq3x7PwaHAoKrT++XjbKLjjNOZevTAGNyYXrdYEC90A==" - }, "vue-eslint-parser": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz", diff --git a/client/package.json b/client/package.json index 68d0885e..00927b0f 100644 --- a/client/package.json +++ b/client/package.json @@ -86,7 +86,6 @@ "vue": "^2.5.17", "vue-analytics": "^5.16.2", "vue-apollo": "^3.0.0-beta.16", - "vue-axios": "^2.1.1", "vue-loader": "^15.9.6", "vue-matomo": "^3.13.4-0", "vue-router": "^3.0.1", diff --git a/client/src/main.js b/client/src/main.js index afc7f160..beaf8bdb 100644 --- a/client/src/main.js +++ b/client/src/main.js @@ -1,7 +1,5 @@ import '@babel/polyfill'; import Vue from 'vue'; -import axios from 'axios'; -import VueAxios from 'vue-axios'; import VueVimeoPlayer from 'vue-vimeo-player'; import apolloClientFactory from './graphql/client'; import VueApollo from 'vue-apollo'; @@ -28,7 +26,6 @@ const isProduction = process.env.NODE_ENV === 'production'; Vue.use(VueModal); Vue.use(VueRemoveEdges); Vue.use(VueApollo); -Vue.use(VueAxios, axios); Vue.use(VueVimeoPlayer); Vue.use(VueToast); Vue.use(VueLogger, { diff --git a/client/src/pages/hello.vue b/client/src/pages/hello.vue index 0c6d6266..8cc653e9 100644 --- a/client/src/pages/hello.vue +++ b/client/src/pages/hello.vue @@ -3,8 +3,9 @@