Version 1.8.3 and update yarn.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Madeorsk 2024-11-30 18:25:05 +01:00
parent 7bbd04e47a
commit 989f1f04d2
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F

View file

@ -1,5 +1,5 @@
{ {
"version": "1.8.2", "version": "1.8.3",
"name": "@kernelui/core", "name": "@kernelui/core",
"description": "Kernel UI Core.", "description": "Kernel UI Core.",
"scripts": { "scripts": {
@ -46,5 +46,5 @@
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-router-dom": "^7.0.1" "react-router-dom": "^7.0.1"
}, },
"packageManager": "yarn@4.5.0" "packageManager": "yarn@4.5.3"
} }