Skip to content

Commit

Permalink
build(docs): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihky committed Nov 22, 2024
1 parent da26066 commit 7c0391e
Show file tree
Hide file tree
Showing 3 changed files with 622 additions and 312 deletions.
2 changes: 1 addition & 1 deletion docs/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
33 changes: 17 additions & 16 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,34 @@
"lint": "next lint"
},
"dependencies": {
"@mantine/code-highlight": "^7.9.1",
"@mantine/core": "^7.9.1",
"@mantine/hooks": "^7.9.1",
"@mantine/code-highlight": "^7.14.1",
"@mantine/core": "^7.14.1",
"@mantine/hooks": "^7.14.1",
"@monaco-editor/react": "^4.6.0",
"@purescraps/purehtml": "^0.4.0",
"@react-nano/router": "^0.13.0",
"@tabler/icons-react": "^3.4.0",
"cheerio": "1.0.0-rc.12",
"monaco-editor": "^0.48.0",
"next": "^14.2.3",
"@purescraps/purehtml": "^0.4.3",
"@react-nano/router": "^0.15.0",
"@tabler/icons-react": "^3.22.0",
"cheerio": "1.0.0",
"monaco-editor": "^0.52.0",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"yaml": "^2.4.2"
"yaml": "^2.6.1"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"json-schema": "^0.4.0",
"react-router-dom": "^6.23.1",
"typescript": "^5.4.5"
}
"react-router-dom": "^7.0.0",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha256.06e65a4965baff6d6097f9c8f75c35f6d420974dbc03d775009056a69edfd271"
}
Loading

0 comments on commit 7c0391e

Please sign in to comment.