Skip to content

Commit

Permalink
chore(deps): update dependency postcss to v8.5.1 (#1563)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent a75ef0d commit b337515
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.18.0",
"eslint-config-next": "15.1.5",
"postcss": "8.4.49",
"postcss": "8.5.1",
"tailwindcss": "3.4.17",
"turbo": "2.3.3",
"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.24.2",
"eslint": "9.18.0",
"postcss": "8.4.49",
"postcss": "8.5.1",
"prettier": "3.4.2",
"type-fest": "4.32.0",
"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.4.49",
"postcss": "8.5.1",
"prettier": "3.4.2",
"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.18.0",
"eslint-config-next": "15.1.5",
"next": "15.1.5",
"postcss": "8.4.49",
"postcss": "8.5.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss": "3.4.17",
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3013,7 +3013,7 @@ __metadata:
concurrently: "npm:9.1.2"
esbuild: "npm:0.24.2"
eslint: "npm:9.18.0"
postcss: "npm:8.4.49"
postcss: "npm:8.5.1"
prettier: "npm:3.4.2"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
Expand Down Expand Up @@ -3053,7 +3053,7 @@ __metadata:
eslint-plugin-tailwindcss: "npm:3.18.0"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
postcss: "npm:8.4.49"
postcss: "npm:8.5.1"
prettier: "npm:3.4.2"
react-error-boundary: "npm:5.0.0"
react-resizable-panels: "npm:2.1.7"
Expand Down Expand Up @@ -3083,7 +3083,7 @@ __metadata:
eslint: "npm:9.18.0"
eslint-config-next: "npm:15.1.5"
next: "npm:15.1.5"
postcss: "npm:8.4.49"
postcss: "npm:8.5.1"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
tailwindcss: "npm:3.4.17"
Expand Down Expand Up @@ -3171,7 +3171,7 @@ __metadata:
eslint-config-next: "npm:15.1.5"
eslint-plugin-tailwindcss: "npm:3.18.0"
next: "npm:15.1.5"
postcss: "npm:8.4.49"
postcss: "npm:8.5.1"
prettier: "npm:3.4.2"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
Expand Down Expand Up @@ -10458,7 +10458,7 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^3.3.6, nanoid@npm:^3.3.7":
"nanoid@npm:^3.3.6, nanoid@npm:^3.3.7, nanoid@npm:^3.3.8":
version: 3.3.8
resolution: "nanoid@npm:3.3.8"
bin:
Expand Down Expand Up @@ -11239,7 +11239,18 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:8.4.49, 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.1":
version: 8.5.1
resolution: "postcss@npm:8.5.1"
dependencies:
nanoid: "npm:^3.3.8"
picocolors: "npm:^1.1.1"
source-map-js: "npm:^1.2.1"
checksum: 10/1fbd28753143f7f03e4604813639918182b15343c7ad0f4e72f3875fc2cc0b8494c887f55dc05008fad5fbf1e1e908ce2edbbce364a91f84dcefb71edf7cd31d
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.4.49
resolution: "postcss@npm:8.4.49"
dependencies:
Expand Down

0 comments on commit b337515

Please sign in to comment.