diff --git a/package.json b/package.json index d6ea3b8e5..ab0c3c367 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "stylelint-config-standard-scss": "^13.1.0", "stylelint-prettier": "^5.0.2", "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", diff --git a/tsconfig.node.json b/tsconfig.node.json index 07e156c01..2a6ad6e56 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -5,5 +5,5 @@ "moduleResolution": "Node", "allowSyntheticDefaultImports": true }, - "include": ["vite.config.ts"] + "include": ["vite.config.mts"] } \ No newline at end of file diff --git a/vite.config.ts b/vite.config.mts similarity index 100% rename from vite.config.ts rename to vite.config.mts