Skip to content

Commit

Permalink
chore: deps sync
Browse files Browse the repository at this point in the history
  • Loading branch information
artalar committed Jun 17, 2024
1 parent dae8710 commit 9ea9ca9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

15 changes: 4 additions & 11 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"name": "@reatom/framework",
"version": "3.4.44",
"version": "3.4.45",
"private": false,
"sideEffects": false,
"description": "Reatom for framework",
"source": "src/index.ts",
"exports": {
"types": "./build/index.d.ts",
"require": "./build/index.js",
"default": "./build/index.mjs"
},
"exports": { "types": "./build/index.d.ts", "require": "./build/index.js", "default": "./build/index.mjs" },
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand All @@ -27,16 +23,13 @@
"@reatom/effects": "^3.8.0",
"@reatom/hooks": "^3.5.3",
"@reatom/lens": "^3.11.0",
"@reatom/logger": "^3.8.1",
"@reatom/logger": "^3.8.2",
"@reatom/primitives": "^3.7.0",
"@reatom/utils": "^3.9.0"
},
"author": "artalar",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/artalar/reatom.git"
},
"repository": { "type": "git", "url": "git+ssh://[email protected]/artalar/reatom.git" },
"bugs": { "url": "https://github.com/artalar/reatom/issues" },
"homepage": "https://www.reatom.dev/package/framework",
"files": ["/build", "/package.json"]
Expand Down

0 comments on commit 9ea9ca9

Please sign in to comment.