1 Commits

Author SHA1 Message Date
92a427fcc8 chore(deps): update dependency globals to v16
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Failing after 29m42s
2025-05-02 01:31:13 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
# the steps our job runs **in order**
steps:
# 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.
# note the extra dependencies for `tauri-driver` to run which are: `webkit2gtk-driver` and `xvfb`

View File

@ -29,7 +29,7 @@
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"globals": "^15.10.0",
"globals": "^16.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",