From 88e5a58f1819f09ba58f740eca8c9b1f3303b1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 16:18:40 +0000 Subject: [PATCH] chore(deps): Bump jotai in the jotai-minor group across 1 directory Bumps the jotai-minor group with 1 update in the / directory: [jotai](https://github.com/pmndrs/jotai). Updates `jotai` from 2.9.3 to 2.20.0 - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.9.3...v2.20.0) --- updated-dependencies: - dependency-name: jotai dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jotai-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 47 ++++++++++------------------------- package.json | 2 +- tsunami/frontend/package.json | 2 +- 3 files changed, 15 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b135295..458ebef2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "htl": "^0.3.1", "html-to-image": "^1.11.13", "immer": "^10.1.1", - "jotai": "2.9.3", + "jotai": "2.20.0", "lucide-react": "^1.8.0", "mermaid": "^11.12.3", "monaco-editor": "^0.55.1", @@ -9540,18 +9540,26 @@ } }, "node_modules/jotai": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.9.3.tgz", - "integrity": "sha512-IqMWKoXuEzWSShjd9UhalNsRGbdju5G2FrqNLQJT+Ih6p41VNYe2sav5hnwQx4HJr25jq9wRqvGSWGviGG6Gjw==", + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.20.0.tgz", + "integrity": "sha512-b5GAqgmXmXzB4WPaTH26ppk9Sl7AA9WSQX7yfdM+gJ1rFROiWcVbi97gFuN/yVCojOcbcvop2sfLL+fjxW0JVg==", "license": "MIT", "engines": { "node": ">=12.20.0" }, "peerDependencies": { + "@babel/core": ">=7.0.0", + "@babel/template": ">=7.0.0", "@types/react": ">=17.0.0", "react": ">=17.0.0" }, "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "@babel/template": { + "optional": true + }, "@types/react": { "optional": true }, @@ -17113,7 +17121,7 @@ "dependencies": { "clsx": "^2.1.1", "debug": "^4.4.3", - "jotai": "^2.13.1", + "jotai": "2.20.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", @@ -17163,35 +17171,6 @@ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", "license": "MIT" }, - "tsunami/frontend/node_modules/jotai": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.14.0.tgz", - "integrity": "sha512-JQkNkTnqjk1BlSUjHfXi+pGG/573bVN104gp6CymhrWDseZGDReTNniWrLhJ+zXbM6pH+82+UNJ2vwYQUkQMWQ==", - "license": "MIT", - "engines": { - "node": ">=12.20.0" - }, - "peerDependencies": { - "@babel/core": ">=7.0.0", - "@babel/template": ">=7.0.0", - "@types/react": ">=17.0.0", - "react": ">=17.0.0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@babel/template": { - "optional": true - }, - "@types/react": { - "optional": true - }, - "react": { - "optional": true - } - } - }, "tsunami/frontend/node_modules/react-markdown": { "version": "10.1.0", "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz", diff --git a/package.json b/package.json index c2d75d3f..bc9ef901 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "htl": "^0.3.1", "html-to-image": "^1.11.13", "immer": "^10.1.1", - "jotai": "2.9.3", + "jotai": "2.20.0", "lucide-react": "^1.8.0", "mermaid": "^11.12.3", "monaco-editor": "^0.55.1", diff --git a/tsunami/frontend/package.json b/tsunami/frontend/package.json index 060fe5e8..cd02170a 100644 --- a/tsunami/frontend/package.json +++ b/tsunami/frontend/package.json @@ -19,7 +19,7 @@ "dependencies": { "clsx": "^2.1.1", "debug": "^4.4.3", - "jotai": "^2.13.1", + "jotai": "^2.20.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-markdown": "^10.1.0",