Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency postcss to v8.5.1 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "16.11.11",
"babel-plugin-tester": "10.1.0",
"jest": "27.1.0",
"postcss": "8.3.11",
"postcss": "8.5.1",
"prettier": "2.3.2",
"tailwindcss": "2.2.2",
"ts-jest": "27.0.4",
Expand Down
38 changes: 26 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3812,12 +3812,12 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.1.30":
version: 3.1.30
resolution: "nanoid@npm:3.1.30"
"nanoid@npm:^3.3.8":
version: 3.3.8
resolution: "nanoid@npm:3.3.8"
bin:
nanoid: bin/nanoid.cjs
checksum: 440f685e9890bd96433cf6c01535165b1e9677ba4a5c4179e1a61612f0b4c428cc628425fe232038b93304d15b191892d7ced9503fa558d1296e4e95fe80a627
checksum: 828e58f63d234b4b7f232628b6b41e7ab961d5d96620cf257937a52a6298bda7e2ad03c1b9d644829bf627a78d777e741c49b3ee68e64dc10548239405885f86
languageName: node
linkType: hard

Expand Down Expand Up @@ -4095,6 +4095,13 @@ __metadata:
languageName: node
linkType: hard

"picocolors@npm:^1.1.1":
version: 1.1.1
resolution: "picocolors@npm:1.1.1"
checksum: d4d3ac853d52262f6fd97c99526a1fcbc526fb9cab33472c7c57a8dc9685c5b4ab854577455dbd1a417f44412a7c0a29bfc94d246c64cf1973fc35024cade97f
languageName: node
linkType: hard

"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.2.3":
version: 2.3.0
resolution: "picomatch@npm:2.3.0"
Expand Down Expand Up @@ -4188,14 +4195,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:8.3.11":
version: 8.3.11
resolution: "postcss@npm:8.3.11"
"postcss@npm:8.5.1":
version: 8.5.1
resolution: "postcss@npm:8.5.1"
dependencies:
nanoid: ^3.1.30
picocolors: ^1.0.0
source-map-js: ^0.6.2
checksum: fa1530f7e1817bcaf40b34db246d0c49e42daf12719abd4a3a1b5886491cca125af6b21ccdfc24a074ea9b6b73a6677e1478906adb732b2bd5208077a64473a6
nanoid: ^3.3.8
picocolors: ^1.1.1
source-map-js: ^1.2.1
checksum: 0219fc38d64cbe2c787beab2ae5ee0cc9ea7ab9334dd163a95c6326ef46f43e00c643bbde22c946b8c580598fbbea55fd1f02fd7da02740fbf52d07f8be4d7c2
languageName: node
linkType: hard

Expand Down Expand Up @@ -4609,6 +4616,13 @@ __metadata:
languageName: node
linkType: hard

"source-map-js@npm:^1.2.1":
version: 1.2.1
resolution: "source-map-js@npm:1.2.1"
checksum: 728d8bd521c93d7a165fb7dfe20ae1038a4d780579498d21cdd353bcc59f2c27f2d4e390fa1825ee3977beed68868e395df79c14ca8a72a9c6fffdfb46a87eb6
languageName: node
linkType: hard

"source-map-support@npm:^0.5.6":
version: 0.5.19
resolution: "source-map-support@npm:0.5.19"
Expand Down Expand Up @@ -4828,7 +4842,7 @@ __metadata:
babel-plugin-macros: ^3.1.0
babel-plugin-tester: 10.1.0
jest: 27.1.0
postcss: 8.3.11
postcss: 8.5.1
prettier: 2.3.2
tailwindcss: 2.2.2
ts-jest: 27.0.4
Expand Down
Loading