Skip to content

Commit c86f8e3

Browse files
Merge pull request #1 from poly-state/upgrade-deps
bump poly state version
2 parents a814f6b + 2c1d4f4 commit c86f8e3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@poly-state/react",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "React bindings for React",
55
"main": "dist/index.js",
66
"repository": "https://github.com/poly-state/react.git",
@@ -12,7 +12,7 @@
1212
],
1313
"types": "./dist/index.d.ts",
1414
"devDependencies": {
15-
"@poly-state/poly-state": "^1.1.2",
15+
"@poly-state/poly-state": "1.1.3",
1616
"@swc/core": "^1.2.145",
1717
"@swc/jest": "^0.2.20",
1818
"@testing-library/jest-dom": "^5.16.2",
@@ -33,7 +33,7 @@
3333
"typescript": "^4.5.5"
3434
},
3535
"peerDependencies": {
36-
"@poly-state/poly-state": "^1.1.2"
36+
"@poly-state/poly-state": "^1.1.3"
3737
},
3838
"scripts": {
3939
"build": "rimraf dist && tsc",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,10 @@
560560
"@nodelib/fs.scandir" "2.1.5"
561561
fastq "^1.6.0"
562562

563-
"@poly-state/poly-state@^1.1.2":
564-
version "1.1.2"
565-
resolved "https://registry.yarnpkg.com/@poly-state/poly-state/-/poly-state-1.1.2.tgz#d74ab50e1b815eb833ca1acfa46ad11c2d2c46c9"
566-
integrity sha512-KYIxfToOo7P68fOhj8mBDrEzbnkMY/mbpwrO1Uc5aXd50oQVUotYzhdnI5EbrlmViR/FswJHilQf/dyqhmKTmQ==
563+
"@poly-state/poly-state@1.1.3":
564+
version "1.1.3"
565+
resolved "https://registry.yarnpkg.com/@poly-state/poly-state/-/poly-state-1.1.3.tgz#e59dc53fc8f12dca02a92da44ca020878cea2ec2"
566+
integrity sha512-nS0AfGgSefCnYuoE7pCOcAd2iTdX41TB78PYeKbnnwan+yUFTFFxWW+JnOQr7ThCuKg2k9NIdBPb1C2fD+UZFQ==
567567

568568
"@sinonjs/commons@^1.7.0":
569569
version "1.8.3"

0 commit comments

Comments
 (0)