Unverified Commit ba07f203 authored by Dan Jones's avatar Dan Jones
Browse files

test: move axios to dev dependencies

In nuxt having axios instead of @nuxtjs/axios is
causing import problems.
If this fixes it there might be a better solution.
parent 73db2678
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
"*.**": "prettier --check --ignore-unknown" "*.**": "prettier --check --ignore-unknown"
}, },
"dependencies": { "dependencies": {
"axios": "^1.2.2",
"faye-websocket": "^0.11.4", "faye-websocket": "^0.11.4",
"swagger-model-validator": "^3.0.21" "swagger-model-validator": "^3.0.21"
}, },
...@@ -43,6 +42,7 @@ ...@@ -43,6 +42,7 @@
"@commitlint/config-conventional": "^15.0.0", "@commitlint/config-conventional": "^15.0.0",
"@cucumber/cucumber": "^8.10.0", "@cucumber/cucumber": "^8.10.0",
"@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-babel": "^6.0.3",
"axios": "^1.2.3",
"axios-mock-adapter": "^1.21.2", "axios-mock-adapter": "^1.21.2",
"babel-jest": "^27.4.4", "babel-jest": "^27.4.4",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
......
...@@ -1226,10 +1226,10 @@ axios-mock-adapter@^1.21.2: ...@@ -1226,10 +1226,10 @@ axios-mock-adapter@^1.21.2:
fast-deep-equal "^3.1.3" fast-deep-equal "^3.1.3"
is-buffer "^2.0.5" is-buffer "^2.0.5"
axios@^1.2.2: axios@^1.2.3:
version "1.2.2" version "1.2.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1" resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.3.tgz#31a3d824c0ebf754a004b585e5f04a5f87e6c4ff"
integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q== integrity sha512-pdDkMYJeuXLZ6Xj/Q5J3Phpe+jbGdsSzlQaFVkMQzRUL05+6+tetX8TV3p4HrU4kzuO9bt+io/yGQxuyxA/xcw==
dependencies: dependencies:
follow-redirects "^1.15.0" follow-redirects "^1.15.0"
form-data "^4.0.0" form-data "^4.0.0"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment