Skip to content

Commit

Permalink
chore(dependencies): bump ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybacon committed Sep 26, 2024
1 parent 05a4108 commit 27c13f0
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 284 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"test:watch": "pnpm run test --verbose --watchAll"
},
"dependencies": {
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@fontsource/libre-baskerville": "5.0.13",
"@fontsource/libre-baskerville": "5.1.0",
"@korumite/kiwi": "3.0.0",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
Expand All @@ -41,11 +41,11 @@
"async-sema": "3.1.1",
"mana-font": "1.15.9",
"mdast-util-find-and-replace": "3.0.1",
"next": "14.2.5",
"next": "14.2.13",
"plaiceholder": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "9.13.0",
"react-intersection-observer": "9.13.1",
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.5.0",
"rehype-slug": "6.0.0",
Expand All @@ -59,29 +59,29 @@
"zod": "3.23.8"
},
"devDependencies": {
"@eslint/js": "9.8.0",
"@eslint/js": "9.11.1",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@korumite/ts": "1.1.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.13",
"@types/mdast": "4.0.4",
"@types/node": "20.16.9",
"@types/react": "18.3.3",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "15.5.13",
"@types/unist": "3.0.2",
"concurrently": "9.0.1",
"eslint": "9.8.0",
"eslint-plugin-import": "2.29.1",
"eslint": "9.11.1",
"eslint-plugin-import": "2.30.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"knip": "5.27.0",
"knip": "5.30.5",
"markdownlint-cli": "0.42.0",
"mdast-util-directive": "3.0.0",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"typescript-eslint": "8.7.0"
}
}
Loading

0 comments on commit 27c13f0

Please sign in to comment.