Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Dec 15, 2024
1 parent 1dccee0 commit 18c9050
Show file tree
Hide file tree
Showing 12 changed files with 615 additions and 629 deletions.
2 changes: 1 addition & 1 deletion apps/native-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@iconify-json/mdi": "^1.2.1",
"@weapp-tailwindcss/cli": "workspace:*",
"tailwindcss": "^3.4.16",
"weapp-ide-cli": "^2.0.6",
"weapp-ide-cli": "^2.0.7",
"weapp-tailwindcss": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/native-ts-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@weapp-tailwindcss/cli": "workspace:*",
"miniprogram-api-typings": "^4.0.2",
"tailwindcss": "^3.4.16",
"weapp-ide-cli": "^2.0.6",
"weapp-ide-cli": "^2.0.7",
"weapp-tailwindcss": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/native-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@weapp-tailwindcss/cli": "workspace:*",
"miniprogram-api-typings": "^4.0.2",
"tailwindcss": "^3.4.16",
"weapp-ide-cli": "^2.0.6",
"weapp-ide-cli": "^2.0.7",
"weapp-tailwindcss": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@weapp-tailwindcss/cli": "workspace:*",
"cross-env": "^7.0.3",
"tailwindcss": "^3.4.16",
"weapp-ide-cli": "^2.0.6",
"weapp-ide-cli": "^2.0.7",
"weapp-tailwindcss": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/vite-native-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^1.9.0"
"weapp-vite": "^1.9.1"
}
}
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 @@ -29,6 +29,6 @@
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^1.9.0"
"weapp-vite": "^1.9.1"
}
}
2 changes: 1 addition & 1 deletion apps/vite-native-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^1.9.0"
"weapp-vite": "^1.9.1"
}
}
2 changes: 1 addition & 1 deletion apps/vite-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"tailwindcss": "^3.4.16",
"tailwindcss-injector": "workspace:*",
"weapp-tailwindcss": "workspace:*",
"weapp-vite": "^1.9.0"
"weapp-vite": "^1.9.1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"build": "turbo run build --filter=./packages/* && turbo run build --filter=./plugins/*",
"build:vite-docs": "turbo run build --filter=./website-weapp-vite/",
"build:tw-docs": "turbo run build --filter=./website/",
"test": "vitest run --coverage.enabled",
"test": "vitest run --coverage.enabled --coverage.all=false",
"test:plugins": "vitest run --coverage.enabled --coverage.all=false --project=@weapp-tailwindcss/*",
"test:cli": "vitest run --coverage.enabled --coverage.all=false --project=@weapp-tailwindcss/cli",
"test:typography": "vitest run --coverage.enabled --coverage.all=false --project=@weapp-tailwindcss/typography",
Expand Down Expand Up @@ -177,7 +177,7 @@
"diff": "^7.0.0",
"dlv": "^1.1.3",
"domhandler": "^5.0.3",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"execa": "^9.5.2",
"express": "^4.21.2",
"fast-glob": "^3.3.2",
Expand Down Expand Up @@ -226,7 +226,7 @@
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"unbuild": "^3.0.0",
"unbuild": "^3.0.1",
"uuid": "^11.0.3",
"vinyl": "^3.0.0",
"vinyl-fs": "^4.0.0",
Expand Down
Loading

0 comments on commit 18c9050

Please sign in to comment.