Skip to content

Commit

Permalink
update all Vite dependecies (#228)
Browse files Browse the repository at this point in the history
* update all vite dependecies

* reformat files (#231)
  • Loading branch information
atila-crabnebula authored Feb 14, 2024
1 parent a290ec0 commit 3c9f774
Show file tree
Hide file tree
Showing 53 changed files with 3,203 additions and 3,015 deletions.
2 changes: 1 addition & 1 deletion clients/web/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
16 changes: 8 additions & 8 deletions clients/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "pnpm proto && vite",
"build": "pnpm proto && vite build",
"preview": "pnpm proto && vite preview",
"format": "prettier --write .",
"format": "prettier --write --cache .",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --fix --ext .ts,.tsx",
"test": "cross-env TZ=UTC pnpm proto && vitest"
Expand All @@ -33,14 +33,14 @@
"eslint-plugin-solid": "^0.13.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-solid": "^2.7.2",
"vite-plugin-static-copy": "^0.17.0",
"vite-plugin-wasm": "^3.2.2",
"vitest": "^0.34.0"
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite-plugin-solid": "^2.9.1",
"vite-plugin-static-copy": "^1.0.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.2.2"
},
"dependencies": {
"@crabnebula/file-icons": "^0.1.0",
Expand Down
Loading

0 comments on commit 3c9f774

Please sign in to comment.