uses latest React 18 minor versions for code-previews on Codepen (#2125)

Co-authored-by: Lorenz Kahl <lorenz.kahl@tk.de>
pull/2116/head^2
Lorenz Kahl 2024-07-29 17:19:47 +02:00 zatwierdzone przez GitHub
rodzic 5babdf9059
commit 0c8f44cdb0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -65,7 +65,7 @@
}
const shoelaceVersion = document.documentElement.getAttribute('data-shoelace-version');
const reactVersion = '18.2.0';
const reactVersion = '^18';
const cdndir = 'cdn';
const npmdir = 'dist';
let flavor = getFlavor();