Skip to content

Commit

Permalink
chore: Update dependencies (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez authored Mar 12, 2024
1 parent ab1cbcb commit a06fe09
Show file tree
Hide file tree
Showing 2 changed files with 908 additions and 380 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,45 +26,45 @@
"homepage": "https://github.com/safe-global/safe-docs#readme",
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@preact/signals": "^1.2.2",
"@svgr/webpack": "^8.1.0",
"cypress": "^13.6.4",
"cypress": "^13.6.6",
"fuse.js": "^7.0.0",
"markdown-link-check": "^3.11.2",
"next": "^14.1.0",
"nextra": "2.13.3",
"nextra-theme-docs": "2.13.3",
"markdown-link-check": "^3.12.1",
"next": "^14.1.3",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.0",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@next/eslint-plugin-next": "^14.1.3",
"@types/node": "20.11.26",
"@types/react": "18.2.64",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"env-cmd": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-security": "^2.1.0",
"husky": "^9.0.10",
"open-graph-scraper": "^6.4.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-security": "^2.1.1",
"husky": "^9.0.11",
"open-graph-scraper": "^6.5.0",
"serve": "^14.2.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit a06fe09

Please sign in to comment.