Skip to content

Commit

Permalink
chore: sync deps
Browse files Browse the repository at this point in the history
  • Loading branch information
artalar committed Oct 9, 2023
1 parent a711657 commit 840d438
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/framework",
"version": "3.4.19",
"version": "3.4.20",
"private": false,
"sideEffects": false,
"description": "Reatom for framework",
Expand All @@ -22,14 +22,14 @@
"test:watch": "tsx watch src/index.test.ts"
},
"dependencies": {
"@reatom/async": "^3.9.3",
"@reatom/core": "^3.5.0",
"@reatom/async": "^3.9.4",
"@reatom/core": "^3.6.0",
"@reatom/effects": "^3.5.1",
"@reatom/hooks": "^3.4.2",
"@reatom/lens": "^3.6.2",
"@reatom/logger": "^3.5.0",
"@reatom/lens": "^3.7.0",
"@reatom/logger": "^3.6.0",
"@reatom/primitives": "^3.2.1",
"@reatom/utils": "^3.5.0"
"@reatom/utils": "^3.6.0"
},
"author": "artalar",
"license": "MIT",
Expand Down

1 comment on commit 840d438

@vercel
Copy link

@vercel vercel bot commented on 840d438 Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.