Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Nov 10, 2023
1 parent f18a820 commit 09fe7aa
Show file tree
Hide file tree
Showing 2 changed files with 1,489 additions and 1,465 deletions.
24 changes: 12 additions & 12 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"lint": "next lint"
},
"dependencies": {
"@segment/analytics-node": "^1.1.0",
"next": "^13.4.12",
"@segment/analytics-node": "^1.1.3",
"next": "^14.0.2",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@mdx-js/react": "^2.1.5",
"@svgr/webpack": "^6.5.1",
"@types/node": "^18.7.8",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"eslint": "^8.17.0",
"eslint-config-next": "^13.0.5",
"typescript": "^4.9.3"
"@mdx-js/react": "^3.0.0",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 09fe7aa

Please sign in to comment.