Commit f04fb1fa authored by Lukas Eipert's avatar Lukas Eipert

Move four dependencies to be devDependencies

We don't use glob, jest-transform-graphql, miragejs or
mock-apollo-client in production code. So let's move them to our dev
dependencies.
parent f66f5b55
...@@ -92,13 +92,11 @@ ...@@ -92,13 +92,11 @@
"file-loader": "^5.1.0", "file-loader": "^5.1.0",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"fuzzaldrin-plus": "^0.6.0", "fuzzaldrin-plus": "^0.6.0",
"glob": "^7.1.6",
"graphql": "^15.4.0", "graphql": "^15.4.0",
"graphql-tag": "^2.11.0", "graphql-tag": "^2.11.0",
"immer": "^7.0.7", "immer": "^7.0.7",
"ipaddr.js": "^1.9.1", "ipaddr.js": "^1.9.1",
"jed": "^1.1.1", "jed": "^1.1.1",
"jest-transform-graphql": "^2.1.0",
"jquery": "^3.5.0", "jquery": "^3.5.0",
"jquery.caret": "^0.3.1", "jquery.caret": "^0.3.1",
"jquery.waitforimages": "^2.2.0", "jquery.waitforimages": "^2.2.0",
...@@ -112,8 +110,6 @@ ...@@ -112,8 +110,6 @@
"mathjax": "3", "mathjax": "3",
"mermaid": "^8.9.0", "mermaid": "^8.9.0",
"minimatch": "^3.0.4", "minimatch": "^3.0.4",
"miragejs": "^0.1.40",
"mock-apollo-client": "^0.5.0",
"monaco-editor": "^0.20.0", "monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0", "monaco-editor-webpack-plugin": "^1.9.0",
"monaco-yaml": "^2.5.1", "monaco-yaml": "^2.5.1",
...@@ -184,6 +180,7 @@ ...@@ -184,6 +180,7 @@
"istanbul-lib-coverage": "^3.0.0", "istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-report": "^3.0.0", "istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.0", "istanbul-reports": "^3.0.0",
"glob": "^7.1.6",
"jasmine-core": "^2.9.0", "jasmine-core": "^2.9.0",
"jasmine-diff": "^0.1.3", "jasmine-diff": "^0.1.3",
"jasmine-jquery": "^2.1.1", "jasmine-jquery": "^2.1.1",
...@@ -192,6 +189,7 @@ ...@@ -192,6 +189,7 @@
"jest-environment-jsdom": "^26.5.2", "jest-environment-jsdom": "^26.5.2",
"jest-junit": "^12.0.0", "jest-junit": "^12.0.0",
"jest-raw-loader": "^1.0.1", "jest-raw-loader": "^1.0.1",
"jest-transform-graphql": "^2.1.0",
"jest-util": "^26.5.2", "jest-util": "^26.5.2",
"jsdoc": "^3.5.5", "jsdoc": "^3.5.5",
"jsdoc-vue": "^1.0.0", "jsdoc-vue": "^1.0.0",
...@@ -205,6 +203,8 @@ ...@@ -205,6 +203,8 @@
"karma-webpack": "^4.0.2", "karma-webpack": "^4.0.2",
"markdownlint-cli": "0.24.0", "markdownlint-cli": "0.24.0",
"md5": "^2.2.1", "md5": "^2.2.1",
"miragejs": "^0.1.40",
"mock-apollo-client": "^0.5.0",
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"nodemon": "^2.0.4", "nodemon": "^2.0.4",
"pixelmatch": "^4.0.2", "pixelmatch": "^4.0.2",
......
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