Skip to content

Commit

Permalink
chore: replace linter parser
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Oct 2, 2022
1 parent 47d2b4e commit 10aeb8e
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 130 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"marked": "^4.0.16",
"ovenplayer": "^0.10.23",
"pretty-ms": "^8.0.0",
"vue": "^2.6.11",
"vue": "^3.2.40",
"vue-chat-scroll": "^1.4.0",
"vue-masonry-css": "^1.0.3",
"vue-router": "^3.5.1",
"vuetify": "^2.6.6",
"vuex": "^3.6.2"
"vue-router": "^4.1.5",
"vuetify": "^3.0.0-beta.11",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.2",
Expand All @@ -33,13 +33,12 @@
"@vue/cli-service": "^5.0.4",
"babel-loader": "^8.2.5",
"eslint": "^8.24.0",
"eslint-plugin-vue": "^7.14.0",
"eslint-plugin-vue": "^9.5.1",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"vue-cli-plugin-vuetify": "^2.5.0",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.7.3",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.5.0"
},
Expand Down
Loading

0 comments on commit 10aeb8e

Please sign in to comment.