Skip to content

Commit

Permalink
Update Nextra configuration (#357)
Browse files Browse the repository at this point in the history
* Add .vscode to gitignore

* Update dependencies

* Add back to top button in ToC

* Update .gitignore
  • Loading branch information
germartinez authored Feb 13, 2024
1 parent 0b2c61c commit 97ba8a9
Show file tree
Hide file tree
Showing 4 changed files with 552 additions and 361 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dist/
.next
.eslintcache
.env
tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,44 +25,44 @@
"homepage": "https://github.com/safe-global/safe-docs#readme",
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.8",
"@mui/material": "^5.14.18",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@preact/signals": "^1.2.2",
"@svgr/webpack": "^8.1.0",
"cypress": "^13.6.3",
"cypress": "^13.6.4",
"fuse.js": "^7.0.0",
"markdown-link-check": "^3.11.2",
"next": "^14.0.3",
"nextra": "2.13.2",
"nextra-theme-docs": "2.13.2",
"next": "^14.1.0",
"nextra": "2.13.3",
"nextra-theme-docs": "2.13.3",
"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.0.4",
"@types/node": "18.11.10",
"@types/react": "18.2.37",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@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",
"env-cmd": "^10.1.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-next": "^14.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^16.5.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": "^8.0.3",
"husky": "^9.0.10",
"serve": "^14.2.1",
"typescript": "^4.9.3"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 97ba8a9

Please sign in to comment.