Skip to content

Commit

Permalink
Updated postcss version. (#88)
Browse files Browse the repository at this point in the history
* upgraded postcss version.

* updated the lock file.

* de-duped postcss.
  • Loading branch information
siddhantrawal authored Nov 28, 2023
1 parent e6aa7aa commit a668c11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 48 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.0",
"lint-staged": "^11.2.6",
"postcss": "^8.4.5",
"postcss": "^8.4.31",
"postcss-scss": "^4.0.4",
"prettier": "^2.5.1",
"stylelint": "^15.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/layouts-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"autoprefixer": "^10.4.2",
"chokidar-cli": "^3.0.0",
"postcss": "^8.4.5",
"postcss": "^8.4.31",
"postcss-cli": "^9.1.0",
"postcss-discard-comments": "^5.0.2",
"sass": "^1.49.0"
Expand Down
52 changes: 6 additions & 46 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ __metadata:
"@itwin/itwinui-variables": 1.0.0
autoprefixer: ^10.4.2
chokidar-cli: ^3.0.0
postcss: ^8.4.5
postcss: ^8.4.31
postcss-cli: ^9.1.0
postcss-discard-comments: ^5.0.2
sass: ^1.49.0
Expand Down Expand Up @@ -788,7 +788,7 @@ __metadata:
eslint-plugin-react-hooks: ^4.3.0
husky: ^7.0.0
lint-staged: ^11.2.6
postcss: ^8.4.5
postcss: ^8.4.31
postcss-scss: ^4.0.4
prettier: ^2.5.1
stylelint: ^15.10.1
Expand Down Expand Up @@ -5349,24 +5349,6 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.1.30":
version: 3.2.0
resolution: "nanoid@npm:3.2.0"
bin:
nanoid: bin/nanoid.cjs
checksum: 3d1d5a69fea84e538057cf64106e713931c4ef32af344068ecff153ff91252f39b0f2b472e09b0dfff43ac3cf520c92938d90e6455121fe93976e23660f4fccc
languageName: node
linkType: hard

"nanoid@npm:^3.3.4":
version: 3.3.4
resolution: "nanoid@npm:3.3.4"
bin:
nanoid: bin/nanoid.cjs
checksum: 2fddd6dee994b7676f008d3ffa4ab16035a754f4bb586c61df5a22cf8c8c94017aadd360368f47d653829e0569a92b129979152ff97af23a558331e47e37cd9c
languageName: node
linkType: hard

"nanoid@npm:^3.3.6":
version: 3.3.6
resolution: "nanoid@npm:3.3.6"
Expand Down Expand Up @@ -6004,36 +5986,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.3.11, postcss@npm:^8.4.5":
version: 8.4.5
resolution: "postcss@npm:8.4.5"
dependencies:
nanoid: ^3.1.30
picocolors: ^1.0.0
source-map-js: ^1.0.1
checksum: b78abdd89c10f7b48f4bdcd376104a19d6e9c7495ab521729bdb3df315af6c211360e9f06887ad3bc0ab0f61a04b91d68ea11462997c79cced58b9ccd66fac07
languageName: node
linkType: hard

"postcss@npm:^8.4.13":
version: 8.4.16
resolution: "postcss@npm:8.4.16"
dependencies:
nanoid: ^3.3.4
picocolors: ^1.0.0
source-map-js: ^1.0.2
checksum: 10eee25efd77868036403858577da0cefaf2e0905feeaba5770d5438ccdddba3d01cba8063e96b8aac4c6daa0ed413dd5ae0554a433a3c4db38df1d134cffc1f
languageName: node
linkType: hard

"postcss@npm:^8.4.24":
version: 8.4.25
resolution: "postcss@npm:8.4.25"
"postcss@npm:^8.3.11, postcss@npm:^8.4.13, postcss@npm:^8.4.24, 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: 9ed3ab8af43ad5210c28f56f916fd9b8c9f94fbeaebbf645dcf579bc28bdd8056c2a7ecc934668d399b81fedb6128f0c4b299f931e50454964bc911c25a3a0a2
checksum: 1d8611341b073143ad90486fcdfeab49edd243377b1f51834dc4f6d028e82ce5190e4f11bb2633276864503654fb7cab28e67abdc0fbf9d1f88cad4a0ff0beea
languageName: node
linkType: hard

Expand Down

0 comments on commit a668c11

Please sign in to comment.