Skip to content

Commit

Permalink
Merge pull request #49 from protibimbok/vite-server-detection
Browse files Browse the repository at this point in the history
Vite server detection
  • Loading branch information
protibimbok authored Dec 26, 2023
2 parents 903eae9 + 45f7d92 commit a0ef35c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion django/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "django_vite_plugin"
version = "2.0.0"
version = "3.0.0"
authors = [
{ name="Sakibur Rahman Khan", email="sakib.saad.khan@gmail.com" },
]
Expand Down
6 changes: 3 additions & 3 deletions vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-vite-plugin",
"version": "3.0.0",
"version": "4.0.0",
"description": "Django plugin for Vite.",
"keywords": [
"django",
Expand Down Expand Up @@ -32,9 +32,9 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"prettier": "^3.1.1",
"rollup": "^4.9.0",
"rollup": "^4.9.1",
"typescript": "^4.9.5",
"vite": "^5.0.10"
"vite": "^4.5.0"
},
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
Expand Down

0 comments on commit a0ef35c

Please sign in to comment.