Skip to content

Commit

Permalink
chore(deps): use catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Feb 9, 2025
1 parent 949afd4 commit 7a58b1c
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 45 deletions.
2 changes: 1 addition & 1 deletion apps/vite-native-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"autoprefixer": "^10.4.20",
"miniprogram-api-typings": "^4.0.5",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tailwindcss": "catalog:tailwindcss3",
"typescript": "^5.7.3",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-native-ts-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"autoprefixer": "^10.4.20",
"miniprogram-api-typings": "^4.0.5",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tailwindcss": "catalog:tailwindcss3",
"typescript": "^5.7.3",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-native-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"autoprefixer": "^10.4.20",
"miniprogram-api-typings": "^4.0.5",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"tailwindcss": "catalog:tailwindcss3",
"typescript": "^5.7.3",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@tailwindcss/vite": "^4.0.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.4",
"tailwindcss": "catalog:tailwindcss4",
"tailwindcss-injector": "workspace:*",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@tailwindcss/vite": "4.0.5",
"@vitejs/plugin-vue": "^5.2.1",
"postcss": "^8.5.1",
"tailwindcss": "4.0.3",
"tailwindcss": "catalog:tailwindcss4",
"unplugin-vue-router": "^0.11.2",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@10.2.1",
"description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -220,7 +220,7 @@
"semver": "7.7.1",
"set-value": "^4.1.0",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.17",
"tailwindcss": "catalog:tailwindcss3",
"terser-webpack-plugin": "^5.3.11",
"ts-morph": "^25.0.1",
"tsd": "^0.31.2",
Expand Down
74 changes: 36 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ packages:
- '!tailwindcss-weapp'
- '!**/test/**'
# - "demo-linked/*"

catalogs:
tailwindcss3:
tailwindcss: ^3.4.17

tailwindcss4:
tailwindcss: ^4.0.5

0 comments on commit 7a58b1c

Please sign in to comment.