diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-11 17:04:43 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-11 17:04:43 +0200 |
commit | ce654948ab1d611ae01783dc4788551abdd43370 (patch) | |
tree | 71f0e701b8c65a69da22507efb98136b90b948f3 /packages | |
parent | c1525d83de8126caf24fa21ebf92c2d211c84ce7 (diff) |
Updated dependencies & added a bunch of missing dependencies
Diffstat (limited to 'packages')
-rw-r--r-- | packages/client/package.json | 27 | ||||
-rw-r--r-- | packages/server/package.json | 8 |
2 files changed, 20 insertions, 15 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index 4b26663..d532de9 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -20,26 +20,29 @@ "vue-router": "^4.0.0-0" }, "devDependencies": { + "@babel/core": "^7.14.6", + "@babel/eslint-parser": "^7.14.7", "@types/marked": "^2.0.3", - "shared_types": "^1.0.0", "@typescript-eslint/eslint-plugin": "^4.28.1", "@typescript-eslint/parser": "^4.28.1", - "@vue/cli-plugin-babel": "~4.5.0", - "@vue/cli-plugin-eslint": "~4.5.0", - "@vue/cli-plugin-router": "~4.5.0", - "@vue/cli-plugin-typescript": "^4.5.13", - "@vue/cli-service": "~4.5.0", + "@vue/cli-plugin-babel": "^5.0.0-beta.2", + "@vue/cli-plugin-eslint": "5.0.0-beta.2", + "@vue/cli-plugin-router": "^5.0.0-beta.2", + "@vue/cli-plugin-typescript": "^5.0.0-beta.2", + "@vue/cli-service": "^5.0.0-beta.2", "@vue/compiler-sfc": "^3.0.0", - "@vue/eslint-config-standard": "^5.1.2", + "@vue/eslint-config-standard": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", - "babel-eslint": "^10.1.0", + "eslint": "^7.30.0", "eslint-plugin-import": "^2.23.4", - "eslint-plugin-promise": "^5.1.0", - "eslint-plugin-standard": "^5.0.0", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^4.2.1", "eslint-plugin-vue": "^7.0.0", "sass": "^1.26.5", - "sass-loader": "^8.0.2", - "typescript": "^4.3.5" + "sass-loader": "^12.1.0", + "shared_types": "^1.0.0", + "typescript": "^4.3.5", + "webpack": "^5.44.0" }, "license": "MIT" } diff --git a/packages/server/package.json b/packages/server/package.json index c16ab34..1f4562e 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -15,20 +15,22 @@ "nodegit": "^0.27.0", "nodemon": "^2.0.7", "tar-stream": "^2.2.0", - "whatwg-url": "^8.5.0" + "whatwg-url": "^9.0.0" }, "devDependencies": { "@types/js-yaml": "^4.0.1", - "@types/node": "^15.12.1", + "@types/node": "^16.3.1", "@types/nodegit": "^0.27.2", "@types/tar-stream": "^2.2.0", "@types/whatwg-url": "^8.2.0", - "shared_types": "^1.0.0", "@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/parser": "^4.26.0", "eslint": "^7.30.0", "eslint-config-standard": "^16.0.3", + "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^5.1.0", + "shared_types": "^1.0.0", "typescript": "^4.3.2" } } |