Skip to content

Commit 9c5b972

Browse files
committed
update version manually
1 parent 1b2bbab commit 9c5b972

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

servers/backend-server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
"@cdm-logger/server": "^5.0.5",
5858
"@common-stack/core": "0.0.208",
5959
"@common-stack/server-core": "0.0.208",
60-
"@sample-stack/core": "file:../../packages/sample-core",
61-
"@sample-stack/counter-module-server": "file:../../packages-modules/counter/server",
62-
"@sample-stack/microservice-nats": "file:../../packages/sample-microservice-nats",
63-
"@sample-stack/server-core": "file:../../packages/sample-server-core",
64-
"@sample-stack/store": "file:../../packages/sample-store",
60+
"@sample-stack/core": "^0.0.38-alpha.13",
61+
"@sample-stack/counter-module-server": "^0.0.38-alpha.13",
62+
"@sample-stack/microservice-nats": "^0.0.38-alpha.13",
63+
"@sample-stack/server-core": "^0.0.38-alpha.13",
64+
"@sample-stack/store": "^0.0.38-alpha.13",
6565
"apollo-datasource-rest": "^0.6.1",
6666
"apollo-errors": "^1.9.0",
6767
"apollo-link": "^1.2.12",

servers/frontend-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@common-stack/client-react": "0.0.208",
5656
"@common-stack/core": "0.0.208",
5757
"@common-stack/server-core": "0.0.208",
58-
"@sample-stack/client-react": "file:../../packages/sample-client-react",
59-
"@sample-stack/client-state": "file:../../packages/sample-client-state",
60-
"@sample-stack/core": "file:../../packages/sample-core",
61-
"@sample-stack/counter-module-browser": "file:../../packages-modules/counter/browser",
58+
"@sample-stack/client-react": "^0.0.38-alpha.13",
59+
"@sample-stack/client-state": "^0.0.38-alpha.13",
60+
"@sample-stack/core": "^0.0.38-alpha.13",
61+
"@sample-stack/counter-module-browser": "^0.0.38-alpha.13",
6262
"apollo-cache-inmemory": "^1.6.3",
6363
"apollo-client": "^2.6.4",
6464
"apollo-fetch": "^0.7.0",

0 commit comments

Comments
 (0)