Skip to content

Commit

Permalink
Upgrade dependencies (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed May 2, 2024
1 parent 8d82d20 commit b114925
Show file tree
Hide file tree
Showing 2 changed files with 1,175 additions and 341 deletions.
30 changes: 15 additions & 15 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.0.1"
"@ionic/core": "npm:voyager-ionic-core@8.1.0"
},
"patchedDependencies": {
"@capacitor/browser@6.0.0": "patches/@capacitor__browser@6.0.0.patch",
Expand All @@ -46,9 +46,9 @@
"@capacitor/share": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@github/markdown-toolbar-element": "^2.2.1",
"@ionic/core": "npm:voyager-ionic-core@8.0.1",
"@ionic/react": "8.0.1",
"@ionic/react-router": "8.0.1",
"@ionic/core": "npm:voyager-ionic-core@8.1.0",
"@ionic/react": "8.1.0",
"@ionic/react-router": "8.1.0",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@reduxjs/toolkit": "^2.2.3",
Expand All @@ -64,10 +64,10 @@
"compare-versions": "^6.1.0",
"date-fns": "^3.3.1",
"dexie": "^4.0.1",
"dexie-export-import": "^4.1.1",
"dexie-export-import": "^4.1.2",
"dexie-react-hooks": "^1.1.7",
"history": "^4.10.1",
"ionicons": "^7.3.1",
"ionicons": "^7.4.0",
"lemmy-js-client": "0.19.4-alpha.18",
"lodash": "^4.17.21",
"mdast-util-gfm-autolink-literal-lemmy": "^3.0.0",
Expand All @@ -84,10 +84,10 @@
"react-animate-height": "^3.2.3",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.12",
"react-intersection-observer": "^9.10.0",
"react-intersection-observer": "^9.10.1",
"react-markdown": "^9.0.1",
"react-merge-refs": "^2.1.1",
"react-redux": "^9.1.0",
"react-redux": "^9.1.2",
"react-reverse-portal": "^2.1.1",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
Expand Down Expand Up @@ -115,22 +115,22 @@
"@capacitor/cli": "^6.0.0",
"@playwright/test": "^1.43.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^14.5.2",
"@trapezedev/configure": "^7.0.10",
"@types/history": "^4.0.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/mdast": "^4.0.3",
"@types/node": "^20.12.4",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@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": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-legacy": "^5.3.1",
"@vitejs/plugin-react": "^4.2.1",
"@wyw-in-js/babel-preset": "^0.5.3",
Expand All @@ -144,11 +144,11 @@
"prettier": "^3.2.5",
"pwa-asset-generator": "^6.3.1",
"release-it": "^17.2.1",
"terser": "^5.30.4",
"terser": "^5.31.0",
"typescript": "^5.4.3",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.7",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.5.2"
"vitest": "^1.5.3"
}
}
Loading

0 comments on commit b114925

Please sign in to comment.