Skip to content

Commit

Permalink
Bump up package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drborges committed Jun 17, 2024
1 parent f785b73 commit a835a94
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions packages/arbor-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arborjs/plugins",
"version": "0.0.1-alpha.87",
"version": "0.0.1-alpha.88",
"sideEffects": false,
"description": "Community driven plugins for @arborjs/store.",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"access": "public"
},
"devDependencies": {
"@arborjs/store": "0.0.1-alpha.87",
"@arborjs/store": "0.0.1-alpha.88",
"@types/jest": "^29.5.1",
"esbuild": "^0.17.19",
"eslint": "^8.40.0",
Expand All @@ -57,7 +57,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@arborjs/store": "0.0.1-alpha.87"
"@arborjs/store": "0.0.1-alpha.88"
},
"scripts": {
"prettier": "prettier -w . ",
Expand Down
6 changes: 3 additions & 3 deletions packages/arbor-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arborjs/react",
"version": "0.0.1-alpha.87",
"version": "0.0.1-alpha.88",
"sideEffects": false,
"description": "A fully typed, minimalistic proxy-based state tree library with very little boilerplate for React apps.",
"keywords": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"access": "public"
},
"devDependencies": {
"@arborjs/store": "0.0.1-alpha.87",
"@arborjs/store": "0.0.1-alpha.88",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.5.1",
"@types/react": "18.2.31",
Expand All @@ -71,7 +71,7 @@
"build:dev": "yarn clean && NODE_ENV=development node ../../tools/build.js && yarn tsc"
},
"peerDependencies": {
"@arborjs/store": "0.0.1-alpha.87",
"@arborjs/store": "0.0.1-alpha.88",
"react": "18.2.0",
"react-dom": "18.2.14"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/arbor-rxjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arborjs/rxjs",
"version": "0.0.1-alpha.87",
"version": "0.0.1-alpha.88",
"sideEffects": false,
"description": "rxjs binding for @arborjs/store",
"keywords": [
Expand Down Expand Up @@ -55,7 +55,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@arborjs/store": "0.0.1-alpha.87",
"@arborjs/store": "0.0.1-alpha.88",
"rxjs": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/arbor-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arborjs/store",
"sideEffects": false,
"version": "0.0.1-alpha.87",
"version": "0.0.1-alpha.88",
"description": "A fully typed, minimalistic proxy-based state tree library with very little boilerplate.",
"keywords": [
"arbor",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@arborjs/plugins@workspace:packages/arbor-plugins"
dependencies:
"@arborjs/store": 0.0.1-alpha.87
"@arborjs/store": 0.0.1-alpha.88
"@types/jest": ^29.5.1
esbuild: ^0.17.19
eslint: ^8.40.0
Expand All @@ -49,15 +49,15 @@ __metadata:
ts-jest: ^29.1.0
typescript: ^5.0.4
peerDependencies:
"@arborjs/store": 0.0.1-alpha.87
"@arborjs/store": 0.0.1-alpha.88
languageName: unknown
linkType: soft

"@arborjs/react@workspace:^, @arborjs/react@workspace:packages/arbor-react":
version: 0.0.0-use.local
resolution: "@arborjs/react@workspace:packages/arbor-react"
dependencies:
"@arborjs/store": 0.0.1-alpha.87
"@arborjs/store": 0.0.1-alpha.88
"@testing-library/react": 14.0.0
"@types/jest": ^29.5.1
"@types/react": 18.2.31
Expand All @@ -73,7 +73,7 @@ __metadata:
ts-jest: ^29.1.0
typescript: ^5.0.4
peerDependencies:
"@arborjs/store": 0.0.1-alpha.87
"@arborjs/store": 0.0.1-alpha.88
react: 18.2.0
react-dom: 18.2.14
languageName: unknown
Expand All @@ -91,7 +91,7 @@ __metadata:
ts-jest: ^29.1.0
typescript: ^5.0.4
peerDependencies:
"@arborjs/store": 0.0.1-alpha.87
"@arborjs/store": 0.0.1-alpha.88
rxjs: "*"
languageName: unknown
linkType: soft
Expand All @@ -105,7 +105,7 @@ __metadata:
languageName: unknown
linkType: soft

"@arborjs/[email protected].87, @arborjs/store@workspace:*, @arborjs/store@workspace:^, @arborjs/store@workspace:packages/arbor-store":
"@arborjs/[email protected].88, @arborjs/store@workspace:*, @arborjs/store@workspace:^, @arborjs/store@workspace:packages/arbor-store":
version: 0.0.0-use.local
resolution: "@arborjs/store@workspace:packages/arbor-store"
dependencies:
Expand Down

0 comments on commit a835a94

Please sign in to comment.