Skip to content

Commit

Permalink
Dependencies update bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonni committed Nov 1, 2023
1 parent e271f47 commit 6a39f08
Show file tree
Hide file tree
Showing 42 changed files with 258 additions and 290 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,33 @@
"@testing-library/dom": "^9.3.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/dagre": "^0",
"@types/diff": "^5",
"@types/fs-extra": "^11",
"@types/git-config-path": "^2",
"@types/dagre": "^0.7.51",
"@types/diff": "^5.0.7",
"@types/fs-extra": "^11.0.3",
"@types/git-config-path": "^2.0.3",
"@types/ini": "^1.3.32",
"@types/luxon": "^3",
"@types/node": "18.18.6",
"@types/pako": "^2",
"@types/parse-git-config": "^3",
"@types/parse-path": "^7",
"@types/react": "^18.2.31",
"@types/luxon": "^3.3.3",
"@types/node": "18.18.8",
"@types/pako": "^2.0.2",
"@types/parse-git-config": "^3.0.3",
"@types/parse-path": "^7.0.2",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/uuid-validate": "^0",
"@types/valid-url": "^1",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@types/uuid-validate": "^0.0.2",
"@types/valid-url": "^1.0.6",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.1.0",
"cross-env": "7.0.3",
"diff": "^5.1.0",
"dot-prop-ts": "^1.1.1",
"electron": "27.0.2",
"electron-builder": "24.6.4",
"electron": "27.0.3",
"electron-builder": "24.8.0",
"eslint": "8.52.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-react": "^7.33.2",
"fs-extra": "^11.1.1",
"happy-dom": "12.9.1",
"happy-dom": "12.10.3",
"ini": "^4.1.1",
"luxon": "^3.4.3",
"nano-staged": "0.8.0",
Expand All @@ -89,15 +89,15 @@
"@dnd-kit/utilities": "^3.2.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/system": "^5.14.15",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@mui/system": "^5.14.16",
"@mui/x-tree-view": "^6.17.0",
"@reduxjs/toolkit": "^1.9.7",
"ace-builds": "^1.31.0",
"ace-builds": "^1.31.1",
"chokidar": "^3.5.3",
"dagre": "^0.8.5",
"electron-updater": "6.1.4",
"electron-updater": "6.1.6",
"git-config-path": "^2.0.0",
"look-it-up": "^2.1.0",
"parse-git-config": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const config = {
input: join(PACKAGE_ROOT, 'index.html'),
},
emptyOutDir: true,
chunkSizeWarningLimit: 2000,
chunkSizeWarningLimit: 2100,
reportCompressedSize: false,
},
test: {
Expand Down
Loading

0 comments on commit 6a39f08

Please sign in to comment.