Skip to content

Commit

Permalink
PathUtils removed
Browse files Browse the repository at this point in the history
New integration testing project (in development)
  • Loading branch information
Eptagone committed Aug 12, 2023
1 parent d0c7dfa commit 769143f
Show file tree
Hide file tree
Showing 29 changed files with 1,664 additions and 547 deletions.
222 changes: 111 additions & 111 deletions examples/ViteNET.BlazorServer/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/ViteNET.BlazorServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^20.4.5",
"sass": "^1.64.1",
"@types/node": "^20.4.10",
"sass": "^1.65.1",
"typescript": "^5.1.6",
"vite": "^4.4.7"
"vite": "^4.4.9"
}
}
222 changes: 111 additions & 111 deletions examples/ViteNET.MVC/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/ViteNET.MVC/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^20.4.5",
"sass": "^1.64.1",
"@types/node": "^20.4.10",
"sass": "^1.65.1",
"typescript": "^5.1.6",
"vite": "^4.4.7"
"vite": "^4.4.9"
}
}
Loading

0 comments on commit 769143f

Please sign in to comment.