Skip to content

Commit 699a719

Browse files
committed
chore: 更新依赖
1 parent 485ae55 commit 699a719

4 files changed

Lines changed: 288 additions & 275 deletions

File tree

.oxlintrc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
"settings": {
1010
"jsx-a11y": {
11-
"polymorphicPropName": null,
1211
"components": {},
1312
"attributes": {}
1413
},
@@ -18,7 +17,6 @@
1817
"react": {
1918
"formComponents": [],
2019
"linkComponents": [],
21-
"version": null,
2220
"componentWrapperFunctions": []
2321
},
2422
"jsdoc": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@icons-pack/svelte-simple-icons": "^7.2.0",
19-
"@lucide/svelte": "^1.0.1"
19+
"@lucide/svelte": "^1.7.0"
2020
},
2121
"devDependencies": {
2222
"@sveltejs/adapter-static": "^3.0.10",
@@ -26,12 +26,12 @@
2626
"@types/node": "^25.5.0",
2727
"eslint-plugin-svelte": "^3.16.0",
2828
"globals": "^17.4.0",
29-
"oxfmt": "^0.41.0",
30-
"oxlint": "^1.56.0",
29+
"oxfmt": "^0.42.0",
30+
"oxlint": "^1.57.0",
3131
"svelte": "^5.55.0",
3232
"svelte-check": "^4.4.5",
3333
"tailwindcss": "^4.2.2",
3434
"typescript": "^6.0.2",
35-
"vite": "^8.0.2"
35+
"vite": "^8.0.3"
3636
}
3737
}

0 commit comments

Comments
 (0)