upgrade all packages to latest and convert to using bun
This commit is contained in:
parent
b0ea169e37
commit
28a1961913
@ -1,10 +1,10 @@
|
||||
module.exports = {
|
||||
swcMinify: true,
|
||||
webpack: (config) => {
|
||||
config.resolve.fallback = {
|
||||
fs: false,
|
||||
buffer: false
|
||||
};
|
||||
return config;
|
||||
},
|
||||
}
|
||||
swcMinify: true,
|
||||
webpack: (config) => {
|
||||
config.resolve.fallback = {
|
||||
fs: false,
|
||||
buffer: false
|
||||
};
|
||||
return config;
|
||||
},
|
||||
}
|
||||
|
86
package.json
86
package.json
@ -3,7 +3,7 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"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",
|
||||
"start": "next start",
|
||||
"deploy": "yarn build && git add . && git commit -m '...' && git push"
|
||||
@ -16,46 +16,52 @@
|
||||
"@mui/icons-material": "latest",
|
||||
"@mui/lab": "latest",
|
||||
"@mui/material": "latest",
|
||||
"cytoscape-d3-force": "^1.1.4",
|
||||
"cytoscape-node-html-label": "^1.2.1",
|
||||
"d3": "^6.2.0",
|
||||
"directory-tree": "^3.2.2",
|
||||
"fs": "^0.0.1-security",
|
||||
"gray-matter": "^4.0.2",
|
||||
"jsnetworkx": "^0.3.4",
|
||||
"mdast-util-to-string": "^3.1.0",
|
||||
"next": "12",
|
||||
"next-plausible": "^3.1.9",
|
||||
"path": "^0.12.7",
|
||||
"react": "^17.0.2",
|
||||
"react-cytoscapejs": "^1.2.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-folder-tree": "^5.0.3",
|
||||
"rehype-prism-plus": "^1.3.2",
|
||||
"rehype-react": "^7.0.4",
|
||||
"rehype-stringify": "^9.0.3",
|
||||
"remark": "^13.0.0",
|
||||
"remark-collapse": "^0.1.2",
|
||||
"remark-external-links": "^8.0.0",
|
||||
"remark-highlight.js": "^6.0.0",
|
||||
"remark-html": "^13.0.1",
|
||||
"remark-parse": "^9.0.0",
|
||||
"remark-preset-lint-markdown-style-guide": "^4.0.0",
|
||||
"remark-rehype": "^10.1.0",
|
||||
"remark-wiki-link": "^1.0.0",
|
||||
"to-vfile": "^6.1.0",
|
||||
"unified": "^9.2.0",
|
||||
"unist-util-visit": "^4.1.0",
|
||||
"vfile-reporter": "^6.0.1"
|
||||
"@mui/x-tree-view": "^6.17.0",
|
||||
"cytoscape-d3-force": "latest",
|
||||
"cytoscape-node-html-label": "latest",
|
||||
"d3": "latest",
|
||||
"directory-tree": "latest",
|
||||
"fs": "latest",
|
||||
"gray-matter": "latest",
|
||||
"jsnetworkx": "latest",
|
||||
"mdast-util-to-string": "latest",
|
||||
"next": "14.0.4",
|
||||
"next-plausible": "latest",
|
||||
"path": "latest",
|
||||
"react": "^18",
|
||||
"react-cytoscapejs": "latest",
|
||||
"react-dom": "^18",
|
||||
"react-folder-tree": "latest",
|
||||
"rehype-prism-plus": "latest",
|
||||
"rehype-react": "latest",
|
||||
"rehype-stringify": "latest",
|
||||
"remark": "latest",
|
||||
"remark-collapse": "latest",
|
||||
"remark-external-links": "latest",
|
||||
"remark-highlight.js": "latest",
|
||||
"remark-html": "latest",
|
||||
"remark-parse": "latest",
|
||||
"remark-preset-lint-markdown-style-guide": "latest",
|
||||
"remark-rehype": "latest",
|
||||
"remark-wiki-link": "latest",
|
||||
"to-vfile": "latest",
|
||||
"unified": "latest",
|
||||
"unist-util-visit": "latest",
|
||||
"vfile-reporter": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bimap": "^0.0.15",
|
||||
"cytoscape": "^3.17.0",
|
||||
"eslint": "8.13.0",
|
||||
"eslint-config-next": "12.1.5",
|
||||
"remark-frontmatter": "^3.0.0",
|
||||
"remark-react": "^8.0.0",
|
||||
"remark-stringify": "^9.0.0",
|
||||
"uuid": "^8.3.2"
|
||||
"bimap": "latest",
|
||||
"cytoscape": "latest",
|
||||
"eslint": "latest",
|
||||
"eslint-config-next": "latest",
|
||||
"remark-frontmatter": "latest",
|
||||
"remark-react": "latest",
|
||||
"remark-stringify": "latest",
|
||||
"uuid": "latest"
|
||||
},
|
||||
"resolutions": {
|
||||
"react": "^18",
|
||||
"react-dom": "^18",
|
||||
"next": "^14"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user