Merge remote-tracking branch 'mkljczk/develop' into develop

This commit is contained in:
Nicole Mikołajczyk
2025-04-17 16:13:30 +02:00
5 changed files with 274 additions and 236 deletions

View File

@ -35,7 +35,7 @@
"typedoc-material-theme": "^1.3.0",
"typedoc-plugin-valibot": "^1.0.0",
"typescript": "^5.7.3",
"vite": "^6.1.4",
"vite": "^6.1.5",
"vite-plugin-dts": "^4.5.0",
"ws": "^8.18.0"
},

View File

@ -2889,10 +2889,10 @@ vite-plugin-dts@^4.5.0:
local-pkg "^0.5.1"
magic-string "^0.30.17"
vite@^6.1.4:
version "6.1.4"
resolved "https://registry.yarnpkg.com/vite/-/vite-6.1.4.tgz#1088fc981a59686b461a4780322d410a1fd39f9f"
integrity sha512-VzONrF/qqEg/JBwHXBJdVSmBZBhwiPGinyUb0SQLByqQwi6o8UvX5TWLkpvkq3tvN8Cr273ieZDt36CGwWRMvA==
vite@^6.1.5:
version "6.1.5"
resolved "https://registry.yarnpkg.com/vite/-/vite-6.1.5.tgz#3791609c7a5f434d2c6ed0610c2570cd083541b4"
integrity sha512-H/gAFpW5I4ow/8Bz4t4i8k2St5JThMlqUT8gsH5v0rkqbqpf4qLrFozjq/V2KG1iOXF+3Ko9mlG0kmGerktWJw==
dependencies:
esbuild "^0.24.2"
postcss "^8.5.2"

View File

@ -187,7 +187,7 @@
"tslib": "^2.8.1",
"type-fest": "^4.30.1",
"typescript": "^5.7.3",
"vite": "^6.2.5",
"vite": "^6.2.6",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-compile-time": "^0.3.2",
"vite-plugin-html": "^3.2.2",

File diff suppressed because it is too large Load Diff

View File

@ -8991,10 +8991,10 @@ vite@^5.0.0:
optionalDependencies:
fsevents "~2.3.3"
vite@^6.2.5:
version "6.2.5"
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.5.tgz#d093b5fe8eb96e594761584a966ab13f24457820"
integrity sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==
vite@^6.2.6:
version "6.2.6"
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.6.tgz#7f0ccf2fdc0c1eda079ce258508728e2473d3f61"
integrity sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==
dependencies:
esbuild "^0.25.0"
postcss "^8.5.3"