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

Commit d44b0c7

Browse files
committed
fix(deps): update dependency date-fns to v2
1 parent a9853d1 commit d44b0c7

File tree

3 files changed

+18
-23
lines changed

3 files changed

+18
-23
lines changed

package-lock.json

+11-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"babel-plugin-emotion": "9.2.11",
70-
"date-fns": "1.30.1",
70+
"date-fns": "2.1.0",
7171
"emotion": "9.2.12",
7272
"emotion-server": "9.2.12",
7373
"get-port": "5.0.0",

yarn.lock

+6-19
Original file line numberDiff line numberDiff line change
@@ -2761,7 +2761,12 @@ data-urls@^1.0.0:
27612761
whatwg-mimetype "^2.2.0"
27622762
whatwg-url "^7.0.0"
27632763

2764-
[email protected], date-fns@^1.27.2:
2764+
2765+
version "2.1.0"
2766+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.1.0.tgz#0d7e806c3cefe14a943532dbf968995ccfd46bd9"
2767+
integrity sha512-eKeLk3sLCnxB/0PN4t1+zqDtSs4jb4mXRSTZ2okmx/myfWyDqeO4r5nnmA5LClJiCwpuTMeK2v5UQPuE4uMaxA==
2768+
2769+
date-fns@^1.27.2:
27652770
version "1.30.1"
27662771
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
27672772
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
@@ -3336,24 +3341,6 @@ eslint-ast-utils@^1.0.0:
33363341
lodash.get "^4.4.2"
33373342
lodash.zip "^4.2.0"
33383343

3339-
eslint-config-kentcdodds@^14.3.2:
3340-
version "14.3.2"
3341-
resolved "https://registry.yarnpkg.com/eslint-config-kentcdodds/-/eslint-config-kentcdodds-14.3.2.tgz#82428a350fd74c22b3dd0682786f87ad29e08c1d"
3342-
integrity sha512-7af+5AqXm04P8K6ipWv+R7B9MHrmIXKq4yiEdxqhTckxwbHhtkoN4KTxuw1Wg72zFNU579T7Hc1o1OVApqgYQg==
3343-
dependencies:
3344-
babel-eslint "^10.0.1"
3345-
eslint-config-prettier "^4.1.0"
3346-
eslint-import-resolver-webpack "^0.11.0"
3347-
eslint-plugin-babel "^5.3.0"
3348-
eslint-plugin-import "^2.17.1"
3349-
eslint-plugin-jest "^22.4.1"
3350-
eslint-plugin-jsx-a11y "^6.2.1"
3351-
eslint-plugin-react "^7.11.1"
3352-
eslint-plugin-react-hooks "^1.5.0"
3353-
read-pkg-up "^4.0.0"
3354-
semver "^5.5.1"
3355-
webpack "^4.29.0"
3356-
33573344
33583345
version "6.2.0"
33593346
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.2.0.tgz#80e0b8714e3f6868c4ac2a25fbf39c02e73527a7"

0 commit comments

Comments
 (0)