Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
fix(deps): update dependency date-fns to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 6, 2019
1 parent a9853d1 commit d44b0c7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 23 deletions.
14 changes: 11 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"babel-plugin-emotion": "9.2.11",
"date-fns": "1.30.1",
"date-fns": "2.1.0",
"emotion": "9.2.12",
"emotion-server": "9.2.12",
"get-port": "5.0.0",
Expand Down
25 changes: 6 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2761,7 +2761,12 @@ data-urls@^1.0.0:
whatwg-mimetype "^2.2.0"
whatwg-url "^7.0.0"

[email protected], date-fns@^1.27.2:
[email protected]:
version "2.1.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.1.0.tgz#0d7e806c3cefe14a943532dbf968995ccfd46bd9"
integrity sha512-eKeLk3sLCnxB/0PN4t1+zqDtSs4jb4mXRSTZ2okmx/myfWyDqeO4r5nnmA5LClJiCwpuTMeK2v5UQPuE4uMaxA==

date-fns@^1.27.2:
version "1.30.1"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
Expand Down Expand Up @@ -3336,24 +3341,6 @@ eslint-ast-utils@^1.0.0:
lodash.get "^4.4.2"
lodash.zip "^4.2.0"

eslint-config-kentcdodds@^14.3.2:
version "14.3.2"
resolved "https://registry.yarnpkg.com/eslint-config-kentcdodds/-/eslint-config-kentcdodds-14.3.2.tgz#82428a350fd74c22b3dd0682786f87ad29e08c1d"
integrity sha512-7af+5AqXm04P8K6ipWv+R7B9MHrmIXKq4yiEdxqhTckxwbHhtkoN4KTxuw1Wg72zFNU579T7Hc1o1OVApqgYQg==
dependencies:
babel-eslint "^10.0.1"
eslint-config-prettier "^4.1.0"
eslint-import-resolver-webpack "^0.11.0"
eslint-plugin-babel "^5.3.0"
eslint-plugin-import "^2.17.1"
eslint-plugin-jest "^22.4.1"
eslint-plugin-jsx-a11y "^6.2.1"
eslint-plugin-react "^7.11.1"
eslint-plugin-react-hooks "^1.5.0"
read-pkg-up "^4.0.0"
semver "^5.5.1"
webpack "^4.29.0"

[email protected]:
version "6.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.2.0.tgz#80e0b8714e3f6868c4ac2a25fbf39c02e73527a7"
Expand Down

0 comments on commit d44b0c7

Please sign in to comment.