Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwayne committed Aug 2, 2024
1 parent e70bde4 commit 96fd22d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"tsc:watch": "tsc --noEmit --watch"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.0-alpha.17",
"@tailwindcss/vite": "^4.0.0-alpha.18",
"@solidjs/router": "^0.14.1",
"@types/bun": "^1.1.6",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"prettier": "^3.3.3",
"solid-js": "^1.8.19",
"tailwindcss": "^4.0.0-alpha.17",
"tailwindcss": "^4.0.0-alpha.18",
"typescript": "^5.5.4",
"vite": "5.3.4",
"vite": "5.3.5",
"vite-plugin-solid": "^2.10.2"
}
}

0 comments on commit 96fd22d

Please sign in to comment.