upgrade all packages to latest and convert to using bun

This commit is contained in:
Triston Armstrong 2023-12-23 20:04:46 -06:00
parent b0ea169e37
commit 28a1961913
4 changed files with 55 additions and 4586 deletions

BIN
bun.lockb Executable file

Binary file not shown.

View File

@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "rm -rf graph-data.json && next dev", "dev": "rm -rf graph-data.json && next dev ",
"build": "rm -rf graph-data.json && next build", "build": "rm -rf graph-data.json && next build",
"start": "next start", "start": "next start",
"deploy": "yarn build && git add . && git commit -m '...' && git push" "deploy": "yarn build && git add . && git commit -m '...' && git push"
@ -16,46 +16,52 @@
"@mui/icons-material": "latest", "@mui/icons-material": "latest",
"@mui/lab": "latest", "@mui/lab": "latest",
"@mui/material": "latest", "@mui/material": "latest",
"cytoscape-d3-force": "^1.1.4", "@mui/x-tree-view": "^6.17.0",
"cytoscape-node-html-label": "^1.2.1", "cytoscape-d3-force": "latest",
"d3": "^6.2.0", "cytoscape-node-html-label": "latest",
"directory-tree": "^3.2.2", "d3": "latest",
"fs": "^0.0.1-security", "directory-tree": "latest",
"gray-matter": "^4.0.2", "fs": "latest",
"jsnetworkx": "^0.3.4", "gray-matter": "latest",
"mdast-util-to-string": "^3.1.0", "jsnetworkx": "latest",
"next": "12", "mdast-util-to-string": "latest",
"next-plausible": "^3.1.9", "next": "14.0.4",
"path": "^0.12.7", "next-plausible": "latest",
"react": "^17.0.2", "path": "latest",
"react-cytoscapejs": "^1.2.1", "react": "^18",
"react-dom": "^17.0.2", "react-cytoscapejs": "latest",
"react-folder-tree": "^5.0.3", "react-dom": "^18",
"rehype-prism-plus": "^1.3.2", "react-folder-tree": "latest",
"rehype-react": "^7.0.4", "rehype-prism-plus": "latest",
"rehype-stringify": "^9.0.3", "rehype-react": "latest",
"remark": "^13.0.0", "rehype-stringify": "latest",
"remark-collapse": "^0.1.2", "remark": "latest",
"remark-external-links": "^8.0.0", "remark-collapse": "latest",
"remark-highlight.js": "^6.0.0", "remark-external-links": "latest",
"remark-html": "^13.0.1", "remark-highlight.js": "latest",
"remark-parse": "^9.0.0", "remark-html": "latest",
"remark-preset-lint-markdown-style-guide": "^4.0.0", "remark-parse": "latest",
"remark-rehype": "^10.1.0", "remark-preset-lint-markdown-style-guide": "latest",
"remark-wiki-link": "^1.0.0", "remark-rehype": "latest",
"to-vfile": "^6.1.0", "remark-wiki-link": "latest",
"unified": "^9.2.0", "to-vfile": "latest",
"unist-util-visit": "^4.1.0", "unified": "latest",
"vfile-reporter": "^6.0.1" "unist-util-visit": "latest",
"vfile-reporter": "latest"
}, },
"devDependencies": { "devDependencies": {
"bimap": "^0.0.15", "bimap": "latest",
"cytoscape": "^3.17.0", "cytoscape": "latest",
"eslint": "8.13.0", "eslint": "latest",
"eslint-config-next": "12.1.5", "eslint-config-next": "latest",
"remark-frontmatter": "^3.0.0", "remark-frontmatter": "latest",
"remark-react": "^8.0.0", "remark-react": "latest",
"remark-stringify": "^9.0.0", "remark-stringify": "latest",
"uuid": "^8.3.2" "uuid": "latest"
},
"resolutions": {
"react": "^18",
"react-dom": "^18",
"next": "^14"
} }
} }

4537
yarn.lock

File diff suppressed because it is too large Load Diff