Skip to content

Commit

Permalink
chore: upgrade dependencies (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Dec 16, 2024
1 parent 3764303 commit c93bcca
Show file tree
Hide file tree
Showing 5 changed files with 1,148 additions and 1,071 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@ionic/core": "npm:[email protected]",
"@ionic/react": "8.4.1",
"@ionic/react-router": "8.4.1",
"@mantine/hooks": "^7.14.3",
"@reduxjs/toolkit": "^2.4.0",
"@mantine/hooks": "^7.15.1",
"@reduxjs/toolkit": "^2.5.0",
"capacitor-android-nav-mode": "^1.0.0",
"capacitor-application-context": "^1.0.0",
"capacitor-biometric-lock": "^1.0.0",
Expand All @@ -83,8 +83,8 @@
"date-fns": "^4.1.0",
"dexie": "^4.0.10",
"dexie-export-import": "^4.1.4",
"es-toolkit": "^1.28.0",
"eslint-plugin-perfectionist": "^4.1.2",
"es-toolkit": "^1.30.1",
"eslint-plugin-perfectionist": "^4.3.0",
"history": "^4.10.1",
"immer": "^10.1.1",
"ionicons": "^7.4.0",
Expand All @@ -95,19 +95,19 @@
"micromark-extension-gfm-strikethrough": "^2.1.0",
"micromark-extension-gfm-table": "^2.1.0",
"micromark-util-combine-extensions": "^2.0.1",
"modern-screenshot": "^4.5.4",
"modern-screenshot": "^4.5.5",
"photoswipe": "^5.4.4",
"react": "0.0.0-experimental-7670501b-20241124",
"react": "0.0.0-experimental-4dff0e62-20241213",
"react-animate-height": "^3.2.3",
"react-dom": "0.0.0-experimental-7670501b-20241124",
"react-dom": "0.0.0-experimental-4dff0e62-20241213",
"react-error-boundary": "^4.1.2",
"react-intersection-observer": "^9.13.1",
"react-intersection-observer": "^9.14.0",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"react-redux": "^9.2.0",
"react-reverse-portal": "^2.1.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-textarea-autosize": "^8.5.5",
"react-textarea-autosize": "^8.5.6",
"react-transition-state": "^2.2.0",
"rehype-highlight": "^6.0.0",
"rehype-parse": "^9.0.1",
Expand All @@ -119,44 +119,44 @@
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-long-press": "^3.2.0",
"virtua": "^0.38.1"
"virtua": "^0.39.2"
},
"devDependencies": {
"@capacitor/cli": "^6.2.0",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@ionic/cli": "^7.2.0",
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@trapezedev/configure": "^7.1.3",
"@types/history": "^4.7.11",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "0.0.0-experimental-df7b47d-20241124",
"eslint": "^9.16.0",
"babel-plugin-react-compiler": "0.0.0-experimental-ba7b8e5-20241213",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-df7b47d-20241124",
"eslint-plugin-react-hooks": "0.0.0-experimental-7670501b-20241124",
"eslint-plugin-react-compiler": "0.0.0-experimental-ba7b8e5-20241213",
"eslint-plugin-react-hooks": "0.0.0-experimental-4dff0e62-20241213",
"eslint-plugin-vitest": "^0.5.4",
"jsdom": "^25.0.1",
"mdast-util-lemmy-spoiler": "^2.0.0",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"pwa-asset-generator": "^6.4.0",
"release-it": "^17.10.0",
"typed-css-modules": "^0.9.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.1",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.6"
"vitest": "3.0.0-beta.2"
}
}
Loading

0 comments on commit c93bcca

Please sign in to comment.