Skip to content

Commit

Permalink
Upgrade deps, add lemmy v0.20.0 support (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Oct 2, 2024
1 parent 1800e8e commit 4b902a4
Show file tree
Hide file tree
Showing 23 changed files with 1,195 additions and 1,692 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"pnpm": {
"overrides": {
"@ionic/core": "npm:voyager-ionic-core@8.2.6"
"@ionic/core": "npm:voyager-ionic-core@8.3.1"
},
"patchedDependencies": {
"@capacitor/browser@6.0.2": "patches/@capacitor__browser@6.0.2.patch",
Expand All @@ -46,9 +46,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.2.6",
"@ionic/react": "8.2.6",
"@ionic/react-router": "8.2.6",
"@ionic/core": "npm:voyager-ionic-core@8.3.1",
"@ionic/react": "8.3.1",
"@ionic/react-router": "8.3.1",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@reduxjs/toolkit": "^2.2.7",
Expand All @@ -62,13 +62,13 @@
"capacitor-stash-media": "^2.0.1",
"capacitor-tips": "^1.0.0",
"compare-versions": "^6.1.1",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"dexie": "^4.0.8",
"dexie-export-import": "^4.1.2",
"dexie-react-hooks": "^1.1.7",
"history": "^4.10.1",
"ionicons": "^7.4.0",
"lemmy-js-client": "0.19.4",
"lemmy-js-client": "0.20.0-alpha.17",
"lodash": "^4.17.21",
"mdast-util-gfm-autolink-literal-lemmy": "^3.0.0",
"mdast-util-gfm-strikethrough": "^2.0.0",
Expand All @@ -83,29 +83,29 @@
"react-animate-height": "^3.2.3",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-intersection-observer": "^9.13.0",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-merge-refs": "^2.1.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.3",
"react-transition-state": "^2.1.1",
"react-transition-state": "^2.1.2",
"rehype-highlight": "^6.0.0",
"rehype-parse": "^9.0.0",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"remark-supersub-lemmy": "^1.0.0",
"ua-parser-js": "^1.0.38",
"ua-parser-js": "^1.0.39",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-long-press": "^3.2.0",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"virtua": "^0.33.4",
"virtua": "^0.34.2",
"workbox-window": "^7.1.0"
},
"devDependencies": {
Expand All @@ -114,46 +114,46 @@
"@capacitor/cli": "^6.1.2",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.11.1",
"@ionic/cli": "^7.2.0",
"@playwright/test": "^1.46.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@playwright/test": "^1.47.2",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@trapezedev/configure": "^7.0.10",
"@types/history": "^4.7.11",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/mdast": "^4.0.4",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-react": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-react": "^4.3.2",
"@wyw-in-js/babel-preset": "^0.5.4",
"@wyw-in-js/vite": "^0.5.4",
"eslint": "^9.9.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.9.0",
"jsdom": "^24.1.1",
"globals": "^15.10.0",
"jsdom": "^25.0.1",
"mdast-util-lemmy-spoiler": "^2.0.0",
"prettier": "^3.3.3",
"pwa-asset-generator": "^6.3.1",
"pwa-asset-generator": "^6.3.2",
"release-it": "^17.6.0",
"terser": "^5.31.5",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-plugin-pwa": "^0.20.1",
"terser": "^5.34.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit 4b902a4

Please sign in to comment.