Skip to content

Commit

Permalink
fix: valtio types (#11121)
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed May 11, 2023
1 parent 85a0582 commit 14d006a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libs/valtio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@umijs/valtio",
"version": "1.0.3",
"description": "",
"description": "Umi.js valtio plugin",
"keywords": [],
"homepage": "https://github.com/umijs/umi/tree/master/libs/valtio",
"bugs": {
Expand All @@ -13,6 +13,7 @@
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand All @@ -22,9 +23,8 @@
"test": "jest"
},
"dependencies": {
"valtio": "1.10.3"
"valtio": "1.10.5"
},
"packageManager": "pnpm@7.3.0",
"publishConfig": {
"access": "public"
},
Expand Down
22 changes: 20 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 14d006a

Please sign in to comment.