Skip to content

Commit

Permalink
chore: upgrade dependencies (#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Nov 30, 2024
1 parent b78ff28 commit 283057d
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 293 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"pnpm": {
"overrides": {
"@ionic/core": "npm:[email protected].0"
"@ionic/core": "npm:[email protected].1"
},
"patchedDependencies": {
"@capacitor/haptics": "patches/@[email protected]",
Expand Down Expand Up @@ -63,11 +63,11 @@
"@capacitor/splash-screen": "^6.0.3",
"@capacitor/status-bar": "^6.0.2",
"@github/markdown-toolbar-element": "^2.2.3",
"@ionic/core": "npm:[email protected].0",
"@ionic/react": "8.4.0",
"@ionic/react-router": "8.4.0",
"@mantine/hooks": "^7.14.2",
"@reduxjs/toolkit": "^2.3.0",
"@ionic/core": "npm:[email protected].1",
"@ionic/react": "8.4.1",
"@ionic/react-router": "8.4.1",
"@mantine/hooks": "^7.14.3",
"@reduxjs/toolkit": "^2.4.0",
"capacitor-android-nav-mode": "^1.0.0",
"capacitor-application-context": "^1.0.0",
"capacitor-biometric-lock": "^1.0.0",
Expand All @@ -82,7 +82,7 @@
"date-fns": "^4.1.0",
"dexie": "^4.0.10",
"dexie-export-import": "^4.1.4",
"es-toolkit": "^1.27.0",
"es-toolkit": "^1.28.0",
"eslint-plugin-perfectionist": "^4.1.2",
"history": "^4.10.1",
"immer": "^10.1.1",
Expand Down Expand Up @@ -118,17 +118,17 @@
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-long-press": "^3.2.0",
"virtua": "^0.37.4"
"virtua": "^0.38.1"
},
"devDependencies": {
"@capacitor/cli": "^6.2.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@ionic/cli": "^7.2.0",
"@playwright/test": "^1.49.0",
"@trapezedev/configure": "^7.1.3",
"@types/history": "^4.7.11",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router": "^5.1.20",
Expand All @@ -138,7 +138,7 @@
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "0.0.0-experimental-df7b47d-20241124",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-df7b47d-20241124",
Expand All @@ -153,8 +153,8 @@
"typed-css-modules": "^0.9.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.0",
"vite-plugin-pwa": "^0.21.0",
"vite": "^6.0.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.6"
}
Expand Down
Loading

0 comments on commit 283057d

Please sign in to comment.