Skip to content

Commit

Permalink
chore: Update deps (#597)
Browse files Browse the repository at this point in the history
* Remove unused dependencies

* Update dependencies
  • Loading branch information
germartinez committed Sep 20, 2024
1 parent 52383e0 commit de81571
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 772 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,35 +35,33 @@
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@next/third-parties": "^14.2.12",
"@next/third-parties": "^14.2.13",
"@svgr/webpack": "^8.1.0",
"cuid": "^3.0.0",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"next": "^14.2.12",
"next": "^14.2.13",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"release-it": "^17.6.0",
"remark-gfm": "^4.0.0",
"shelljs": "^0.8.5",
"shiki": "^1.17.7",
"swr": "^2.2.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.12",
"@next/eslint-plugin-next": "^14.2.13",
"@types/lodash": "^4.17.7",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react": "18.3.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cypress": "^13.14.2",
"env-cmd": "^10.1.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.12",
"eslint": "8.57.1",
"eslint-config-next": "^14.2.13",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-with-typescript": "^43.0.1",
Expand All @@ -75,7 +73,7 @@
"eslint-plugin-security": "^3.0.1",
"husky": "^9.1.6",
"markdown-link-check": "^3.12.2",
"open-graph-scraper": "^6.8.1",
"open-graph-scraper": "^6.8.2",
"serve": "^14.2.3",
"typescript": "^5.6.2"
},
Expand Down
Loading

0 comments on commit de81571

Please sign in to comment.