Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Bump postcss from 8.4.16 to 8.4.31 #138

Closed
wants to merge 1 commit into from
Closed
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 packages/nextjs-app-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"postcss": "^8.4.16",
"postcss": "^8.4.31",
"prettier": "^2.7.1",
"rollup-plugin-polyfill-node": "^0.10.2",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-app-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"postcss": "^8.4.16",
"postcss": "^8.4.31",
"prettier": "^2.7.1",
"rollup-plugin-polyfill-node": "^0.10.2",
"shx": "^0.3.4",
Expand Down
24 changes: 22 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2454,7 +2454,7 @@ __metadata:
ipfs-http-client: ^54.0.2
less: ^4.1.3
next: 12.3.0
postcss: ^8.4.16
postcss: ^8.4.31
prettier: ^2.7.1
pretty-time: ^1.1.0
process: ^0.11.10
Expand Down Expand Up @@ -2676,7 +2676,7 @@ __metadata:
husky: ^8.0.1
ipfs-http-client: ^54.0.2
less: ^4.1.3
postcss: ^8.4.16
postcss: ^8.4.31
prettier: ^2.7.1
pretty-time: ^1.1.0
process: ^0.11.10
Expand Down Expand Up @@ -14871,6 +14871,15 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.6":
version: 3.3.6
resolution: "nanoid@npm:3.3.6"
bin:
nanoid: bin/nanoid.cjs
checksum: 7d0eda657002738aa5206107bd0580aead6c95c460ef1bdd0b1a87a9c7ae6277ac2e9b945306aaa5b32c6dcb7feaf462d0f552e7f8b5718abfc6ead5c94a71b3
languageName: node
linkType: hard

"napi-macros@npm:~2.0.0":
version: 2.0.0
resolution: "napi-macros@npm:2.0.0"
Expand Down Expand Up @@ -16169,6 +16178,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.31":
version: 8.4.31
resolution: "postcss@npm:8.4.31"
dependencies:
nanoid: ^3.3.6
picocolors: ^1.0.0
source-map-js: ^1.0.2
checksum: 1d8611341b073143ad90486fcdfeab49edd243377b1f51834dc4f6d028e82ce5190e4f11bb2633276864503654fb7cab28e67abdc0fbf9d1f88cad4a0ff0beea
languageName: node
linkType: hard

"preact@npm:10.4.1":
version: 10.4.1
resolution: "preact@npm:10.4.1"
Expand Down
Loading