Skip to content

Commit

Permalink
v5.3.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuke-furukawa committed Aug 25, 2022
1 parent 139ead4 commit 0aa8561
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "5.3.1"
"version": "5.3.2-alpha.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agreed/cli",
"version": "5.3.1",
"version": "5.3.2-alpha.0",
"description": "Agreed is a tool for Consumer Driven Contract with JSON mock server",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,10 +31,10 @@
"plz-port": "1.0.0"
},
"dependencies": {
"@agreed/client": "^5.3.1",
"@agreed/server": "^5.3.1",
"@agreed/typed": "^5.3.1",
"@agreed/ui": "^5.3.1",
"@agreed/client": "^5.3.2-alpha.0",
"@agreed/server": "^5.3.2-alpha.0",
"@agreed/typed": "^5.3.2-alpha.0",
"@agreed/ui": "^5.3.2-alpha.0",
"colo": "^1.0.0",
"json5": "^2.0.0",
"minimist": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agreed/client",
"version": "5.3.1",
"version": "5.3.2-alpha.0",
"description": "agreed client, testing utilities",
"main": "index.js",
"bin": "bin/agreed-client.js",
Expand All @@ -20,12 +20,12 @@
"author": "yosuke-furukawa",
"license": "MIT",
"dependencies": {
"@agreed/core": "^5.3.1",
"@agreed/core": "^5.3.2-alpha.0",
"colo": "^1.0.0",
"is-empty": "^1.0.0"
},
"devDependencies": {
"@agreed/server": "^5.3.1",
"@agreed/server": "^5.3.2-alpha.0",
"eater": "4.0.4",
"plz-port": "1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agreed/core",
"version": "5.3.1",
"version": "5.3.2-alpha.0",
"description": "agreed is a mock server and test client, agreed will be helper for Consumer Driven Contract",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agreed/server",
"version": "5.3.1",
"version": "5.3.2-alpha.0",
"description": "agreed server",
"main": "index.js",
"bin": "bin/agreed-server.js",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/recruit-tech/agreed-server#readme",
"dependencies": {
"@agreed/core": "^5.3.1",
"@agreed/core": "^5.3.2-alpha.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/typed/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/typed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agreed/typed",
"version": "5.3.1",
"version": "5.3.2-alpha.0",
"main": "./lib/types.js",
"types": "./lib/types.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -63,7 +63,7 @@
"testTimeout": 10000
},
"dependencies": {
"@agreed/core": "^5.3.1",
"@agreed/core": "^5.3.2-alpha.0",
"@types/estree": "1.0.0",
"@types/minimist": "^1.2.0",
"@types/node": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agreed/ui",
"version": "5.3.1",
"version": "5.3.2-alpha.0",
"license": "MIT",
"proxy": "http://localhost:3001/",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"url": "git+https://github.com/recruit-tech/agreed.git"
},
"dependencies": {
"@agreed/core": "^5.3.1",
"@agreed/core": "^5.3.2-alpha.0",
"colo": "1.0.0",
"express": "4.18.1",
"fs-extra": "10.1.0",
Expand Down

0 comments on commit 0aa8561

Please sign in to comment.