Skip to content

Commit

Permalink
chore(dependencies): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybacon committed Feb 14, 2024
1 parent 9842834 commit 8564a51
Show file tree
Hide file tree
Showing 2 changed files with 1,954 additions and 1,312 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "3.0.0",
"engines": {
"node": "18"
"node": "20"
},
"scripts": {
"build": "concurrently 'next build' 'yarn scryfall' --names 'next,scryfall' --prefix-colors auto --kill-others --success first",
Expand All @@ -23,68 +23,68 @@
"test:watch": "yarn test --verbose --watchAll"
},
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@fontsource/libre-baskerville": "5.0.8",
"@mdi/js": "7.2.96",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@mui/material": "5.14.5",
"@mui/system": "5.14.5",
"@mui/utils": "5.14.5",
"@vercel/analytics": "1.0.2",
"@mui/material": "5.15.10",
"@mui/system": "5.15.9",
"@mui/utils": "5.15.9",
"@vercel/analytics": "1.1.3",
"async-sema": "3.1.1",
"gray-matter": "4.0.3",
"mana-font": "1.15.8",
"memfs": "4.2.1",
"next": "13.4.16",
"mana-font": "1.15.9",
"memfs": "4.7.0",
"next": "14.1.0",
"plaiceholder": "3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.5.2",
"react-intersection-observer": "9.8.0",
"react-markdown": "8.0.7",
"react-syntax-highlighter": "15.5.0",
"reading-time": "1.5.0",
"remark-directive": "2.0.1",
"remark-gfm": "3.0.1",
"remark-directive": "3.0.0",
"remark-gfm": "4.0.0",
"remark-parse": "10.0.2",
"remark-slug": "7.0.1",
"remark-toc": "8.0.1",
"remark-toc": "9.0.0",
"sharp": "0.32.5",
"simple-icons": "9.10.0",
"simple-icons": "11.4.0",
"unified": "10.1.2",
"unist-util-select": "5.0.0",
"unist-util-select": "5.1.0",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@types/mdast": "4.0.0",
"@types/node": "20.5.0",
"@testing-library/react": "14.2.1",
"@types/mdast": "4.0.3",
"@types/node": "20.11.17",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@types/react-syntax-highlighter": "15.5.7",
"@types/unist": "3.0.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"concurrently": "8.2.0",
"eslint": "8.47.0",
"@types/react-dom": "18.2.19",
"@types/react-syntax-highlighter": "15.5.11",
"@types/unist": "3.0.2",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"concurrently": "8.2.2",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.9.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"lint-staged": "13.2.3",
"markdownlint-cli": "0.35.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.2",
"markdownlint-cli": "0.37.0",
"mdast-util-directive": "3.0.0",
"msw": "1.2.3",
"msw": "1.3.2",
"prettier": "3.2.5",
"ts-prune": "0.10.3",
"typescript": "5.1.6"
"typescript": "5.3.3"
}
}
Loading

0 comments on commit 8564a51

Please sign in to comment.