Skip to content

Commit

Permalink
Dependencies Upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfrei committed Dec 19, 2023
1 parent 0c76922 commit 8cad14e
Show file tree
Hide file tree
Showing 7 changed files with 1,217 additions and 818 deletions.
6 changes: 3 additions & 3 deletions modules/audiofileindex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@types/jest": "^29.5.11",
"@types/rmfr": "^2.0.5",
"@types/xxhashjs": "^0.2.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions modules/emain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@freik/node-utils": "^1.6.2",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"electron": "^28.0.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions modules/epreload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@freik/electron-render": "^0.1.0",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"electron": "^28.0.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions modules/erenderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"@types/react": "^17.0.73",
"@types/react-dom": "^17.0.25",
"@types/react-test-renderer": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"electron": "^28.0.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"hook-push": "yarn test"
},
"dependencies": {
"@fluentui/react": "^8.113.0",
"@fluentui/react-components": "^9.42.0",
"@fluentui/react-icons-mdl2": "^1.3.52",
"@fluentui/react": "^8.113.1",
"@fluentui/react-components": "^9.43.2",
"@fluentui/react-icons-mdl2": "^1.3.53",
"@freik/audiodb": "^0.8.3",
"@freik/containers": "^0.2.12",
"@freik/electron-main": "^0.1.0",
Expand All @@ -54,7 +54,7 @@
"@freik/web-utils": "^0.5.2",
"album-art": "^3.2.1",
"jimp": "^0.22.10",
"open": "^9.1.0",
"open": "^10.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recoil": "^0.7.7",
Expand All @@ -76,20 +76,20 @@
"@types/debug": "^4.1.12",
"@types/electron-devtools-installer": "^2.2.5",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/react": "^17.0.73",
"@types/react-dom": "^17.0.25",
"@types/react-test-renderer": "^17.0.9",
"@types/xxhashjs": "^0.2.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"electron": "^28.0.0",
"electron-builder": "^24.10.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
Expand All @@ -99,15 +99,15 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-css": "^6.0.1",
"lerna": "^8.0.0",
"lerna": "^8.0.1",
"postcss": "8.4.32",
"prettier": "^3.1.1",
"react-scripts": "^5.0.1",
"react-test-renderer": "^17.0.2",
"svg-react-loader": "^0.4.6",
"ts-jest": "29.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite": "^5.0.10",
"vite-plugin-electron": "^0.15.5",
"vite-plugin-electron-renderer": "^0.14.5"
},
Expand Down
1 change: 1 addition & 0 deletions src/__mocks__/MyWindow.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-unsafe-enum-comparison */
// This is for getting at "global" stuff from the window object
import { ISearchBox } from '@fluentui/react';
import { FlatAudioDatabase } from '@freik/audiodb';
Expand Down
Loading

0 comments on commit 8cad14e

Please sign in to comment.