Skip to content

Commit

Permalink
Merge pull request #99 from BALOTIAS/master
Browse files Browse the repository at this point in the history
Adds Vite 5 support
  • Loading branch information
fabio-ivona authored Feb 15, 2024
2 parents 8296fd9 + 1d17209 commit 2a9d83d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@
"test": "vitest run"
},
"devDependencies": {
"@types/minimatch": "^5.1.0",
"@types/node": "^20.1.0",
"@types/picomatch": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.1.0",
"esbuild": "0.19.12",
"eslint": "^8.14.0",
"typescript": "^5.0.3",
"vite": "^4.0.1",
"vitest": "^1.0.2"
"@types/minimatch": "^5.1.2",
"@types/node": "^20.11.16",
"@types/picomatch": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"esbuild": "0.20.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vitest": "^1.2.2"
},
"peerDependencies": {
"vite": "^4.0.0"
"vite": "^5.0.0"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"minimatch": "^9.0.3",
"vite-plugin-full-reload": "^1.0.0"
"vite-plugin-full-reload": "^1.1.0"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true,
"declaration": true,
Expand Down

0 comments on commit 2a9d83d

Please sign in to comment.