Skip to content

Commit

Permalink
chore(deps): update dependency postcss to v8.4.47
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2024
1 parent 3d87d64 commit 5692673
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 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.10.0",
"eslint-config-next": "14.2.11",
"postcss": "8.4.45",
"postcss": "8.4.47",
"tailwindcss": "3.4.11",
"turbo": "2.1.2",
"typescript": "5.6.2",
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.0.1",
"esbuild": "0.23.1",
"eslint": "9.10.0",
"postcss": "8.4.45",
"postcss": "8.4.47",
"prettier": "3.3.3",
"type-fest": "4.26.1",
"typescript": "5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"eslint-plugin-tailwindcss": "3.17.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.45",
"postcss": "8.4.47",
"prettier": "3.3.3",
"tailwindcss": "3.4.11",
"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.10.0",
"eslint-config-next": "14.2.11",
"next": "14.2.11",
"postcss": "8.4.45",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.11",
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3797,7 +3797,7 @@ __metadata:
concurrently: "npm:9.0.1"
esbuild: "npm:0.23.1"
eslint: "npm:9.10.0"
postcss: "npm:8.4.45"
postcss: "npm:8.4.47"
prettier: "npm:3.3.3"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
Expand Down Expand Up @@ -3836,7 +3836,7 @@ __metadata:
eslint-plugin-tailwindcss: "npm:3.17.4"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
postcss: "npm:8.4.45"
postcss: "npm:8.4.47"
prettier: "npm:3.3.3"
react-error-boundary: "npm:4.0.13"
react-resizable-panels: "npm:2.1.2"
Expand Down Expand Up @@ -3866,7 +3866,7 @@ __metadata:
eslint: "npm:9.10.0"
eslint-config-next: "npm:14.2.11"
next: "npm:14.2.11"
postcss: "npm:8.4.45"
postcss: "npm:8.4.47"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
tailwindcss: "npm:3.4.11"
Expand Down Expand Up @@ -3954,7 +3954,7 @@ __metadata:
eslint-config-next: "npm:14.2.11"
eslint-plugin-tailwindcss: "npm:3.17.4"
next: "npm:14.2.11"
postcss: "npm:8.4.45"
postcss: "npm:8.4.47"
prettier: "npm:3.3.3"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
Expand Down Expand Up @@ -13148,7 +13148,18 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:8.4.45, postcss@npm:^8.2.14, postcss@npm:^8.4.23, postcss@npm:^8.4.33, postcss@npm:^8.4.4, postcss@npm:^8.4.43":
"postcss@npm:8.4.47":
version: 8.4.47
resolution: "postcss@npm:8.4.47"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.1.0"
source-map-js: "npm:^1.2.1"
checksum: 10/f2b50ba9b6fcb795232b6bb20de7cdc538c0025989a8ed9c4438d1960196ba3b7eaff41fdb1a5c701b3504651ea87aeb685577707f0ae4d6ce6f3eae5df79a81
languageName: node
linkType: hard

"postcss@npm:^8.2.14, postcss@npm:^8.4.23, postcss@npm:^8.4.33, postcss@npm:^8.4.4, postcss@npm:^8.4.43":
version: 8.4.45
resolution: "postcss@npm:8.4.45"
dependencies:
Expand Down Expand Up @@ -14325,7 +14336,7 @@ __metadata:
languageName: node
linkType: hard

"source-map-js@npm:^1.0.2, source-map-js@npm:^1.2.0":
"source-map-js@npm:^1.0.2, source-map-js@npm:^1.2.0, source-map-js@npm:^1.2.1":
version: 1.2.1
resolution: "source-map-js@npm:1.2.1"
checksum: 10/ff9d8c8bf096d534a5b7707e0382ef827b4dd360a577d3f34d2b9f48e12c9d230b5747974ee7c607f0df65113732711bb701fe9ece3c7edbd43cb2294d707df3
Expand Down

0 comments on commit 5692673

Please sign in to comment.