Skip to content

Commit

Permalink
Update Nano Stores and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 3, 2024
1 parent 559db55 commit c21b3e1
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 412 deletions.
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default [
globals: globals.browser
},
rules: {
'@typescript-eslint/no-explicit-any': 'off'
'@typescript-eslint/no-explicit-any': 'off',
'n/no-unsupported-features/node-builtins': 'off'
}
},
{
Expand Down
29 changes: 11 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,34 +41,27 @@
}
],
"peerDependencies": {
"nanostores": "^0.9.0 || ^0.10.0"
"nanostores": "^0.9.0 || ^0.10.0 || ^0.11.0"
},
"devDependencies": {
"@logux/eslint-config": "^53.2.0",
"@logux/eslint-config": "^53.3.0",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"better-node-test": "^0.5.1",
"c8": "^10.1.2",
"check-dts": "^0.8.0",
"clean-publish": "^5.0.0",
"eslint": "^9.5.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.2.0",
"globals": "^15.6.0",
"eslint": "^9.8.0",
"globals": "^15.9.0",
"happy-dom": "^14.12.3",
"nanodelay": "^2.0.2",
"nanostores": "^0.10.3",
"nanostores": "^0.11.0",
"size-limit": "^11.1.4",
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vite": "^5.3.1"
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"vite": "^5.3.5"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit c21b3e1

Please sign in to comment.