Skip to content

Commit

Permalink
feat: Improve tag helpers by rendering nested CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eptagone committed Jun 15, 2024
1 parent f877217 commit ef24ac1
Show file tree
Hide file tree
Showing 15 changed files with 1,007 additions and 782 deletions.
401 changes: 224 additions & 177 deletions examples/libraries/ViteNET.React/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/libraries/ViteNET.React/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"build": "tsc && vite build"
},
"devDependencies": {
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react-swc": "^3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5",
"vite": "^5.2.8"
"vite": "^5.3.1"
}
}
234 changes: 130 additions & 104 deletions examples/libraries/ViteNET.Solid/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/libraries/ViteNET.Solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"build": "tsc && vite build"
},
"devDependencies": {
"solid-js": "^1.8.16",
"solid-js": "^1.8.17",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite": "^5.3.1",
"vite-plugin-solid": "^2.10.2"
}
}
234 changes: 130 additions & 104 deletions examples/libraries/ViteNET.Tailwind/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/libraries/ViteNET.Tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.8"
"vite": "^5.3.1"
}
}
Loading

0 comments on commit ef24ac1

Please sign in to comment.