Skip to content

Commit

Permalink
Upgrade dependencies (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Nov 8, 2024
1 parent a59ac46 commit 5e6fb5f
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 369 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"pnpm": {
"overrides": {
"@ionic/core": "npm:voyager-ionic-core@8.3.4"
"@ionic/core": "npm:voyager-ionic-core@8.4.0"
},
"patchedDependencies": {
"@capacitor/browser": "patches/@capacitor__browser@6.0.3.patch",
Expand Down Expand Up @@ -59,9 +59,9 @@
"@capacitor/share": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@github/markdown-toolbar-element": "^2.2.3",
"@ionic/core": "npm:voyager-ionic-core@8.3.4",
"@ionic/react": "8.3.4",
"@ionic/react-router": "8.3.4",
"@ionic/core": "npm:voyager-ionic-core@8.4.0",
"@ionic/react": "8.4.0",
"@ionic/react-router": "8.4.0",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@mantine/hooks": "^7.13.4",
Expand Down Expand Up @@ -89,12 +89,12 @@
"micromark-extension-gfm-strikethrough": "^2.1.0",
"micromark-extension-gfm-table": "^2.1.0",
"micromark-util-combine-extensions": "^2.0.0",
"modern-screenshot": "^4.4.39",
"modern-screenshot": "^4.5.1",
"photoswipe": "^5.4.4",
"radashi": "^12.2.0",
"react": "0.0.0-experimental-7c8e5e7a-20241101",
"react": "0.0.0-experimental-5c56b873-20241107",
"react-animate-height": "^3.2.3",
"react-dom": "0.0.0-experimental-7c8e5e7a-20241101",
"react-dom": "0.0.0-experimental-5c56b873-20241107",
"react-error-boundary": "^4.1.2",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
Expand Down Expand Up @@ -126,7 +126,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/history": "^4.7.11",
"@types/mdast": "^4.0.4",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router": "^5.1.20",
Expand All @@ -135,20 +135,20 @@
"@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-63b359f-20241031",
"babel-plugin-react-compiler": "0.0.0-experimental-19cbb8f-20241107",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-63b359f-20241031",
"eslint-plugin-react-hooks": "0.0.0-experimental-7c8e5e7a-20241101",
"eslint-plugin-react-compiler": "0.0.0-experimental-19cbb8f-20241107",
"eslint-plugin-react-hooks": "0.0.0-experimental-5c56b873-20241107",
"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.12.2",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-svgr": "^4.3.0",
Expand Down
Loading

0 comments on commit 5e6fb5f

Please sign in to comment.