Update Sharkitek to 4.1.0 and yarn to latest stable version.

This commit is contained in:
Madeorsk 2025-06-28 23:30:27 +02:00
parent d1b7fc6107
commit 4966113a2e
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F

View file

@ -1,6 +1,6 @@
{ {
"name": "sharkitek", "name": "sharkitek",
"version": "4.0.0", "version": "4.1.0",
"description": "Sharkitek library proxy package, see @sharkitek/core", "description": "Sharkitek library proxy package, see @sharkitek/core",
"repository": "https://code.zeptotech.net/Sharkitek/Proxy", "repository": "https://code.zeptotech.net/Sharkitek/Proxy",
"author": { "author": {
@ -12,7 +12,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@sharkitek/core": "^4" "@sharkitek/core": "^4.1.0"
}, },
"packageManager": "yarn@4.8.1" "packageManager": "yarn@4.9.2"
} }