Compare commits
1 Commits
renovate/a
...
renovate/t
Author | SHA1 | Date | |
---|---|---|---|
fe16ac5bdf |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
# the steps our job runs **in order**
|
# the steps our job runs **in order**
|
||||||
steps:
|
steps:
|
||||||
# checkout the code on the workflow runner
|
# checkout the code on the workflow runner
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# install system dependencies that Tauri needs to compile on Linux.
|
# install system dependencies that Tauri needs to compile on Linux.
|
||||||
# note the extra dependencies for `tauri-driver` to run which are: `webkit2gtk-driver` and `xvfb`
|
# note the extra dependencies for `tauri-driver` to run which are: `webkit2gtk-driver` and `xvfb`
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
"prettier-plugin-svelte": "^3.2.7",
|
"prettier-plugin-svelte": "^3.2.7",
|
||||||
"svelte": "^4.2.19",
|
"svelte": "^4.2.19",
|
||||||
"svelte-check": "^4.0.4",
|
"svelte-check": "^4.0.4",
|
||||||
"tailwindcss": "^3.4.13",
|
"tailwindcss": "^4.0.0",
|
||||||
"tslib": "^2.7.0",
|
"tslib": "^2.7.0",
|
||||||
"typescript": "^5.6.2",
|
"typescript": "^5.6.2",
|
||||||
"typescript-eslint": "^8.8.0",
|
"typescript-eslint": "^8.8.0",
|
||||||
|
Reference in New Issue
Block a user