Skip to content

Commit

Permalink
Merge pull request #34 from dominikwilkowski/dev
Browse files Browse the repository at this point in the history
Updated deps
  • Loading branch information
dominikwilkowski authored Jan 18, 2020
2 parents 23dd285 + 0b65ce8 commit d9dbc7a
Show file tree
Hide file tree
Showing 4 changed files with 1,356 additions and 2,168 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"nuke": "rm -rf build && rm -rf node_modules && rm yarn.lock"
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/core": "^10.0.27",
"@reach/router": "^1.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand All @@ -35,8 +35,8 @@
},
"devDependencies": {
"@testing-library/cypress": "^5.0.2",
"concurrently": "^5.0.0",
"cypress": "^3.7.0",
"concurrently": "^5.0.2",
"cypress": "^3.8.2",
"cypress-waitfor": "^1.1.0",
"start-server-and-test": "^1.10.6"
},
Expand Down
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"private": true,
"devDependencies": {
"cfonts": "^2.4.5",
"chalk": "^2.4.2",
"restify": "^8.4.0"
"cfonts": "^2.4.8",
"chalk": "^3.0.0",
"restify": "^8.5.1"
},
"scripts": {
"nuke": "rm -rf build && rm -rf node_modules && rm yarn.lock"
Expand Down
Loading

0 comments on commit d9dbc7a

Please sign in to comment.