Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into tests/add-time-travel…
Browse files Browse the repository at this point in the history
…-test-async
  • Loading branch information
arjunvegda committed Feb 1, 2025
2 parents c5b320d + 5c19880 commit 8cfd056
Show file tree
Hide file tree
Showing 12 changed files with 4,039 additions and 5,487 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"buildCommand": "build",
"sandboxes": ["new", "react-typescript-react-ts"],
"node": "18"
"node": "20"
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
version: 8.6.2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@

- Debug 🐞 atom values with ease
- ⏳ Time-travel through your atoms and find bugs faster than before
(recommended jotai `>=2.2.0`)
- Out-of-the-box 🔌 support for async/suspendible atoms
- Built-in Dark mode 🌗
- ✅ Supports custom `store`
- ✅ Works with provider-less mode
- ✅ Works with Next.js
- ✅ Supports custom `nonce` for CSP
- ✅ Hides private atoms with ability to configure (requires Jotai `>=2.0.3`)
- ✅ Hides private atoms with ability to configure
- ✅ Tree-shakable and built for non-production environments
- ✅ Parses all the JavaScript values with JSON Tree view
- ✅ Diff checking with additions and deletion highlights
Expand All @@ -30,7 +29,7 @@

## ☝️ Prerequisites

- Jotai version `>=2.1.0.`
- Jotai version `>=2.9.0`
- React version `>=17.0.0`

## 📦 Setup
Expand Down
Loading

0 comments on commit 8cfd056

Please sign in to comment.