Skip to content

Commit

Permalink
Update to prettier 3, latest eslint, vite and vitest.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Jul 12, 2023
1 parent 2332ae0 commit 862c1cf
Show file tree
Hide file tree
Showing 5 changed files with 463 additions and 421 deletions.
2 changes: 1 addition & 1 deletion index.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -22,8 +22,8 @@
"@types/prettier": "^2.7.2",
"@types/react-dom": "^18.0.11",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
Expand All @@ -36,13 +36,13 @@
"eslint-plugin-unicorn": "^47.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.3.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.0",
"tailwindcss": "^3.2.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vite": "^4.1.4",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
},
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 862c1cf

Please sign in to comment.