Skip to content

Commit

Permalink
Fix next app build
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Sep 26, 2023
1 parent c87538f commit fed5864
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 37 deletions.
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"@monaco-editor/react": "^4.4.6",
"@monaco-editor/react": "^4.5.2",
"@next/font": "13.1.2",
"@types/node": "18.11.18",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vercel/og": "^0.0.27",
"cytoscape": "^3.23.0",
"cytoscape": "^3.26.0",
"cytoscape-dagre": "^2.5.0",
"cytoscape-edge-connections": "^0.4.2",
"d3": "^7.8.1",
"d3-sankey": "^0.12.3",
"eslint": "^8.21.0",
"eslint-config-next": "13.1.2",
"graph-selector": "workspace:*",
"monaco-editor": "^0.34.0",
"monaco-editor": "^0.43.0",
"next": "13.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -35,7 +35,7 @@
"typescript": "4.9.4"
},
"devDependencies": {
"@types/cytoscape": "^3.19.7",
"@types/cytoscape": "^3.19.11",
"@types/d3": "^7.4.0",
"@types/react-syntax-highlighter": "^15.5.6",
"autoprefixer": "^10.4.13",
Expand Down
56 changes: 23 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fed5864

Please sign in to comment.