Bump system-react
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Kieran 2023-06-21 15:11:19 +01:00
parent a1409b6eaa
commit e9bc25bd88
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 2 additions and 2 deletions

View File

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