Bump packages

This commit is contained in:
2023-09-15 11:10:52 +01:00
parent 5ce15a6c6b
commit f6d8e96ae3
4 changed files with 12 additions and 10 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@snort/system-react",
"version": "1.0.13",
"version": "1.0.14",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran",
"license": "GPL-3.0-or-later",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsc"
},
@ -15,8 +15,8 @@
"dist"
],
"dependencies": {
"@snort/shared": "^1.0.5",
"@snort/system": "^1.0.18",
"@snort/shared": "^1.0.6",
"@snort/system": "^1.0.20",
"react": "^18.2.0"
},
"devDependencies": {