Skip to content

Commit

Permalink
[hygiene] Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgpearce committed Jul 20, 2024
1 parent 362fa9c commit cc6a376
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified client/bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"@types/bun": "latest",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"cspell": "^8.10.4",
"cspell": "^8.11.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vite-plugin-minify": "^1.5.2"
},
"dependencies": {
"octokit": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tinybase": "^5.0.4"
"tinybase": "^5.1.0"
}
}

0 comments on commit cc6a376

Please sign in to comment.