Upgrade packages and a couple fix warnings

This commit is contained in:
Keavon Chambers
2021-08-09 18:41:29 -07:00
parent f73ee29fdd
commit ca40e373bf
4 changed files with 200 additions and 84 deletions
+5 -5
View File
@@ -33,16 +33,16 @@
"@wasm-tool/wasm-pack-plugin": "github:wasm-tool/wasm-pack-plugin",
"eslint": "^6.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-prettier-vue": "^3.1.0",
"eslint-plugin-vue": "^7.12.1",
"eslint-plugin-vue": "^7.15.1",
"lint-staged": "^9.5.0",
"prettier": "^2.3.2",
"sass": "^1.35.1",
"sass": "^1.37.5",
"sass-loader": "^8.0.2",
"typescript": "^4.3.5",
"vue-svg-loader": "^0.17.0-beta.2",
"vue-template-compiler": "~2.6.12",
"vue-template-compiler": "^2.6.14",
"wasm-pack": "~0.9.1"
},
"gitHooks": {
@@ -54,4 +54,4 @@
"git add"
]
}
}
}