refactor: preload with follow list

This commit is contained in:
2024-02-22 11:46:53 +00:00
parent 670898c016
commit 5e1af603b7
7 changed files with 18 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system-react",
"version": "1.2.10",
"version": "1.2.11",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"module": "src/index.ts",
@ -16,8 +16,8 @@
"dist"
],
"dependencies": {
"@snort/shared": "^1.0.13",
"@snort/system": "^1.2.10",
"@snort/shared": "^1.0.14",
"@snort/system": "^1.2.11",
"react": "^18.2.0"
},
"devDependencies": {