Skip to content

Commit

Permalink
uses latest React 18 minor versions for code-previews on Codepen (#2125)
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenz Kahl <lorenz.kahl@tk.de>
  • Loading branch information
LorenzKahl and Lorenz Kahl authored Jul 29, 2024
1 parent 5babdf9 commit 0c8f44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/scripts/code-previews.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0c8f44c

Please sign in to comment.