Skip to content

Commit

Permalink
[CHORE] Pin dependencies (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 authored Jul 25, 2023
2 parents 9af4c79 + 7c974db commit cc5706a
Show file tree
Hide file tree
Showing 2 changed files with 3,457 additions and 4,779 deletions.
46 changes: 23 additions & 23 deletions owmods_gui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5.14.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@fontsource/roboto": "5.0.5",
"@mui/icons-material": "5.14.1",
"@mui/lab": "5.0.0-alpha.137",
"@mui/material": "^5.14.1",
"@tauri-apps/api": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-virtuoso": "^4.4.2"
"@mui/material": "5.14.1",
"@tauri-apps/api": "1.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.10",
"react-virtuoso": "4.4.2"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite-imagetools": "^5.0.5",
"vite-plugin-html": "^3.2.0"
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@vitejs/plugin-react": "4.0.3",
"eslint": "8.45.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.0.0",
"typescript": "5.1.6",
"vite": "4.4.7",
"vite-imagetools": "5.0.5",
"vite-plugin-html": "3.2.0"
}
}
Loading

0 comments on commit cc5706a

Please sign in to comment.