Skip to content

Commit

Permalink
build: upgrade to React 19 & Node 22, enable React Compiler, migrate …
Browse files Browse the repository at this point in the history
…to PNPM, bump deps

Deprecates defaultProps
Deprecates forwardRef
Uses import.meta.dirname
useComposedRefs from Radix
Use modern Clipboard API
  • Loading branch information
apostolos committed May 26, 2024
1 parent 5a3584e commit 8b13fcd
Show file tree
Hide file tree
Showing 34 changed files with 10,830 additions and 15,621 deletions.
4 changes: 2 additions & 2 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[production]
# Run `npx autoprefixer --info` to view CSS properties that need polyfill
# Run `pnpm dlx autoprefixer --info` to view CSS properties that need polyfill
# From: https://github.com/adobe/react-spectrum/blob/main/.browserslistrc
chrome >= 79
firefox >= 85
safari >= 13
#edge >= 88
edge >= 88

[legacy]
# https://github.com/browserslist/browserslist
Expand Down
Loading

0 comments on commit 8b13fcd

Please sign in to comment.