Skip to content

Commit

Permalink
chore(deps): update dependency postcss to v8.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent d4cefbf commit 349939e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/embedded-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"autoprefixer": "10.4.20",
"eslint": "9.20.1",
"eslint-config-next": "15.1.7",
"postcss": "8.5.2",
"postcss": "8.5.3",
"tailwindcss": "3.4.17",
"turbo": "2.4.2",
"typescript": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"concurrently": "9.1.2",
"esbuild": "0.25.0",
"eslint": "9.20.1",
"postcss": "8.5.2",
"postcss": "8.5.3",
"prettier": "3.5.1",
"type-fest": "4.34.1",
"typescript": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"eslint-plugin-tailwindcss": "3.18.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.5.2",
"postcss": "8.5.3",
"prettier": "3.5.1",
"tailwindcss": "3.4.17",
"ts-jest": "29.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "9.20.1",
"eslint-config-next": "15.1.7",
"next": "15.1.7",
"postcss": "8.5.2",
"postcss": "8.5.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss": "3.4.17",
Expand Down
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3198,7 +3198,7 @@ __metadata:
concurrently: "npm:9.1.2"
esbuild: "npm:0.25.0"
eslint: "npm:9.20.1"
postcss: "npm:8.5.2"
postcss: "npm:8.5.3"
prettier: "npm:3.5.1"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
Expand Down Expand Up @@ -3238,7 +3238,7 @@ __metadata:
eslint-plugin-tailwindcss: "npm:3.18.0"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
postcss: "npm:8.5.2"
postcss: "npm:8.5.3"
prettier: "npm:3.5.1"
react-error-boundary: "npm:5.0.0"
react-resizable-panels: "npm:2.1.7"
Expand Down Expand Up @@ -3268,7 +3268,7 @@ __metadata:
eslint: "npm:9.20.1"
eslint-config-next: "npm:15.1.7"
next: "npm:15.1.7"
postcss: "npm:8.5.2"
postcss: "npm:8.5.3"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
tailwindcss: "npm:3.4.17"
Expand Down Expand Up @@ -3356,7 +3356,7 @@ __metadata:
eslint-config-next: "npm:15.1.7"
eslint-plugin-tailwindcss: "npm:3.18.0"
next: "npm:15.1.7"
postcss: "npm:8.5.2"
postcss: "npm:8.5.3"
prettier: "npm:3.5.1"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
Expand Down Expand Up @@ -11543,7 +11543,18 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:8.5.2, postcss@npm:^8.2.14, postcss@npm:^8.4.33, postcss@npm:^8.4.4, postcss@npm:^8.4.43, postcss@npm:^8.4.47":
"postcss@npm:8.5.3":
version: 8.5.3
resolution: "postcss@npm:8.5.3"
dependencies:
nanoid: "npm:^3.3.8"
picocolors: "npm:^1.1.1"
source-map-js: "npm:^1.2.1"
checksum: 10/6d7e21a772e8b05bf102636918654dac097bac013f0dc8346b72ac3604fc16829646f94ea862acccd8f82e910b00e2c11c1f0ea276543565d278c7ca35516a7c
languageName: node
linkType: hard

"postcss@npm:^8.2.14, postcss@npm:^8.4.33, postcss@npm:^8.4.4, postcss@npm:^8.4.43, postcss@npm:^8.4.47":
version: 8.5.2
resolution: "postcss@npm:8.5.2"
dependencies:
Expand Down

0 comments on commit 349939e

Please sign in to comment.