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

Co-authored-by: Lorenz Kahl <lorenz.kahl@tk.de>
This commit is contained in:
Lorenz Kahl
2024-07-29 17:19:47 +02:00
committed by GitHub
parent 5babdf9059
commit 0c8f44cdb0

View File

@@ -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();