Skip to content

Commit

Permalink
Merge pull request #2404 from MichaelDvP/dev
Browse files Browse the repository at this point in the history
 add vacation mode CR50 #2403
  • Loading branch information
proddy authored Feb 16, 2025
2 parents 4151a82 + cbd8831 commit 1e4b487
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 113 deletions.
18 changes: 9 additions & 9 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@alova/adapter-xhr": "2.1.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.3",
"@mui/material": "^6.4.3",
"@table-library/react-table-library": "4.1.7",
"@mui/icons-material": "^6.4.4",
"@mui/material": "^6.4.4",
"@table-library/react-table-library": "4.1.12",
"alova": "3.2.8",
"async-validator": "^4.2.5",
"jwt-decode": "^4.0.0",
Expand All @@ -41,23 +41,23 @@
"typescript": "^5.7.3"
},
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/core": "^7.26.9",
"@eslint/js": "^9.20.0",
"@preact/compat": "^18.3.1",
"@preact/preset-vite": "^2.10.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/formidable": "^3",
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"concurrently": "^9.1.2",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"formidable": "^3.5.2",
"prettier": "^3.5.0",
"prettier": "^3.5.1",
"rollup-plugin-visualizer": "^5.14.0",
"terser": "^5.38.1",
"typescript-eslint": "8.23.0",
"terser": "^5.39.0",
"typescript-eslint": "8.24.0",
"vite": "^6.1.0",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.1.4"
Expand Down
Loading

0 comments on commit 1e4b487

Please sign in to comment.