Compare commits

...

2 Commits

Author SHA1 Message Date
27a08ff264 feat: do not show nproc limit 2024-04-27 23:52:39 +08:00
95a2ec9973 chore: upgrade deps 2024-04-27 23:51:12 +08:00
4 changed files with 1074 additions and 1025 deletions

View File

@ -17,36 +17,36 @@
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@dicebear/collection": "^7.1.1",
"@dicebear/core": "^7.1.1",
"@dicebear/collection": "^7.1.2",
"@dicebear/core": "^7.1.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@reduxjs/toolkit": "^2.2.2",
"@sentry/react": "^7.108.0",
"@sentry/vite-plugin": "^2.16.0",
"@tanstack/react-table": "^8.15.0",
"ace-builds": "^1.32.8",
"framer-motion": "^11.0.20",
"@emotion/styled": "^11.11.5",
"@reduxjs/toolkit": "^2.2.3",
"@sentry/react": "^7.112.2",
"@sentry/vite-plugin": "^2.16.1",
"@tanstack/react-table": "^8.16.0",
"ace-builds": "^1.33.1",
"framer-motion": "^11.1.7",
"github-markdown-css": "^5.5.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react": "^18.3.1",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-dom": "^18.3.1",
"react-icons": "^5.1.0",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-redux": "^9.1.1",
"react-router-dom": "^6.23.0",
"react-timer-hook": "^3.0.7",
"rehype-mathjax": "^6.0.0",
"rehype-raw": "^7.0.0",
"remark-emoji": "^4.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"universal-cookie": "^7.1.0"
"universal-cookie": "^7.1.4"
},
"devDependencies": {
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
@ -56,14 +56,14 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.2",
"postcss-load-config": "^5.0.3",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2"
},
"lint-staged": {

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,6 @@ import { api } from "./api";
export interface RuntimeInfo {
MemoryLimit: number;
NProcLimit: number;
TimeLimit: number;
}

View File

@ -105,10 +105,6 @@ export default function ProblemInfoMenu(props: ProblemInfoMenuProps) {
<Td>Memory Limit</Td>
<Td>{runtime.MemoryLimit} MB</Td>
</Tr>
<Tr>
<Td>Process Limit</Td>
<Td>{runtime.NProcLimit}</Td>
</Tr>
<Tr>
<Td>Select</Td>
<Td>