Skip to content

Commit f03d421

Browse files
authored
Merge pull request #253 from qualcomm/dev
chore: dependency cleanup
2 parents dcc714b + eaf4870 commit f03d421

15 files changed

Lines changed: 964 additions & 955 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"stylelint-config-standard": "^39.0.1",
9292
"stylelint-order": "^7.0.0",
9393
"stylelint-prettier": "^5.0.3",
94-
"syncpack": "14.0.0-alpha.32",
94+
"syncpack": "^14.3.1",
9595
"tailwindcss": "^4.1.17",
9696
"tsx": "catalog:",
9797
"turbo": "^2.9.3",

packages/common/mdx-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"lodash-es": "catalog:",
109109
"minimatch": "^10.2.4",
110110
"ora": "^9.0.0",
111-
"postcss": "^8.5.6",
111+
"postcss": "catalog:",
112112
"postcss-selector-parser": "^7.1.1",
113113
"rehype-mdx-code-props": "^3.0.0",
114114
"remark-frontmatter": "^5.0.0",

packages/common/qds-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"figma-api": "^2.0.2-beta",
8686
"json5": "^2.2.3",
8787
"lodash-es": "catalog:",
88-
"postcss": "^8.5.6",
88+
"postcss": "catalog:",
8989
"postcss-nested": "^7.0.2",
9090
"postcss-selector-parser": "^7.1.1",
9191
"shx": "^0.4.0",

packages/debug-apps/angular-csr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@tanstack/angular-query-experimental": "^5.90.7",
2929
"@tanstack/virtual-core": "^3.13.12",
3030
"lucide-angular": "0.569.0",
31-
"postcss": "^8.5.6",
31+
"postcss": "catalog:",
3232
"rxjs": "~7.8.0",
3333
"tailwindcss": "^4.1.17",
3434
"tslib": "~2.5.3"

packages/debug-apps/angular-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@tanstack/virtual-core": "^3.13.12",
3535
"express": "^5.1.0",
3636
"lucide-angular": "0.569.0",
37-
"postcss": "^8.5.6",
37+
"postcss": "catalog:",
3838
"rxjs": "~7.8.0",
3939
"tailwindcss": "^4.1.17",
4040
"tslib": "~2.5.3"

packages/debug-apps/react-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"glob": "catalog:",
8282
"hast-util-to-text": "^4.0.2",
8383
"npm-run-all2": "^8.0.4",
84-
"postcss": "^8.5.6",
84+
"postcss": "catalog:",
8585
"rehype-mdx-code-props": "^3.0.0",
8686
"remark-frontmatter": "^5.0.0",
8787
"remark-gfm": "^4.0.0",

packages/docs/angular-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"glob": "catalog:",
122122
"hast-util-to-text": "^4.0.2",
123123
"npm-run-all2": "^8.0.4",
124-
"postcss": "^8.5.6",
124+
"postcss": "catalog:",
125125
"postcss-import": "^16.1.0",
126126
"postcss-modules": "^6.0.0",
127127
"postcss-nested": "^7.0.2",

packages/docs/angular-table-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"glob": "catalog:",
125125
"hast-util-to-text": "^4.0.2",
126126
"npm-run-all2": "^8.0.4",
127-
"postcss": "^8.5.6",
127+
"postcss": "catalog:",
128128
"postcss-import": "^16.1.0",
129129
"postcss-modules": "^6.0.0",
130130
"postcss-nested": "^7.0.2",

packages/docs/qui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"glob": "catalog:",
8282
"hast-util-to-text": "^4.0.2",
8383
"npm-run-all2": "^8.0.4",
84-
"postcss": "^8.5.6",
84+
"postcss": "catalog:",
8585
"react-simple-code-editor": "^0.14.1",
8686
"rehype-mdx-code-props": "^3.0.0",
8787
"remark-frontmatter": "^5.0.0",

packages/docs/qui-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"glob": "catalog:",
7272
"hast-util-to-text": "^4.0.2",
7373
"npm-run-all2": "^8.0.4",
74-
"postcss": "^8.5.6",
74+
"postcss": "catalog:",
7575
"rehype-mdx-code-props": "^3.0.0",
7676
"remark-frontmatter": "^5.0.0",
7777
"remark-gfm": "^4.0.0",

0 commit comments

Comments
 (0)