Skip to content

Commit

Permalink
updated Vite package
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavChuiko committed Jul 25, 2024
1 parent 05ab47a commit 6bd4a87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.3.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.0",
"vite-tsconfig-paths": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
"include": ["vite.config.mts"]
}
File renamed without changes.

0 comments on commit 6bd4a87

Please sign in to comment.