Skip to content

Commit

Permalink
fix(deps): update dependency jotai to ^2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and davydkov committed Dec 3, 2023
1 parent 039b6c1 commit 62e46f2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"body-scroll-lock-upgrade": "^1.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"jotai": "^2.5.1",
"jotai": "^2.6.0",
"langium": "^2.1.3",
"lucide-react": "^0.288.0",
"monaco-editor": "0.36.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/diagrams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@react-spring/konva": "^9.7.3",
"@use-gesture/react": "^10.3.0",
"body-scroll-lock-upgrade": "^1.0.4",
"jotai": "^2.5.1",
"jotai": "^2.6.0",
"khroma": "^2.1.0",
"konva": "^9.2.3",
"rambdax": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/likec4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"autoprefixer": "^10.4.16",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"jotai": "^2.5.1",
"jotai": "^2.6.0",
"nanostores": "^0.9.5",
"playwright-core": "^1.40.1",
"postcss": "^8.4.31",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ __metadata:
"@use-gesture/react": "npm:^10.3.0"
body-scroll-lock-upgrade: "npm:^1.0.4"
execa: "npm:^8.0.1"
jotai: "npm:^2.5.1"
jotai: "npm:^2.6.0"
khroma: "npm:^2.1.0"
konva: "npm:^9.2.3"
rambdax: "npm:^9.1.1"
Expand Down Expand Up @@ -1065,7 +1065,7 @@ __metadata:
body-scroll-lock-upgrade: "npm:^1.0.4"
class-variance-authority: "npm:^0.7.0"
clsx: "npm:^1.2.1"
jotai: "npm:^2.5.1"
jotai: "npm:^2.6.0"
langium: "npm:^2.1.3"
likec4: "workspace:*"
lucide-react: "npm:^0.288.0"
Expand Down Expand Up @@ -9053,9 +9053,9 @@ __metadata:
languageName: node
linkType: hard

"jotai@npm:^2.5.1":
version: 2.5.1
resolution: "jotai@npm:2.5.1"
"jotai@npm:^2.6.0":
version: 2.6.0
resolution: "jotai@npm:2.6.0"
peerDependencies:
"@types/react": ">=17.0.0"
react: ">=17.0.0"
Expand All @@ -9064,7 +9064,7 @@ __metadata:
optional: true
react:
optional: true
checksum: acd85e669eeb3bb86feef26d53050611488143f8d2311e8b714a65708b8a7c383d0677285240daf2cb1762fee9dc008edd09048a0ba161e99ff1c096efd81cfd
checksum: 7e635f4f5052582095ed3949aa46f26213b10237bc4876db242c936f0f4d4272129727d7419e4fd5b1b83fa55b7ad737575453116a955dcc6b3a26cba14591f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -9481,7 +9481,7 @@ __metadata:
esbuild-node-externals: "npm:^1.11.0"
execa: "npm:^8.0.1"
get-port: "npm:^7.0.0"
jotai: "npm:^2.5.1"
jotai: "npm:^2.6.0"
json5: "npm:^2.2.3"
mkdirp: "npm:^3.0.1"
nanostores: "npm:^0.9.5"
Expand Down

0 comments on commit 62e46f2

Please sign in to comment.