Skip to content

Commit 0f4cbbd

Browse files
chore(deps): update all non-major dependencies (#81)
* chore(deps): update all non-major dependencies * chore: disable one var lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ProfiiDev <92174452+Profiidev@users.noreply.github.com>
1 parent aa52850 commit 0f4cbbd

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.oxlintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"eslint/no-use-before-define": "off",
3030
"eslint/no-empty-function": "off",
3131
"eslint/max-params": "off",
32+
"eslint/one-var": "off",
3233
"sort-imports": [
3334
"warn",
3435
{

examples/webauthn/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
},
2121
"devDependencies": {
2222
"@sveltejs/adapter-static": "3.0.10",
23-
"@sveltejs/kit": "2.70.2",
24-
"@sveltejs/vite-plugin-svelte": "7.2.0",
23+
"@sveltejs/kit": "2.70.3",
24+
"@sveltejs/vite-plugin-svelte": "7.3.0",
2525
"@tauri-apps/cli": "2.11.4",
26-
"svelte": "5.56.8",
27-
"svelte-check": "4.7.4",
26+
"svelte": "5.57.0",
27+
"svelte-check": "4.7.6",
2828
"typescript": "6.0.3",
29-
"vite": "8.1.5"
29+
"vite": "8.2.2"
3030
}
3131
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
},
3636
"devDependencies": {
3737
"@rollup/plugin-typescript": "12.3.0",
38-
"oxlint": "1.76.0",
38+
"oxlint": "1.80.0",
3939
"oxlint-tsgolint": "7.0.2001",
4040
"prettier": "3.9.6",
4141
"prettier-plugin-svelte": "3.5.2",
4242
"prettier-plugin-tailwindcss": "0.8.1",
43-
"rollup": "4.62.3",
43+
"rollup": "4.63.1",
4444
"tslib": "2.8.1",
4545
"typescript": "6.0.3"
4646
}

0 commit comments

Comments
 (0)