Bump system-react
Some checks reported errors
continuous-integration/drone/push Build encountered an error

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

View File

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