Skip to content

Commit

Permalink
chore: Update RQ to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Veikkosuhonen committed Oct 24, 2023
1 parent cd55e82 commit cb52622
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 20 deletions.
51 changes: 34 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@sentry/browser": "^7.31.1",
"@sentry/node": "^7.31.1",
"@sentry/tracing": "^7.31.1",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.1",
"@tanstack/react-query": "^5.0.5",
"@tanstack/react-query-devtools": "^5.1.0",
"@types/cors": "^2.8.13",
"axios": "^1.4.0",
"connect-redis": "^7.1.0",
Expand Down Expand Up @@ -57,6 +57,7 @@
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@playwright/test": "^1.33.0",
"@tanstack/eslint-plugin-query": "^5.0.5",
"@types/connect-redis": "^0.0.20",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/Calculator.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Box, Option as SelectOption, Select, Sheet, Input, Typography, Divider, Table, Tooltip, Chip, Textarea, FormControl, FormLabel, FormHelperText } from '@mui/joy'
import { SxProps } from '@mui/joy/styles/types'
import useContractStore, { ContractState, ContractStateSetters, ExceptionsSetters, ExceptionsState, useTotalHours, useWorkHourCalculatorFields } from '../store/calculatorStore'
import useContractStore, { ExceptionsSetters, ExceptionsState, useTotalHours, useWorkHourCalculatorFields } from '../store/calculatorStore'
import { Option } from '../types'
import { courseTypeOptions, creditOptions, preparationHoursTableData, studentCountOptions, useSalaryTableData } from '../calculatorConfig'
import { SectionDivider } from './common'
Expand Down

0 comments on commit cb52622

Please sign in to comment.