Skip to content

Commit 4161137

Browse files
committed
Move to Nano Stores 1.0
1 parent b84768f commit 4161137

File tree

2 files changed

+526
-260
lines changed

2 files changed

+526
-260
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,38 +82,38 @@
8282
"devDependencies": {
8383
"@logux/core": "^0.9.0",
8484
"@logux/eslint-config": "^53.3.0",
85-
"@nanostores/preact": "^0.5.2",
86-
"@nanostores/react": "^0.8.4",
85+
"@nanostores/preact": "^1.0.0",
86+
"@nanostores/react": "^1.0.0",
8787
"@nanostores/vue": "^0.11.0",
8888
"@size-limit/preset-small-lib": "^11.2.0",
8989
"@testing-library/preact": "^3.2.4",
90-
"@testing-library/react": "^16.2.0",
90+
"@testing-library/react": "^16.3.0",
9191
"@testing-library/vue": "^8.1.0",
92-
"@types/node": "^22.13.14",
93-
"@types/react": "^19.0.12",
94-
"@types/react-dom": "^19.0.4",
95-
"@types/ws": "^8.18.0",
96-
"@vitest/coverage-v8": "^3.0.9",
92+
"@types/node": "^22.14.0",
93+
"@types/react": "^19.1.0",
94+
"@types/react-dom": "^19.1.2",
95+
"@types/ws": "^8.18.1",
96+
"@vitest/coverage-v8": "^3.1.1",
9797
"@vue/compiler-sfc": "^3.5.13",
9898
"check-dts": "^0.9.0",
9999
"clean-publish": "^5.1.0",
100-
"eslint": "^9.23.0",
100+
"eslint": "^9.24.0",
101101
"fake-indexeddb": "^6.0.0",
102102
"globals": "^16.0.0",
103103
"happy-dom": "^17.4.4",
104104
"nanospy": "^1.0.0",
105-
"nanostores": "^0.11.4",
105+
"nanostores": "^1.0.1",
106106
"picocolors": "^1.1.1",
107107
"postcss": "^8.5.3",
108-
"preact": "10.26.4",
108+
"preact": "10.26.5",
109109
"print-snapshots": "^0.4.2",
110110
"react": "^19.1.0",
111111
"react-dom": "^19.1.0",
112112
"size-limit": "^11.2.0",
113113
"svgo": "^3.3.2",
114-
"typescript": "^5.8.2",
115-
"vite": "^6.2.3",
116-
"vitest": "^3.0.9",
114+
"typescript": "^5.8.3",
115+
"vite": "^6.2.6",
116+
"vitest": "^3.1.1",
117117
"vue": "^3.5.13"
118118
},
119119
"prettier": {

0 commit comments

Comments
 (0)