Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
liujip0 committed Feb 21, 2025
1 parent 10a71a8 commit f4352ec
Show file tree
Hide file tree
Showing 4 changed files with 992 additions and 1,121 deletions.
10 changes: 5 additions & 5 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@trpc/server": "11.0.0-rc.608",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250129.0",
"@cloudflare/workers-types": "^4.20250214.0",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"wrangler": "^3.107.2"
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"wrangler": "^3.109.2"
}
}
30 changes: 15 additions & 15 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.1",
"@mui/icons-material": "^6.4.2",
"@mui/icons-material": "^6.4.5",
"@mui/lab": "6.0.0-beta.15",
"@mui/material": "^6.4.2",
"@tanstack/react-query": "^5.65.1",
"@mui/material": "^6.4.5",
"@tanstack/react-query": "^5.66.8",
"@trpc/client": "11.0.0-rc.608",
"@trpc/react-query": "11.0.0-rc.608",
"@trpc/server": "11.0.0-rc.608",
"eventemitter3": "^5.0.1",
"idb": "^8.0.1",
"idb": "^8.0.2",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.3"
"react-router-dom": "^7.2.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@isa2025/api": "workspace:*",
"@types/node": "^22.12.0",
"@types/node": "^22.13.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-import": "^1.13.8",
"eslint": "^9.19.0",
"eslint": "^9.20.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.22.0",
"vite": "^5.4.12",
"typescript-eslint": "^8.24.1",
"vite": "^5.4.14",
"vite-plugin-pwa": "^0.20.5",
"wrangler": "^3.106.0"
"wrangler": "^3.109.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"packageManager": "[email protected]+sha256.dd98691b127b5d2c4d0605b594e98ec0bcbe5fba86358184de706c3312a4e2ee",
"devDependencies": {
"concurrently": "^9.1.2",
"prettier": "^3.5.0"
"prettier": "^3.5.1"
}
}
Loading

0 comments on commit f4352ec

Please sign in to comment.