Skip to content

Commit

Permalink
chore: upgrade dependencies (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Nov 15, 2024
1 parent a93a52b commit 2bfeedf
Show file tree
Hide file tree
Showing 5 changed files with 750 additions and 809 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@ionic/react-router": "8.4.0",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@mantine/hooks": "^7.13.5",
"@mantine/hooks": "^7.14.0",
"@reduxjs/toolkit": "^2.3.0",
"capacitor-android-nav-mode": "^1.0.0",
"capacitor-application-context": "^1.0.0",
Expand All @@ -82,8 +82,8 @@
"compare-versions": "^6.1.1",
"date-fns": "^4.1.0",
"dexie": "^4.0.9",
"dexie-export-import": "^4.1.2",
"es-toolkit": "^1.26.1",
"dexie-export-import": "^4.1.3",
"es-toolkit": "^1.27.0",
"eslint-plugin-perfectionist": "^3.9.1",
"history": "^4.10.1",
"immer": "^10.1.1",
Expand All @@ -94,21 +94,21 @@
"mdast-util-gfm-table": "^2.0.0",
"micromark-extension-gfm-strikethrough": "^2.1.0",
"micromark-extension-gfm-table": "^2.1.0",
"micromark-util-combine-extensions": "^2.0.0",
"modern-screenshot": "^4.5.2",
"micromark-util-combine-extensions": "^2.0.1",
"modern-screenshot": "^4.5.4",
"photoswipe": "^5.4.4",
"react": "0.0.0-experimental-5c56b873-20241107",
"react": "0.0.0-experimental-b01722d5-20241114",
"react-animate-height": "^3.2.3",
"react-dom": "0.0.0-experimental-5c56b873-20241107",
"react-dom": "0.0.0-experimental-b01722d5-20241114",
"react-error-boundary": "^4.1.2",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"react-reverse-portal": "^2.1.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-textarea-autosize": "^8.5.4",
"react-transition-state": "^2.1.3",
"react-textarea-autosize": "^8.5.5",
"react-transition-state": "^2.2.0",
"rehype-highlight": "^6.0.0",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.0",
Expand All @@ -119,7 +119,7 @@
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-long-press": "^3.2.0",
"virtua": "^0.36.3"
"virtua": "^0.37.0"
},
"devDependencies": {
"@babel/preset-react": "^7.25.9",
Expand All @@ -128,7 +128,7 @@
"@eslint/js": "^9.14.0",
"@ionic/cli": "^7.2.0",
"@playwright/test": "^1.48.2",
"@trapezedev/configure": "^7.0.10",
"@trapezedev/configure": "^7.1.3",
"@types/history": "^4.7.11",
"@types/mdast": "^4.0.4",
"@types/node": "^22.9.0",
Expand All @@ -139,25 +139,25 @@
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-react": "^4.3.3",
"@wyw-in-js/vite": "^0.5.4",
"babel-plugin-react-compiler": "0.0.0-experimental-19cbb8f-20241107",
"@wyw-in-js/vite": "^0.5.5",
"babel-plugin-react-compiler": "0.0.0-experimental-19c7e06-20241113",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-19cbb8f-20241107",
"eslint-plugin-react-hooks": "0.0.0-experimental-5c56b873-20241107",
"eslint-plugin-react-compiler": "0.0.0-experimental-19c7e06-20241113",
"eslint-plugin-react-hooks": "0.0.0-experimental-b01722d5-20241114",
"eslint-plugin-vitest": "^0.5.4",
"jsdom": "^25.0.1",
"mdast-util-lemmy-spoiler": "^2.0.0",
"prettier": "^3.3.3",
"pwa-asset-generator": "^6.4.0",
"release-it": "^17.10.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
Loading

0 comments on commit 2bfeedf

Please sign in to comment.