Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brianlovin/brian-lovin-next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlovin committed Dec 20, 2019
2 parents 88049b8 + 7380c0a commit e5e1dd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"remark-stringify": "^7.0.4",
"serve-favicon": "^2.5.0",
"styled-components": "^4.4.1",
"swr": "^0.1.13",
"swr": "^0.1.15",
"throttle-debounce": "^2.1.0",
"unified": "^8.4.2",
"unified-stream": "^1.0.5",
Expand All @@ -40,9 +40,9 @@
"@cypress/webpack-preprocessor": "^4.1.1",
"@testing-library/cypress": "^5.0.2",
"@types/chai": "^4.2.6",
"@types/jest": "^24.0.23",
"@types/jest": "^24.0.24",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.18",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1351,10 +1351,10 @@
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*"

"@types/jest@^24.0.23":
version "24.0.23"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.23.tgz#046f8e2ade026fe831623e361a36b6fb9a4463e4"
integrity sha512-L7MBvwfNpe7yVPTXLn32df/EK+AMBFAFvZrRuArGs7npEWnlziUXK+5GMIUTI4NIuwok3XibsjXCs5HxviYXjg==
"@types/jest@^24.0.24":
version "24.0.24"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.24.tgz#0f2f523dc77cc1bc6bef34eaf287ede887a73f05"
integrity sha512-vgaG968EDPSJPMunEDdZvZgvxYSmeH8wKqBlHSkBt1pV2XlLEVDzsj1ZhLuI4iG4Pv841tES61txSBF0obh4CQ==
dependencies:
jest-diff "^24.3.0"

Expand All @@ -1373,10 +1373,10 @@
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea"
integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==

"@types/node@*", "@types/node@^12.12.18":
version "12.12.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.18.tgz#8d16634797d63c2af5bc647ce879f8de20b56469"
integrity sha512-DBkZuIMFuAfjJHiunyRc+aNvmXYNwV1IPMgGKGlwCp6zh6MKrVtmvjSWK/axWcD25KJffkXgkfvFra8ndenXAw==
"@types/node@*", "@types/node@^12.12.21":
version "12.12.21"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.21.tgz#aa44a6363291c7037111c47e4661ad210aded23f"
integrity sha512-8sRGhbpU+ck1n0PGAUgVrWrWdjSW2aqNeyC15W88GRsMpSwzv6RJGlLhE7s2RhVSOdyDmxbqlWSeThq4/7xqlA==

"@types/parse-json@^4.0.0":
version "4.0.0"
Expand Down Expand Up @@ -8465,10 +8465,10 @@ supports-color@^6.1.0:
dependencies:
has-flag "^3.0.0"

swr@^0.1.13:
version "0.1.13"
resolved "https://registry.yarnpkg.com/swr/-/swr-0.1.13.tgz#0453f8f84e774bca7ea215aece40237136d2c34f"
integrity sha512-5MjXCs1hWwkyPBCQ84Hcq0vlijj19I1R64Ma0q/xeF1MN0AZB+Kj5HUrIyVSDDUubvtq0KuaewVlhcytEHiqGw==
swr@^0.1.15:
version "0.1.15"
resolved "https://registry.yarnpkg.com/swr/-/swr-0.1.15.tgz#de3e5a264a959a74bb7c0eb583bac442f1e0d592"
integrity sha512-q0dQYDcGHjpo9MbQl5ssKdbxsMgBme8UhAn1MbKlX+0fbz6tw8loT2v/H4PGbeiICvOFzK9YaoslBCaV3IyNxA==
dependencies:
fast-deep-equal "2.0.1"

Expand Down

0 comments on commit e5e1dd5

Please sign in to comment.