Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
artalar committed Jul 8, 2023
1 parent 53c7499 commit f601e4e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 53 deletions.
64 changes: 33 additions & 31 deletions package-lock.json

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

35 changes: 13 additions & 22 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.6",
"version": "3.4.7",
"private": false,
"sideEffects": false,
"description": "Reatom for framework",
Expand All @@ -13,40 +13,31 @@
"main": "build/index.js",
"module": "build/index.module.js",
"types": "build/index.d.ts",
"browserslist": [
"last 1 year"
],
"minify": {
"mangle": false
},
"browserslist": ["last 1 year"],
"minify": { "mangle": false },
"scripts": {
"prepublishOnly": "npm run build",
"build": "microbundle -f esm,cjs",
"test": "ts-node src/index.test.ts",
"test:watch": "tsx watch src/index.test.ts"
},
"dependencies": {
"@reatom/async": "^3.6.0",
"@reatom/core": "^3.3.0",
"@reatom/effects": "^3.2.0",
"@reatom/hooks": "^3.4.0",
"@reatom/lens": "^3.5.0",
"@reatom/logger": "^3.4.1",
"@reatom/primitives": "^3.2.0",
"@reatom/utils": "^3.2.2"
"@reatom/async": "^3.8.0",
"@reatom/core": "^3.5.0",
"@reatom/effects": "^3.3.1",
"@reatom/hooks": "^3.4.2",
"@reatom/lens": "^3.6.0",
"@reatom/logger": "^3.4.3",
"@reatom/primitives": "^3.2.1",
"@reatom/utils": "^3.4.0"
},
"author": "artalar",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/artalar/reatom.git"
},
"bugs": {
"url": "https://github.com/artalar/reatom/issues"
},
"bugs": { "url": "https://github.com/artalar/reatom/issues" },
"homepage": "https://www.reatom.dev/packages/framework",
"files": [
"/build",
"/package.json"
]
"files": ["/build", "/package.json"]
}

1 comment on commit f601e4e

@vercel
Copy link

@vercel vercel bot commented on f601e4e Jul 8, 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.