Skip to content

Commit

Permalink
feat: add update method to persisted-store
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed Jul 29, 2024
1 parent 4f87cfe commit 6641572
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 192 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Svelte-Pieces

<a href="https://www.npmjs.com/package/svelte-pieces"><img src="https://img.shields.io/npm/v/svelte-pieces?color=729B1B&label="></a>
[![code style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/jacob-8/svelte-pieces) [![npm](https://img.shields.io/npm/v/svelte-pieces?color=729B1B)](https://www.npmjs.com/package/svelte-pieces) [![code style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config)

<!-- Kitbook Skip -->

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "2.13.3",
"@iconify/json": "^2.2.203",
"@iconify/json": "^2.2.204",
"@sveltejs/adapter-auto": "3.2.0",
"@sveltejs/kit": "2.5.7",
"@sveltejs/package": "2.3.1",
Expand All @@ -78,18 +78,18 @@
"eslint": "^9.1.1",
"eslint-plugin-svelte": "^2.38.0",
"eslint-plugin-svelte-stylistic": "^0.0.4",
"kitbook": "1.0.0-beta.28",
"kitbook": "1.0.0-beta.30",
"lint-staged": "^15.2.2",
"publint": "^0.2.7",
"simple-git-hooks": "^2.11.1",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"svelte2tsx": "^0.7.6",
"svelte-check": "^3.7.0",
"svelte2tsx": "^0.7.7",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 6641572

Please sign in to comment.