Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Integrate 1.0.0 beta.30 (#154)
Browse files Browse the repository at this point in the history
* Update react types dependencies (#151)

* Updated react types dependencies

* Updated @types/react and @types/react-dom versions

* Fixed ts errors in tests

* Changed version to current

* Fixed tests

* 1.0.0-beta.30

* Created .npmrc

* Updated pnpm-lock
  • Loading branch information
AlexShukel authored Sep 8, 2023
1 parent c8d705e commit 318e0b0
Show file tree
Hide file tree
Showing 3 changed files with 3,176 additions and 2,669 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers=false
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stocked",
"description": "Tiny state management library for react.",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"main": "dist/index.js",
"module": "dist/stocked.esm.js",
"repository": "ArtiomTr/stocked",
Expand Down Expand Up @@ -77,5 +77,6 @@
"limit": "10 KB"
}
],
"typings": "dist/stocked.d.ts"
"typings": "dist/stocked.d.ts",
"packageManager": "[email protected]"
}
Loading

0 comments on commit 318e0b0

Please sign in to comment.