Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rtang03 committed Jan 14, 2021
1 parent 4c94dcd commit 7f795f7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app-shell/package-lock.json

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

8 changes: 4 additions & 4 deletions app-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microfrontend/app-shell",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "nodemon",
Expand All @@ -26,13 +26,13 @@
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@types/body-parser": "^1.19.0",
"@types/dotenv": "^8.2.0",
"@types/express": "4.17.7",
"@testing-library/react": "^11.2.2",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.11.0",
"@types/dotenv": "^8.2.0",
"@types/errorhandler": "^1.5.0",
"@types/express": "4.17.7",
"@types/jest": "^26.0.19",
"@types/lodash": "^4.14.166",
"@types/node": "^14.14.17",
Expand Down
2 changes: 1 addition & 1 deletion gateway/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 gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microfrontend/gateway",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "nodemon",
Expand Down Expand Up @@ -46,14 +46,14 @@
"@graphql-codegen/typescript-operations": "^1.17.13",
"@graphql-codegen/typescript-react-apollo": "^2.2.1",
"@graphql-codegen/typescript-resolvers": "^1.18.1",
"@testing-library/dom": "^7.29.2",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@types/body-parser": "^1.19.0",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.9",
"@types/lodash": "^4.14.167",
"@testing-library/react": "^11.2.2",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/dom": "^7.29.2",
"@types/jest": "^26.0.19",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.17",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"npmClient": "npm",
"useWorkspaces": false,
"packages": [
Expand Down

0 comments on commit 7f795f7

Please sign in to comment.