Skip to content

Commit

Permalink
feat(dependencies): bump dependencies and remove Vercel insights
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybacon committed Jan 25, 2025
1 parent e88f016 commit d0473f3
Show file tree
Hide file tree
Showing 4 changed files with 1,250 additions and 1,148 deletions.
6 changes: 2 additions & 4 deletions markdown/partials/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,14 @@ from the work of [Stas][stas].
###### Analytics

We collect anonymous analytics in order to improve user experience. We do not
use cookies. See the respective privacy policies for [Vercel][legal:vercel] and
for [PostHog][legal:posthog].
use cookies. See the [PostHog privacy policy][posthog:privacy].

[code:license]: https://github.com/angrybacon/doomsday-wiki/blob/master/LICENSE.org
[code:repository]: https://github.com/angrybacon/doomsday-wiki
[icons:mdi]: https://pictogrammers.com/library/mdi/
[icons:simple-icons]: https://simpleicons.org
[legal:posthog]: https://posthog.com/privacy
[legal:vercel]: https://vercel.com/legal/privacy-policy
[mana]: https://mana.andrewgioia.com/
[posthog:privacy]: https://posthog.com/privacy
[scryfall:api]: https://scryfall.com/docs/api
[stas]: http://stas.tk/
[wiki:license]: https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
Expand Down
65 changes: 32 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,61 +30,60 @@
"test:watch": "pnpm run test --verbose --watchAll"
},
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@fontsource/libre-baskerville": "5.1.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/libre-baskerville": "5.1.1",
"@korumite/kiwi": "3.1.0",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@mui/material": "6.1.2",
"@mui/system": "6.1.2",
"@mui/utils": "6.1.2",
"@vercel/speed-insights": "1.0.12",
"@mui/material": "6.4.1",
"@mui/system": "6.4.1",
"@mui/utils": "6.4.1",
"async-sema": "3.1.1",
"mana-font": "1.15.9",
"mdast-util-find-and-replace": "3.0.1",
"next": "14.2.14",
"mana-font": "1.18.0",
"mdast-util-find-and-replace": "3.0.2",
"next": "14.2.23",
"plaiceholder": "3.0.0",
"posthog-js": "1.166.1",
"posthog-js": "1.210.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "9.13.1",
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.5.0",
"react-intersection-observer": "9.15.1",
"react-markdown": "9.0.3",
"react-syntax-highlighter": "15.6.1",
"rehype-slug": "6.0.0",
"remark-directive": "3.0.0",
"remark-directive": "3.0.1",
"remark-gfm": "4.0.0",
"remark-toc": "9.0.0",
"simple-icons": "13.12.0",
"simple-icons": "14.3.0",
"unified": "11.0.4",
"unist-util-select": "5.1.0",
"unist-util-visit": "5.0.0",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@eslint/js": "9.11.1",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@eslint/js": "9.19.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"@korumite/ts": "1.1.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@types/jest": "29.5.14",
"@types/mdast": "4.0.4",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/node": "22.10.10",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-syntax-highlighter": "15.5.13",
"@types/unist": "3.0.3",
"concurrently": "9.0.1",
"eslint": "9.11.1",
"concurrently": "9.1.2",
"eslint": "9.19.0",
"eslint-plugin-import": "2.31.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"knip": "5.31.0",
"markdownlint-cli": "0.42.0",
"mdast-util-directive": "3.0.0",
"prettier": "3.3.3",
"knip": "5.43.3",
"markdownlint-cli": "0.44.0",
"mdast-util-directive": "3.1.0",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"typescript-eslint": "8.8.0"
"typescript": "5.7.3",
"typescript-eslint": "8.21.0"
}
}
2 changes: 0 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { CssBaseline } from '@mui/material';
import { SpeedInsights } from '@vercel/speed-insights/next';
import { type AppProps } from 'next/app';
import Head from 'next/head';
import postHog from 'posthog-js';
Expand Down Expand Up @@ -29,7 +28,6 @@ export default function Application({ Component, pageProps }: AppProps) {
<PostHogProvider client={postHog}>
<Component {...pageProps} />
</PostHogProvider>
<SpeedInsights />
</ThemeProvider>
</>
);
Expand Down
Loading

0 comments on commit d0473f3

Please sign in to comment.