Skip to content

Commit

Permalink
vNext
Browse files Browse the repository at this point in the history
Fixes #27
  • Loading branch information
McNerdius committed Jun 28, 2022
1 parent cf32c85 commit c308402
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Known issue with the WebAssembly projects(?): Sometimes a "clean" build/run will

# Next up for the templates:

* A lighter-weight landing page geared toward "getting started" (where ur CSS goes, troubleshooting, ...) rather than the current background/meta stuff. The new landing page will be native to the project type (`.cshtml`,`xaml`), and the current meta info will be linked to.
* A lighter-weight landing page geared toward "getting started" (where ur CSS goes, troubleshooting, ...) rather than the current background/meta stuff.
* A DI setup. Maybe some form of the "random person card" thing from the old templates.
* ... ?

Expand Down
14 changes: 7 additions & 7 deletions Templates/MultiProject/package-lock.json

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

4 changes: 2 additions & 2 deletions Templates/MultiProject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"license": "0BSD",
"devDependencies": {
"postcss-import": "^14.0.2",
"tailwindcss": "^3.1.3"
"tailwindcss": "^3.1.4"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
},
"dependencies": {
"tailwindcss-debug-screens": "^2.2.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "McNerdius",
"shortName": "tailblazor-pages",
"identity": "McNerdius.TailBlazor.Pages",
"name": "Blazor WebAssembly with Tailwind CSS v3.1",
"name": "Blazor + Razor Pages with Tailwind CSS v3.1",
"description": "Use Blazor and Tailwind 3's JIT & fast incremental builds alongside .NET Hot Reload in your Razor Pages projects. Also enables use of Tailwind CSS functions & directives, nesting, and more in your Razor Components' Scoped CSS files.",
"classifications": [
"Web",
Expand Down
14 changes: 7 additions & 7 deletions Templates/SingleProject/TailBlazorPages/package-lock.json

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

4 changes: 2 additions & 2 deletions Templates/SingleProject/TailBlazorPages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"license": "0BSD",
"devDependencies": {
"postcss-import": "^14.0.2",
"tailwindcss": "^3.1.3"
"tailwindcss": "^3.1.4"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
},
"dependencies": {
"tailwindcss-debug-screens": "^2.2.0"
}
}
}
14 changes: 7 additions & 7 deletions Templates/SingleProject/TailBlazorServer/package-lock.json

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

4 changes: 2 additions & 2 deletions Templates/SingleProject/TailBlazorServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"license": "0BSD",
"devDependencies": {
"postcss-import": "^14.0.2",
"tailwindcss": "^3.1.3"
"tailwindcss": "^3.1.4"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
},
"dependencies": {
"tailwindcss-debug-screens": "^2.2.0"
}
}
}
14 changes: 7 additions & 7 deletions Templates/SingleProject/TailBlazorWasm/package-lock.json

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

4 changes: 2 additions & 2 deletions Templates/SingleProject/TailBlazorWasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"license": "0BSD",
"devDependencies": {
"postcss-import": "^14.0.2",
"tailwindcss": "^3.1.3"
"tailwindcss": "^3.1.4"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
},
"dependencies": {
"tailwindcss-debug-screens": "^2.2.0"
}
}
}
4 changes: 2 additions & 2 deletions WIP/Hosted/package-lock.json

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

4 changes: 2 additions & 2 deletions WIP/Hosted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "0BSD",
"devDependencies": {
"postcss-import": "^14.0.2",
"tailwindcss": "^3.1.3"
"tailwindcss": "^3.1.4"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
Expand All @@ -22,4 +22,4 @@
"@tailwindcss/typography": "^0.5.0",
"tailwindcss-debug-screens": "^2.2.0"
}
}
}
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 2022-6-21

- Latest tailwindcss (3.1.3)
- Latest tailwindcss (3.1.4)
- Update content text to reflect minor version change.
- Remove `tailblazormaui` WIP project.
- `npm audit -fix` and `npm update` and `dotnet outdated -u` things and stuff
Expand Down

0 comments on commit c308402

Please sign in to comment.