Skip to content

Commit

Permalink
fix: lhci recommended fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed May 20, 2020
1 parent 8a768f6 commit 9394d98
Show file tree
Hide file tree
Showing 8 changed files with 305 additions and 383 deletions.
646 changes: 283 additions & 363 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,43 +28,43 @@
"url": "https://github.com/sponsors/ambianic"
},
"dependencies": {
"codecov": "^3.6.5",
"codecov": "^3.7.0",
"compression-webpack-plugin": "^3.1.0",
"idb": "^5.0.2",
"idb": "^5.0.3",
"konva": "^4.2.2",
"moment": "^2.24.0",
"node": "^14.0.0",
"moment": "^2.26.0",
"node": "^14.2.0",
"peerjs": "^1.1.0",
"register-service-worker": "^1.7.1",
"vue": "^2.5.16",
"vue-infinite-loading": "^2.4.5",
"vue-konva": "^2.1.0",
"vue-konva": "^2.1.3",
"vue-resize-directive": "^1.2.0",
"vue-router": "^3.1.6",
"vue-router": "^3.2.0",
"vue-worker": "^1.2.1",
"vuetify": "^2.2.20",
"vuex": "^3.1.3"
"vuetify": "^2.2.29",
"vuex": "^3.4.0"
},
"devDependencies": {
"@cypress/code-coverage": "^3.4.1",
"@cypress/code-coverage": "^3.7.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.5",
"@semantic-release/github": "^7.0.6",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-plugin-pwa": "^4.2.3",
"@vue/cli-plugin-pwa": "^4.3.1",
"@vue/cli-plugin-router": "^4.2.3",
"@vue/cli-plugin-vuex": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-imports": "^2.0.0",
"cypress": "^4.3.0",
"cypress": "^4.5.0",
"eslint": "^6.6.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -73,7 +73,7 @@
"eslint-plugin-vue": "^6.2.2",
"istanbul-lib-coverage": "^3.0.0",
"nyc": "^15.0.1",
"sass": "^1.26.3",
"sass": "^1.26.5",
"sass-loader": "^8.0.0",
"semantic-release": "^17.0.4",
"stylus": "^0.54.7",
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href='https://fonts.googleapis.com/css?display=swap&family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet">
Expand Down
6 changes: 3 additions & 3 deletions src/views/EdgeConnect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
<v-col
v-if="edgePeerId"
style="max-width: 420px;"
style="max-width: 400px;"
align="center"
justify="center"
cols="12"
Expand Down Expand Up @@ -68,7 +68,7 @@
</v-col>
<v-col
v-else
style="max-width: 420px;"
style="max-width: 400px;"
align="center"
justify="center"
cols="12"
Expand Down Expand Up @@ -136,7 +136,7 @@
</v-col>
<v-dialog
v-model="resetEdgeDialog"
max-width="500"
max-width="400"
>
<v-card>
<v-card-title class="headline">
Expand Down
2 changes: 1 addition & 1 deletion src/views/Feedback.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
justify="space-around"
>
<v-col
style="max-width: 420px;"
style="max-width: 400px;"
align="center"
justify="center"
cols="12"
Expand Down
2 changes: 1 addition & 1 deletion src/views/Help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
justify="space-around"
>
<v-col
style="max-width: 420px;"
style="max-width: 400px;"
align="center"
justify="center"
cols="12"
Expand Down
4 changes: 2 additions & 2 deletions src/views/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
<v-col
v-if="!isEdgeConnected"
style="max-width: 420px;"
style="max-width: 400px;"
align="center"
justify="center"
cols="12"
Expand Down Expand Up @@ -49,7 +49,7 @@
</v-col>
<v-col
v-else
style="max-width: 420px;"
style="max-width: 400px;"
align="center"
justify="center"
cols="12"
Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const CompressionPlugin = require('compression-webpack-plugin')
const VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin')

module.exports = {
publicPath: '/',
configureWebpack: {
optimization: {
moduleIds: 'hashed',
Expand Down

0 comments on commit 9394d98

Please sign in to comment.