-
Notifications
You must be signed in to change notification settings - Fork 650
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support fresh projects that are part of a workspace (#2716)
Also a performance improvement & bug fix in the tailwind plugin. --------- Co-authored-by: Marvin Hagemeister <[email protected]>
- Loading branch information
1 parent
bf43a0e
commit 4079875
Showing
12 changed files
with
247 additions
and
872 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,24 +36,24 @@ | |
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts", | ||
"@astral/astral": "jsr:@astral/astral@^0.4.6", | ||
"@fresh/plugin-tailwind": "./plugin-tailwindcss/src/mod.ts", | ||
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.10.3", | ||
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0", | ||
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1", | ||
"@preact/signals": "npm:@preact/signals@^1.2.3", | ||
"@std/async": "jsr:@std/async@^0.224.1", | ||
"@std/cli": "jsr:@std/cli@^0.224.5", | ||
"@std/crypto": "jsr:@std/crypto@1.0.0-rc.1", | ||
"@std/datetime": "jsr:@std/datetime@^0.224.0", | ||
"@std/encoding": "jsr:@std/encoding@^1.0.0-rc.1", | ||
"@std/expect": "jsr:@std/expect@^0.224.4", | ||
"@std/fmt": "jsr:@std/fmt@^0.225.3", | ||
"@std/front-matter": "jsr:@std/front-matter@^0.224.2", | ||
"@std/fs": "jsr:@std/fs@^0.229.1", | ||
"@std/html": "jsr:@std/html@^0.224.2", | ||
"@std/jsonc": "jsr:@std/jsonc@^0.224.1", | ||
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", | ||
"@std/path": "jsr:@std/path@^0.225.2", | ||
"@std/semver": "jsr:@std/semver@^0.224.3", | ||
"@std/streams": "jsr:@std/streams@^0.224.3", | ||
"@std/async": "jsr:@std/async@1", | ||
"@std/cli": "jsr:@std/cli@1", | ||
"@std/crypto": "jsr:@std/crypto@1", | ||
"@std/datetime": "jsr:@std/datetime@^0.225.2", | ||
"@std/encoding": "jsr:@std/encoding@1", | ||
"@std/expect": "jsr:@std/expect@1", | ||
"@std/fmt": "jsr:@std/fmt@1", | ||
"@std/front-matter": "jsr:@std/front-matter@^1.0.5", | ||
"@std/fs": "jsr:@std/fs@1", | ||
"@std/html": "jsr:@std/html@1", | ||
"@std/jsonc": "jsr:@std/jsonc@1", | ||
"@std/media-types": "jsr:@std/media-types@1", | ||
"@std/path": "jsr:@std/path@1", | ||
"@std/semver": "jsr:@std/semver@1", | ||
"@std/streams": "jsr:@std/streams@1", | ||
"autoprefixer": "npm:[email protected]", | ||
"cssnano": "npm:[email protected]", | ||
"esbuild": "npm:[email protected]", | ||
|
Oops, something went wrong.