Skip to content

Commit

Permalink
fix: update version to 0.1.1 and modify dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajaniraiyn committed Jan 8, 2025
1 parent baa2eb2 commit f73db85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-alien-signals",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand All @@ -10,6 +10,10 @@
"import": "./dist/index.js"
}
},
"files": [
"dist",
"LICENSE"
],
"scripts": {
"build": "tsup",
"docs": "npx typedoc src/index.ts",
Expand All @@ -22,14 +26,14 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/bun": "^1.1.14",
"@types/react": "^19.0.2",
"@types/bun": "^1.1.15",
"@types/react": "^19.0.3",
"react-dom": "^19.0.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"peerDependencies": {
"alien-signals": ">=0.4",
"alien-signals": "^0.4.13",
"react": ">=18"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit f73db85

Please sign in to comment.