Skip to content

Commit

Permalink
feat: support fresh projects that are part of a workspace (#2716)
Browse files Browse the repository at this point in the history
Also a performance improvement & bug fix in the tailwind plugin.

---------

Co-authored-by: Marvin Hagemeister <[email protected]>
  • Loading branch information
lucacasonato and marvinhagemeister authored Oct 17, 2024
1 parent bf43a0e commit 4079875
Show file tree
Hide file tree
Showing 12 changed files with 247 additions and 872 deletions.
32 changes: 16 additions & 16 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down
Loading

0 comments on commit 4079875

Please sign in to comment.