Skip to content

Commit d0c585a

Browse files
committed
Update dependencies
1 parent 78dbb3b commit d0c585a

File tree

6 files changed

+917
-1287
lines changed

6 files changed

+917
-1287
lines changed

eslint.config.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ export default [
1717
'n/no-unsupported-features/node-builtins': [
1818
'error',
1919
{
20-
ignores: ['WebSocket', 'navigator', 'crypto', 'CryptoKey']
20+
ignores: [
21+
'WebSocket',
22+
'navigator',
23+
'crypto',
24+
'CryptoKey',
25+
'localStorage'
26+
]
2127
}
2228
],
2329
'no-console': 'off',

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -80,41 +80,41 @@
8080
},
8181
"devDependencies": {
8282
"@logux/core": "github:logux/core#next",
83-
"@logux/eslint-config": "^53.2.0",
84-
"@nanostores/preact": "^0.5.1",
85-
"@nanostores/react": "^0.7.2",
83+
"@logux/eslint-config": "^53.3.0",
84+
"@nanostores/preact": "^0.5.2",
85+
"@nanostores/react": "^0.7.3",
8686
"@nanostores/vue": "^0.10.0",
87-
"@peculiar/webcrypto": "^1.4.6",
87+
"@peculiar/webcrypto": "^1.5.0",
8888
"@size-limit/preset-small-lib": "^11.1.4",
89-
"@testing-library/preact": "^3.2.3",
90-
"@testing-library/react": "^15.0.7",
91-
"@testing-library/vue": "^8.0.3",
92-
"@types/node": "^20.12.12",
93-
"@types/react": "^18.3.2",
89+
"@testing-library/preact": "^3.2.4",
90+
"@testing-library/react": "^16.0.0",
91+
"@testing-library/vue": "^8.1.0",
92+
"@types/node": "^22.1.0",
93+
"@types/react": "^18.3.3",
9494
"@types/react-dom": "^18.3.0",
95-
"@types/ws": "^8.5.10",
96-
"@vitest/coverage-v8": "^1.6.0",
97-
"@vue/compiler-sfc": "^3.4.27",
98-
"check-dts": "^0.7.2",
99-
"clean-publish": "^4.4.0",
100-
"eslint": "^9.2.0",
101-
"fake-indexeddb": "^5.0.2",
102-
"globals": "^15.2.0",
103-
"happy-dom": "^14.11.0",
95+
"@types/ws": "^8.5.12",
96+
"@vitest/coverage-v8": "^2.0.5",
97+
"@vue/compiler-sfc": "^3.4.35",
98+
"check-dts": "^0.8.0",
99+
"clean-publish": "^5.0.0",
100+
"eslint": "^9.8.0",
101+
"fake-indexeddb": "^6.0.0",
102+
"globals": "^15.9.0",
103+
"happy-dom": "^14.12.3",
104104
"nanospy": "^1.0.0",
105105
"nanostores": "^0.10.3",
106106
"picocolors": "^1.0.1",
107-
"postcss": "^8.4.38",
107+
"postcss": "^8.4.41",
108108
"preact": "10.22.0",
109109
"print-snapshots": "^0.4.2",
110110
"react": "^18.3.1",
111111
"react-dom": "^18.3.1",
112112
"size-limit": "^11.1.4",
113113
"svgo": "^3.3.2",
114-
"typescript": "^5.4.5",
115-
"vite": "^5.2.11",
116-
"vitest": "^1.6.0",
117-
"vue": "^3.4.27"
114+
"typescript": "^5.5.4",
115+
"vite": "^5.3.5",
116+
"vitest": "^2.0.5",
117+
"vue": "^3.4.35"
118118
},
119119
"prettier": {
120120
"arrowParens": "avoid",

0 commit comments

Comments
 (0)