Skip to content

Commit a02f3d4

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all dependencies
1 parent 83517d4 commit a02f3d4

File tree

3 files changed

+27
-17
lines changed

3 files changed

+27
-17
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"imagemin-optipng": "8.0.0",
4141
"next-compose-plugins": "2.2.1",
4242
"next-optimized-images": "2.6.2",
43-
"postcss": "8.3.6",
43+
"postcss": "8.3.9",
4444
"postcss-color-converter": "1.0.3",
4545
"postcss-color-hsl": "2.0.0",
4646
"postcss-color-mod-function": "3.0.3",
4747
"postcss-custom-properties": "11.0.0",
4848
"postcss-flexbugs-fixes": "5.0.2",
4949
"postcss-nesting": "8.0.1",
5050
"postcss-preset-env": "6.7.0",
51-
"tailwindcss": "2.2.15"
51+
"tailwindcss": "2.2.16"
5252
}
5353
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@testing-library/react": "11.2.7",
4949
"@testing-library/react-hooks": "7.0.2",
5050
"@types/jest": "26.0.24",
51-
"@types/react": "17.0.20",
51+
"@types/react": "17.0.27",
5252
"@types/react-dom": "17.0.9",
5353
"@typescript-eslint/eslint-plugin": "4.28.5",
5454
"@typescript-eslint/parser": "4.28.5",

yarn.lock

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2985,10 +2985,10 @@
29852985
"@types/scheduler" "*"
29862986
csstype "^3.0.2"
29872987

2988-
"@types/react@17.0.20":
2989-
version "17.0.20"
2990-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.20.tgz#a4284b184d47975c71658cd69e759b6bd37c3b8c"
2991-
integrity sha512-wWZrPlihslrPpcKyCSlmIlruakxr57/buQN1RjlIeaaTWDLtJkTtRW429MoQJergvVKc4IWBpRhWw7YNh/7GVA==
2988+
"@types/react@17.0.27":
2989+
version "17.0.27"
2990+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6"
2991+
integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA==
29922992
dependencies:
29932993
"@types/prop-types" "*"
29942994
"@types/scheduler" "*"
@@ -10414,6 +10414,11 @@ nanoid@^3.1.22, nanoid@^3.1.23:
1041410414
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
1041510415
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
1041610416

10417+
nanoid@^3.1.28:
10418+
version "3.1.28"
10419+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.28.tgz#3c01bac14cb6c5680569014cc65a2f26424c6bd4"
10420+
integrity sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==
10421+
1041710422
nanomatch@^1.2.9:
1041810423
version "1.2.13"
1041910424
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -11894,6 +11899,11 @@ performance-now@^2.1.0:
1189411899
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1189511900
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1189611901

11902+
picocolors@^0.2.1:
11903+
version "0.2.1"
11904+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
11905+
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
11906+
1189711907
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
1189811908
version "2.2.3"
1189911909
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
@@ -12391,13 +12401,13 @@ postcss@8.2.13:
1239112401
nanoid "^3.1.22"
1239212402
source-map "^0.6.1"
1239312403

12394-
postcss@8.3.6:
12395-
version "8.3.6"
12396-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
12397-
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
12404+
postcss@8.3.9:
12405+
version "8.3.9"
12406+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.9.tgz#98754caa06c4ee9eb59cc48bd073bb6bd3437c31"
12407+
integrity sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw==
1239812408
dependencies:
12399-
colorette "^1.2.2"
12400-
nanoid "^3.1.23"
12409+
nanoid "^3.1.28"
12410+
picocolors "^0.2.1"
1240112411
source-map-js "^0.6.2"
1240212412

1240312413
postcss@^6.0.1:
@@ -14505,10 +14515,10 @@ table@^6.0.9:
1450514515
string-width "^4.2.0"
1450614516
strip-ansi "^6.0.0"
1450714517

14508-
tailwindcss@2.2.15:
14509-
version "2.2.15"
14510-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.15.tgz#8bee3ebe68b988c050508ce20633f35b040dd9fe"
14511-
integrity sha512-WgV41xTMbnSoTNMNnJvShQZ+8GmY86DmXTrCgnsveNZJdlybfwCItV8kAqjYmU49YiFr+ofzmT1JlAKajBZboQ==
14518+
tailwindcss@2.2.16:
14519+
version "2.2.16"
14520+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.16.tgz#32f81bdf1758b639cb83b9d30bf7cbecdda49e5e"
14521+
integrity sha512-EireCtpQyyJ4Xz8NYzHafBoy4baCOO96flM0+HgtsFcIQ9KFy/YBK3GEtlnD+rXen0e4xm8t3WiUcKBJmN6yjg==
1451214522
dependencies:
1451314523
arg "^5.0.1"
1451414524
bytes "^3.0.0"

0 commit comments

Comments
 (0)