Skip to content

Commit

Permalink
deps: bump nanostores
Browse files Browse the repository at this point in the history
  • Loading branch information
euaaaio committed Aug 6, 2024
1 parent 5a71e5d commit 2266669
Show file tree
Hide file tree
Showing 3 changed files with 2,192 additions and 1,816 deletions.
2 changes: 1 addition & 1 deletion logger/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ logger({
})

let atomStore = atom()
// THROWS Argument of type 'WritableAtom<unknown>'
// THROWS Argument of type 'PreinitializedWritableAtom<unknown>'
logger(atomStore)

logger(
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:coverage": "vitest run --coverage",
"test:types": "check-dts",
"test:size": "size-limit",
"test": "pnpm run /^test:/"
"test": "pnpm --color run /^test:/"
},
"author": "Eduard Aksamitov <e@euaaaio.ru>",
"license": "MIT",
Expand Down Expand Up @@ -52,7 +52,7 @@
"happy-dom": "^14.3.3",
"nano-staged": "^0.8.0",
"nanodelay": "^2.0.2",
"nanostores": "^0.10.2",
"nanostores": "^0.11.2",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.0",
"size-limit": "^11.1.2",
Expand Down Expand Up @@ -91,7 +91,7 @@
{
"path": "./index.js",
"import": "{ logger }",
"limit": "1096 B"
"limit": "924 B"
}
],
"clean-publish": {
Expand Down
Loading

0 comments on commit 2266669

Please sign in to comment.