summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2021-01-19 16:32:32 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2021-01-26 18:13:28 +0300
commit91e6c69aa84fbfdaa132c0fa1659e27fa264ace7 (patch)
treea3180aa1010a2751944b195e787349a0372e40ff /package.json
parent2ec04fbb915a2d3428312288a282008c138a9a62 (diff)
downloadwebui-vue-91e6c69aa84fbfdaa132c0fa1659e27fa264ace7.tar.xz
Update linting and code formatting node packages
- Updated eslint, eslint-plugin-prettier, eslint-plugin-vue, lint-staged and prettier packages. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Iaf80c39a90506a820957c5531054ea96d4a3f458
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index bee45fbf..ddd0802e 100644
--- a/package.json
+++ b/package.json
@@ -48,11 +48,11 @@
"babel-plugin-transform-require-context": "0.1.1",
"check-node-version": "4.0.3",
"compression-webpack-plugin": "6.0.3",
- "eslint": "7.11.0",
- "eslint-plugin-prettier": "3.1.4",
- "eslint-plugin-vue": "7.1.0",
- "lint-staged": "10.4.2",
- "prettier": "2.1.2",
+ "eslint": "7.18.0",
+ "eslint-plugin-prettier": "3.3.1",
+ "eslint-plugin-vue": "7.4.1",
+ "lint-staged": "10.5.3",
+ "prettier": "2.2.1",
"sass": "1.27.0",
"sass-loader": "8.0.0",
"vue-cli-plugin-i18n": "0.6.1",