1
0
forked from Kieran/snort

Bump version

This commit is contained in:
Kieran 2023-06-21 16:09:00 +01:00
parent 75fd4fb7aa
commit 0cd43a731e
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system-react",
"version": "1.0.3",
"version": "1.0.4",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -16,8 +16,8 @@
"dist"
],
"dependencies": {
"@snort/system": "^1.0.8",
"@snort/shared": "^1.0.1",
"@snort/system": "^1.0.9",
"@snort/shared": "^1.0.2",
"react": "^18.2.0"
}
}