chore: bump pkgs

This commit is contained in:
2024-06-25 16:16:53 +01:00
parent bdc94cec8b
commit 40aa21cb4b
4 changed files with 9 additions and 9 deletions

View File

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