Skip to content

Commit

Permalink
choe(deps): bump deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerschbaum committed Jan 6, 2023
1 parent 9f9559a commit 4d913fa
Show file tree
Hide file tree
Showing 7 changed files with 2,831 additions and 3,010 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.rulers": [100],
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.tsdk": "packages/app/node_modules/typescript/lib",
"search.exclude": {
"packages/app/src/static": true
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"w:compile:dry-run": "pnpm --recursive run pkg:compile:dry-run"
},
"devDependencies": {
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"rimraf": "^3.0.2"
},
"pnpm": {
Expand Down
156 changes: 80 additions & 76 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,141 +45,145 @@
"node": "^16.14.0"
},
"dependencies": {
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.12",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@^5.10.6",
"@mui/utils": "^5.10.9",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.3",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@^5.11.0",
"@mui/utils": "^5.11.2",
"@pkerschbaum/code-oss-file-icon-theme": "^3.1.0",
"@pkerschbaum/code-oss-file-service": "^1.65.1",
"@react-aria/breadcrumbs": "^3.3.2",
"@react-aria/button": "^3.6.2",
"@react-aria/dialog": "^3.4.0",
"@react-aria/focus": "^3.9.0",
"@react-aria/interactions": "^3.12.0",
"@react-aria/menu": "^3.6.2",
"@react-aria/overlays": "^3.11.0",
"@react-aria/progress": "^3.3.2",
"@react-aria/radio": "^3.4.0",
"@react-aria/separator": "^3.2.4",
"@react-aria/textfield": "^3.7.2",
"@react-aria/tooltip": "^3.3.2",
"@react-aria/utils": "^3.14.0",
"@react-aria/visually-hidden": "^3.5.0",
"@react-stately/collections": "^3.4.4",
"@react-stately/menu": "^3.4.2",
"@react-stately/overlays": "^3.4.2",
"@react-stately/radio": "^3.6.0",
"@react-stately/tooltip": "^3.2.2",
"@react-stately/tree": "^3.3.4",
"@reduxjs/toolkit": "^1.8.6",
"@react-aria/breadcrumbs": "^3.4.1",
"@react-aria/button": "^3.6.4",
"@react-aria/dialog": "^3.4.2",
"@react-aria/focus": "^3.10.1",
"@react-aria/interactions": "^3.13.1",
"@react-aria/menu": "^3.7.1",
"@react-aria/overlays": "^3.12.1",
"@react-aria/progress": "^3.3.4",
"@react-aria/radio": "^3.4.2",
"@react-aria/separator": "^3.2.6",
"@react-aria/textfield": "^3.8.1",
"@react-aria/tooltip": "^3.3.4",
"@react-aria/utils": "^3.14.2",
"@react-aria/visually-hidden": "^3.6.1",
"@react-stately/collections": "^3.5.1",
"@react-stately/menu": "^3.4.4",
"@react-stately/overlays": "^3.4.4",
"@react-stately/radio": "^3.6.2",
"@react-stately/tooltip": "^3.2.4",
"@react-stately/tree": "^3.4.1",
"@reduxjs/toolkit": "^1.9.1",
"@rooks/use-media-match": "^4.11.2",
"color": "^4.2.3",
"d3-color": "^2.0.0",
"dayjs": "^1.11.6",
"dayjs": "^1.11.7",
"detect-libc": "^2.0.1",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"file-type": "^16.5.3",
"framer-motion": "^7.6.3",
"framer-motion": "^8.2.4",
"immer": "^9.0.17",
"match-sorter": "^6.3.1",
"mime": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-query": "^3.39.2",
"react-redux": "^8.0.4",
"react-redux": "^8.0.5",
"react-virtual": "^2.10.4",
"safe-stable-stringify": "^2.4.1",
"require-from-string": "^2.0.2",
"safe-stable-stringify": "^2.4.2",
"scheduler": "^0.23.0",
"semver": "^7.3.8",
"serialize-error": "^11.0.0",
"sharp": "^0.31.1",
"sharp": "^0.31.3",
"styled-components": "^5.3.6",
"tiny-invariant": "^1.3.1",
"use-context-selector": "^1.4.1",
"use-immer": "^0.7.0"
"use-immer": "^0.8.1"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@electron-forge/cli": "6.0.0-beta.74",
"@electron-forge/maker-deb": "6.0.0-beta.74",
"@electron-forge/maker-rpm": "6.0.0-beta.74",
"@electron-forge/maker-squirrel": "6.0.0-beta.74",
"@electron-forge/maker-zip": "6.0.0-beta.74",
"@electron-forge/plugin-webpack": "6.0.0-beta.74",
"@babel/core": "^7.20.12",
"@electron-forge/cli": "6.0.4",
"@electron-forge/maker-deb": "6.0.4",
"@electron-forge/maker-rpm": "6.0.4",
"@electron-forge/maker-squirrel": "6.0.4",
"@electron-forge/maker-zip": "6.0.4",
"@electron-forge/plugin-webpack": "6.0.4",
"@playwright-testing-library/test": "^4.5.0",
"@playwright/test": "^1.27.1",
"@react-types/breadcrumbs": "^3.4.4",
"@react-types/button": "^3.6.2",
"@react-types/menu": "^3.7.2",
"@react-types/overlays": "^3.6.4",
"@react-types/progress": "^3.2.4",
"@react-types/radio": "^3.3.0",
"@react-types/shared": "^3.15.0",
"@react-types/textfield": "^3.6.0",
"@react-types/tooltip": "^3.2.4",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/react": "^6.5.13",
"@playwright/test": "^1.29.1",
"@react-types/breadcrumbs": "^3.4.6",
"@react-types/button": "^3.7.0",
"@react-types/menu": "^3.7.3",
"@react-types/overlays": "^3.6.5",
"@react-types/progress": "^3.2.5",
"@react-types/radio": "^3.3.1",
"@react-types/shared": "^3.16.0",
"@react-types/textfield": "^3.6.2",
"@react-types/tooltip": "^3.2.5",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@types/cors": "^2.8.12",
"@types/cors": "^2.8.13",
"@types/d3-color": "^3.1.0",
"@types/glob": "^7.2.0",
"@types/jest": "^29.2.1",
"@types/jest": "^29.2.5",
"@types/mime": "^3.0.1",
"@types/module-alias": "^2.0.1",
"@types/node": "^16.11.7",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/sharp": "^0.31.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/sharp": "^0.31.1",
"@types/sinon": "^10.0.13",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"axios": "^0.27.2",
"babel-loader": "^9.0.1",
"axios": "^1.2.2",
"babel-loader": "^9.1.2",
"babel-plugin-styled-components": "^2.0.7",
"color-convert": "^2.0.1",
"color-name": "~1.1.4",
"color-string": "^1.9.1",
"copy-webpack-plugin": "^11.0.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"electron": "^21.2.1",
"css-loader": "^6.7.3",
"electron": "^22.0.0",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.26.0",
"eslint": "^8.31.0",
"eslint-plugin-code-import-patterns": "^3.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.0.3",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-playwright": "^0.11.2",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.9.0",
"eslint-plugin-storybook": "^0.6.7",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"eslint-plugin-regexp": "^1.11.0",
"eslint-plugin-storybook": "^0.6.8",
"fork-ts-checker-webpack-plugin": "^7.2.14",
"glob": "^7.2.0",
"http-server": "^14.1.1",
"is-arrayish": "^0.3.2",
"jest": "^29.2.2",
"jest": "^29.3.1",
"module-alias": "^2.2.2",
"node-loader": "^2.0.0",
"simple-swizzle": "^0.2.2",
"sinon": "^14.0.1",
"sinon": "^15.0.1",
"strip-json-comments": "^3.1.1",
"style-loader": "^3.3.1",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.4",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.4",
"typescript-plugin-styled-components": "^2.0.0",
"typescript-styled-plugin": "^0.18.2"
"typescript-styled-plugin": "^0.18.2",
"webpack": "^5.75.0"
},
"config": {
"forge": "./forge.config.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.17.2-focal
FROM mcr.microsoft.com/playwright:v1.29.1-focal

WORKDIR /app

Expand Down
3 changes: 3 additions & 0 deletions packages/app/src/base/utils/electron.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export enum ELECTRON_PROCESS_TYPE {
MAIN = 'MAIN',
RENDERER = 'RENDERER',
WORKER = 'WORKER',
UTILITY = 'UTILITY',
}

// https://www.electronjs.org/docs/latest/api/process#processtype-readonly
Expand All @@ -40,4 +41,6 @@ export const typeOfActiveElectronProcess: ELECTRON_PROCESS_TYPE =
? ELECTRON_PROCESS_TYPE.MAIN
: safe_process.type === 'worker'
? ELECTRON_PROCESS_TYPE.WORKER
: safe_process.type === 'utility'
? ELECTRON_PROCESS_TYPE.UTILITY
: assertIsUnreachable(safe_process.type);
1 change: 1 addition & 0 deletions packages/app/src/ui/components-library/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export function useTooltip<
overlayProps: positionProps,
arrowProps,
placement,
// eslint-disable-next-line @typescript-eslint/unbound-method -- no unbount this problem for PositionAria props
updatePosition,
} = useOverlayPosition({
targetRef: anchorRef,
Expand Down

0 comments on commit 4d913fa

Please sign in to comment.