upgrade packages

This commit is contained in:
sawka 2023-11-06 13:56:09 -08:00
parent a69e844178
commit 6430593e5f
3 changed files with 879 additions and 716 deletions

View File

@ -24,9 +24,9 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-json-view": "^1.21.3",
"react-markdown": "^8.0.5",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"react-markdown": "^9.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"sprintf-js": "^1.1.2",
"throttle-debounce": "^5.0.0",
"tsx-control-statements": "^4.1.1",
@ -55,16 +55,16 @@
"@svgr/webpack": "^8.1.0",
"@types/classnames": "^2.3.1",
"@types/electron": "^1.6.10",
"@types/node": "^18.0.3",
"@types/papaparse": "^5.3.9",
"@types/node": "^20.4.0",
"@types/papaparse": "^5.3.10",
"@types/react": "^18.0.12",
"@types/uuid": "9.0.0",
"@types/uuid": "9.0.6",
"@types/webpack-env": "^1.18.3",
"babel-loader": "^9.1.3",
"babel-plugin-jsx-control-statements": "^4.1.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"electron": "27.0.0",
"electron": "27.0.3",
"electron-rebuild": "^3.2.8",
"file-loader": "^6.2.0",
"http-server": "^14.1.1",
@ -79,7 +79,7 @@
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.9.1",
"webpack-merge": "^5.8.0"
},

View File

@ -632,6 +632,7 @@ type FileInfoType = {
type ExtBlob = Blob & {
notFound: boolean;
name?: string;
};
type ExtFile = File & {

1578
yarn.lock

File diff suppressed because it is too large Load Diff