Skip to content

Commit

Permalink
Upgrade deps (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Apr 29, 2024
1 parent 807a9d7 commit 48c2900
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 267 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@ionic/core": "npm:voyager-ionic-core@8.0.1",
"@ionic/react": "8.0.1",
"@ionic/react-router": "8.0.1",
"@linaria/core": "^6.1.0",
"@linaria/react": "^6.1.0",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@reduxjs/toolkit": "^2.2.3",
"capacitor-android-nav-mode": "^1.0.0",
"capacitor-application-context": "^1.0.0",
Expand Down Expand Up @@ -80,11 +80,11 @@
"micromark-util-combine-extensions": "^2.0.0",
"modern-screenshot": "^4.4.38",
"photoswipe": "^5.4.3",
"react": "^18.2.0",
"react": "^18.3.1",
"react-animate-height": "^3.2.3",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.12",
"react-intersection-observer": "^9.8.1",
"react-intersection-observer": "^9.10.0",
"react-markdown": "^9.0.1",
"react-merge-refs": "^2.1.1",
"react-redux": "^9.1.0",
Expand Down Expand Up @@ -115,16 +115,16 @@
"@capacitor/cli": "^6.0.0",
"@playwright/test": "^1.43.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.4",
"@testing-library/react": "^15.0.5",
"@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/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@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",
Expand All @@ -133,22 +133,22 @@
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-legacy": "^5.3.1",
"@vitejs/plugin-react": "^4.2.1",
"@wyw-in-js/babel-preset": "^0.5.0",
"@wyw-in-js/vite": "^0.5.0",
"@wyw-in-js/babel-preset": "^0.5.3",
"@wyw-in-js/vite": "^0.5.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"pwa-asset-generator": "^6.3.1",
"release-it": "^17.1.1",
"release-it": "^17.2.1",
"terser": "^5.30.4",
"typescript": "^5.4.3",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.7",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.5.1"
"vitest": "^1.5.2"
}
}
Loading

0 comments on commit 48c2900

Please sign in to comment.