mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 11:45:41 +01:00
deps: update dependencies
This commit is contained in:
parent
27aa9924f3
commit
bdda585f12
2230
Cargo.lock
generated
2230
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
16
Cargo.toml
16
Cargo.toml
@ -9,12 +9,12 @@ description = "An adaptable installer for your application."
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
web-view = "0.6"
|
||||
web-view = "0.7"
|
||||
|
||||
hyper = "0.11.27"
|
||||
futures = "0.1.29"
|
||||
mime_guess = "2.0"
|
||||
url = "2.1"
|
||||
url = "2.2"
|
||||
|
||||
reqwest = "0.9.22"
|
||||
number_prefix = "0.4"
|
||||
@ -25,10 +25,10 @@ serde_json = "1.0"
|
||||
|
||||
toml = "0.5"
|
||||
|
||||
semver = {version = "0.10", features = ["serde"]}
|
||||
regex = "1.3"
|
||||
semver = {version = "0.11", features = ["serde"]}
|
||||
regex = "1.4"
|
||||
|
||||
dirs = "2.0"
|
||||
dirs = "3.0"
|
||||
zip = "0.5"
|
||||
xz2 = "0.1"
|
||||
tar = "0.4"
|
||||
@ -44,14 +44,14 @@ walkdir = "2.3"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
toml = "0.5"
|
||||
which = "3.1"
|
||||
which = "4.0"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { version = "0.3", features = ["psapi", "winbase", "winioctl", "winnt"] }
|
||||
widestring = "0.4.0"
|
||||
widestring = "0.4"
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
sysinfo = "0.14"
|
||||
sysinfo = "0.16"
|
||||
slug = "0.1"
|
||||
|
||||
[target.'cfg(windows)'.build-dependencies]
|
||||
|
@ -9,28 +9,28 @@
|
||||
"postinstall": "node merge-strings.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdi/font": "^5.3.45",
|
||||
"axios": "^0.19.2",
|
||||
"buefy": "^0.8.20",
|
||||
"vue": "^2.6.11",
|
||||
"vue-axios": "^2.1.5",
|
||||
"vue-i18n": "^8.18.1",
|
||||
"vue-router": "^3.3.1"
|
||||
"@mdi/font": "^5.9.55",
|
||||
"axios": "^0.21.1",
|
||||
"buefy": "^0.9.4",
|
||||
"vue": "^2.6.12",
|
||||
"vue-axios": "^3.2.4",
|
||||
"vue-i18n": "^8.24.1",
|
||||
"vue-router": "^3.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.4.1",
|
||||
"@vue/cli-plugin-eslint": "^4.4.1",
|
||||
"@vue/cli-service": "^4.4.1",
|
||||
"@vue/eslint-config-standard": "^5.1.2",
|
||||
"@vue/cli-plugin-babel": "^4.5.12",
|
||||
"@vue/cli-plugin-eslint": "^4.5.12",
|
||||
"@vue/cli-service": "^4.5.12",
|
||||
"@vue/eslint-config-standard": "^6.0.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.2.2",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"eslint": "^7.22.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"eslint-plugin-promise": "^4.3.1",
|
||||
"eslint-plugin-standard": "^4.1.0",
|
||||
"eslint-plugin-vue": "^7.7.0",
|
||||
"express": "^4.17.1",
|
||||
"http-proxy-middleware": "^1.0.4",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
"http-proxy-middleware": "^1.0.6",
|
||||
"vue-template-compiler": "^2.6.12"
|
||||
}
|
||||
}
|
||||
|
@ -78,7 +78,7 @@ span {
|
||||
border-color: transparent;
|
||||
color: #fff;
|
||||
}
|
||||
.button.is-dark-green:hover {
|
||||
.button.is-dark-green:hover, .button.is-dark-green.is-hovered, .button.is-dark-green:focus {
|
||||
background-color: #00a53f;
|
||||
border-color: transparent;
|
||||
color: #fff;
|
||||
|
3871
ui/yarn.lock
3871
ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user