Skip to content

Commit 0fb9741

Browse files
committedApr 15, 2022
Update all deps
1 parent 1e559a8 commit 0fb9741

File tree

6 files changed

+1005
-1028
lines changed

6 files changed

+1005
-1028
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@beyonk/svelte-datepicker": "^12.0.0",
2020
"@popperjs/core": "^2.11.2",
2121
"@sveltejs/adapter-static": "next",
22-
"@sveltejs/kit": "^1.0.0-next.278",
22+
"@sveltejs/kit": "next",
2323
"@tauri-apps/api": "^1.0.0-rc.1",
2424
"@tauri-apps/cli": "^1.0.0-rc.5",
2525
"@typescript-eslint/eslint-plugin": "^5.12.0",
2626
"@typescript-eslint/parser": "^5.12.0",
27-
"@zerodevx/svelte-toast": "^0.6.3",
27+
"@zerodevx/svelte-toast": "^0.7.1",
2828
"bootstrap": "^5.1.3",
2929
"chart.js": "^3.7.1",
3030
"eslint": "^8.9.0",

‎src-tauri/Cargo.lock

+396-436
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
build = "src/build.rs"
1111

1212
[build-dependencies]
13-
tauri-build = { version = "1.0.0-rc.4", features = [] }
13+
tauri-build = { version = "1.0.0-rc.5", features = [] }
1414

1515
[dependencies]
1616
anyhow = "1.0"

‎tests/webdriverio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"@wdio/cli": "^7.16.16"
1111
},
1212
"devDependencies": {
13+
"@types/mocha": "^9.1.0",
1314
"@wdio/local-runner": "^7.16.16",
1415
"@wdio/mocha-framework": "^7.16.15",
1516
"@wdio/spec-reporter": "^7.16.14",
16-
"typescript": "^4.5.5",
1717
"ts-node": "^10.5.0",
18-
"@types/mocha": "^9.1.0"
18+
"typescript": "^4.5.5"
1919
}
2020
}

‎tests/webdriverio/yarn.lock

+235-226
Large diffs are not rendered by default.

‎yarn.lock

+369-361
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.