Skip to content

Commit

Permalink
Update frontend packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Sep 18, 2024
1 parent 7f10fd4 commit 66c480d
Show file tree
Hide file tree
Showing 2 changed files with 4,519 additions and 2,817 deletions.
28 changes: 14 additions & 14 deletions bingus-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx,json}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx,json}\" && npm run format",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,md,json}\" --config ../.prettierrc"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4",
"remark-gfm": "^3.0.1"
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"vite": "^4.0.5"
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"vite": "^5.4.6"
}
}
Loading

0 comments on commit 66c480d

Please sign in to comment.