Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 6d300ca

Browse files
committed
dependency bump
1 parent d30b3c2 commit 6d300ca

File tree

2 files changed

+60
-38
lines changed

2 files changed

+60
-38
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@
2323
},
2424
"dependencies": {
2525
"classnames": "2.2.6",
26-
"date-fns": "2.14.0",
26+
"date-fns": "2.15.0",
2727
"next": "latest",
2828
"react": "^16.13.1",
2929
"react-dom": "^16.13.1"
3030
},
3131
"devDependencies": {
32-
"eslint": "^7.4.0",
32+
"eslint": "^7.7.0",
3333
"eslint-config-prettier": "^6.11.0",
3434
"eslint-plugin-import": "^2.22.0",
3535
"eslint-plugin-jsx-a11y": "^6.3.1",
3636
"eslint-plugin-prettier": "^3.1.4",
37-
"eslint-plugin-react": "^7.20.3",
38-
"eslint-plugin-react-hooks": "^4.0.8",
37+
"eslint-plugin-react": "^7.20.6",
38+
"eslint-plugin-react-hooks": "^4.1.0",
3939
"postcss-flexbugs-fixes": "4.2.1",
4040
"postcss-preset-env": "^6.7.0",
4141
"prettier": "^2.0.5",
4242
"prop-types": "^15.7.2",
4343
"stylelint-config-standard": "^20.0.0",
44-
"tailwindcss": "^1.5.1"
44+
"tailwindcss": "^1.7.2"
4545
}
4646
}

yarn.lock

Lines changed: 55 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,11 +1248,16 @@ acorn@^6.4.1:
12481248
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
12491249
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
12501250

1251-
acorn@^7.0.0, acorn@^7.2.0:
1251+
acorn@^7.0.0:
12521252
version "7.3.1"
12531253
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
12541254
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
12551255

1256+
acorn@^7.3.1:
1257+
version "7.4.0"
1258+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
1259+
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
1260+
12561261
12571262
version "2.0.0"
12581263
resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-2.0.0.tgz#6471143af75ec02334b219f54bc7970c52fb29a4"
@@ -2438,10 +2443,10 @@ [email protected]:
24382443
dependencies:
24392444
buffer-from "^1.1.1"
24402445

2441-
date-fns@2.14.0:
2442-
version "2.14.0"
2443-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.14.0.tgz#359a87a265bb34ef2e38f93ecf63ac453f9bc7ba"
2444-
integrity sha512-1zD+68jhFgDIM0rF05rcwYO8cExdNqxjq4xP1QKM60Q45mnO6zaMWB4tOzrIr4M4GSLntsKeE4c9Bdl2jhL/yw==
2446+
date-fns@2.15.0:
2447+
version "2.15.0"
2448+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.15.0.tgz#424de6b3778e4e69d3ff27046ec136af58ae5d5f"
2449+
integrity sha512-ZCPzAMJZn3rNUvvQIMlXhDr4A+Ar07eLeGsGREoWU19a3Pqf5oYa+ccd+B3F6XVtQY6HANMFdOQ8A+ipFnvJdQ==
24452450

24462451
debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
24472452
version "2.6.9"
@@ -2816,15 +2821,15 @@ eslint-plugin-prettier@^3.1.4:
28162821
dependencies:
28172822
prettier-linter-helpers "^1.0.0"
28182823

2819-
eslint-plugin-react-hooks@^4.0.8:
2820-
version "4.0.8"
2821-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.8.tgz#a9b1e3d57475ccd18276882eff3d6cba00da7a56"
2822-
integrity sha512-6SSb5AiMCPd8FDJrzah+Z4F44P2CdOaK026cXFV+o/xSRzfOiV1FNFeLl2z6xm3yqWOQEZ5OfVgiec90qV2xrQ==
2824+
eslint-plugin-react-hooks@^4.1.0:
2825+
version "4.1.0"
2826+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.0.tgz#6323fbd5e650e84b2987ba76370523a60f4e7925"
2827+
integrity sha512-36zilUcDwDReiORXmcmTc6rRumu9JIM3WjSvV0nclHoUQ0CNrX866EwONvLR/UqaeqFutbAnVu8PEmctdo2SRQ==
28232828

2824-
eslint-plugin-react@^7.20.3:
2825-
version "7.20.3"
2826-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.3.tgz#0590525e7eb83890ce71f73c2cf836284ad8c2f1"
2827-
integrity sha512-txbo090buDeyV0ugF3YMWrzLIUqpYTsWSDZV9xLSmExE1P/Kmgg9++PD931r+KEWS66O1c9R4srLVVHmeHpoAg==
2829+
eslint-plugin-react@^7.20.6:
2830+
version "7.20.6"
2831+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60"
2832+
integrity sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==
28282833
dependencies:
28292834
array-includes "^3.1.1"
28302835
array.prototype.flatmap "^1.2.3"
@@ -2854,22 +2859,27 @@ eslint-scope@^5.1.0:
28542859
esrecurse "^4.1.0"
28552860
estraverse "^4.1.1"
28562861

2857-
eslint-utils@^2.0.0:
2862+
eslint-utils@^2.1.0:
28582863
version "2.1.0"
28592864
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
28602865
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
28612866
dependencies:
28622867
eslint-visitor-keys "^1.1.0"
28632868

2864-
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2.0:
2869+
eslint-visitor-keys@^1.1.0:
28652870
version "1.2.0"
28662871
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
28672872
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
28682873

2869-
eslint@^7.4.0:
2870-
version "7.4.0"
2871-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.4.0.tgz#4e35a2697e6c1972f9d6ef2b690ad319f80f206f"
2872-
integrity sha512-gU+lxhlPHu45H3JkEGgYhWhkR9wLHHEXC9FbWFnTlEkbKyZKWgWRLgf61E8zWmBuI6g5xKBph9ltg3NtZMVF8g==
2874+
eslint-visitor-keys@^1.3.0:
2875+
version "1.3.0"
2876+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
2877+
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
2878+
2879+
eslint@^7.7.0:
2880+
version "7.7.0"
2881+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
2882+
integrity sha512-1KUxLzos0ZVsyL81PnRN335nDtQ8/vZUD6uMtWbF+5zDtjKcsklIi78XoE0MVL93QvWTu+E5y44VyyCsOMBrIg==
28732883
dependencies:
28742884
"@babel/code-frame" "^7.0.0"
28752885
ajv "^6.10.0"
@@ -2879,9 +2889,9 @@ eslint@^7.4.0:
28792889
doctrine "^3.0.0"
28802890
enquirer "^2.3.5"
28812891
eslint-scope "^5.1.0"
2882-
eslint-utils "^2.0.0"
2883-
eslint-visitor-keys "^1.2.0"
2884-
espree "^7.1.0"
2892+
eslint-utils "^2.1.0"
2893+
eslint-visitor-keys "^1.3.0"
2894+
espree "^7.2.0"
28852895
esquery "^1.2.0"
28862896
esutils "^2.0.2"
28872897
file-entry-cache "^5.0.1"
@@ -2895,7 +2905,7 @@ eslint@^7.4.0:
28952905
js-yaml "^3.13.1"
28962906
json-stable-stringify-without-jsonify "^1.0.1"
28972907
levn "^0.4.1"
2898-
lodash "^4.17.14"
2908+
lodash "^4.17.19"
28992909
minimatch "^3.0.4"
29002910
natural-compare "^1.4.0"
29012911
optionator "^0.9.1"
@@ -2908,14 +2918,14 @@ eslint@^7.4.0:
29082918
text-table "^0.2.0"
29092919
v8-compile-cache "^2.0.3"
29102920

2911-
espree@^7.1.0:
2912-
version "7.1.0"
2913-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
2914-
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
2921+
espree@^7.2.0:
2922+
version "7.2.0"
2923+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.2.0.tgz#1c263d5b513dbad0ac30c4991b93ac354e948d69"
2924+
integrity sha512-H+cQ3+3JYRMEIOl87e7QdHX70ocly5iW4+dttuR8iYSPr/hXKFb+7dBsZ7+u1adC4VrnPlTkv0+OwuPnDop19g==
29152925
dependencies:
2916-
acorn "^7.2.0"
2926+
acorn "^7.3.1"
29172927
acorn-jsx "^5.2.0"
2918-
eslint-visitor-keys "^1.2.0"
2928+
eslint-visitor-keys "^1.3.0"
29192929

29202930
esprima@^4.0.0:
29212931
version "4.0.1"
@@ -3985,6 +3995,11 @@ lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
39853995
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
39863996
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
39873997

3998+
lodash@^4.17.19:
3999+
version "4.17.20"
4000+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
4001+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
4002+
39884003
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
39894004
version "1.4.0"
39904005
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
@@ -4443,6 +4458,11 @@ object-copy@^0.1.0:
44434458
define-property "^0.2.5"
44444459
kind-of "^3.0.3"
44454460

4461+
object-hash@^2.0.3:
4462+
version "2.0.3"
4463+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.0.3.tgz#d12db044e03cd2ca3d77c0570d87225b02e1e6ea"
4464+
integrity sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==
4465+
44464466
object-inspect@^1.7.0:
44474467
version "1.7.0"
44484468
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -6445,10 +6465,10 @@ table@^5.2.3:
64456465
slice-ansi "^2.1.0"
64466466
string-width "^3.0.0"
64476467

6448-
tailwindcss@^1.5.1:
6449-
version "1.5.1"
6450-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.5.1.tgz#a3eb10024f8e10786b8b6badcf9665b013bd03ee"
6451-
integrity sha512-mBOxIk+U+9xECC6wllWiupPVfLuwTDvHb4d+8XTdZ8oYrZEH+NpFSlbATF5xWuCJQxDOZ1Dz7C0KN5tylcFhFg==
6468+
tailwindcss@^1.7.2:
6469+
version "1.7.2"
6470+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.7.2.tgz#f07669e71d4f9d951016d5a03c6a82788ab2b61b"
6471+
integrity sha512-O1RQtVpE0KbyZDZDBjCKpph6WOROijC2qc0iPsPpft9R43lhvGDL7vJXGuhb2NVXQew9FVPW+6G61f8naJnyCg==
64526472
dependencies:
64536473
"@fullhuman/postcss-purgecss" "^2.1.2"
64546474
autoprefixer "^9.4.5"
@@ -6461,11 +6481,13 @@ tailwindcss@^1.5.1:
64616481
lodash "^4.17.15"
64626482
node-emoji "^1.8.1"
64636483
normalize.css "^8.0.1"
6484+
object-hash "^2.0.3"
64646485
postcss "^7.0.11"
64656486
postcss-functions "^3.0.0"
64666487
postcss-js "^2.0.0"
64676488
postcss-nested "^4.1.1"
64686489
postcss-selector-parser "^6.0.0"
6490+
postcss-value-parser "^4.1.0"
64696491
pretty-hrtime "^1.0.3"
64706492
reduce-css-calc "^2.1.6"
64716493
resolve "^1.14.2"

0 commit comments

Comments
 (0)