Skip to content

Commit

Permalink
Updated dependencies prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfrei committed Oct 17, 2022
1 parent b3b0f53 commit b0619a7
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 90 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"bumpver": "node config/set-version.js"
},
"dependencies": {
"@fluentui/react": "^8.97.2",
"@fluentui/react-icons-mdl2": "^1.3.22",
"@fluentui/react": "^8.98.3",
"@fluentui/react-icons-mdl2": "^1.3.24",
"@freik/audiodb": "^0.5.1",
"@freik/core-utils": "~1.2.0",
"@freik/elect-main-utils": "^0.3.0",
Expand All @@ -74,7 +74,7 @@
"open": "^8.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recoil": "^0.7.5",
"recoil": "^0.7.6",
"rimraf": "^3.0.2",
"shared": "file:./shared",
"xxhashjs": "^0.2.2"
Expand All @@ -87,34 +87,34 @@
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@freik/build-tools": "3.4.1",
"@freik/build-tools": "3.4.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/electron-devtools-installer": "^2.2.2",
"@types/jest": "^27.5.2",
"@types/node": "^18.8.2",
"@types/node": "^18.11.0",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
"@types/react-test-renderer": "^17.0.2",
"@types/xxhashjs": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"cross-env": "^7.0.3",
"electron": "^21.1.0",
"electron": "^21.1.1",
"electron-builder": "^23.6.0",
"electron-devtools-installer": "^3.2.0",
"electron-react-devtools": "^0.5.3",
"eslint": "^8.24.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"jest": "27.5.1",
"jest-transform-css": "^6.0.0",
"postcss": "8.4.17",
"postcss": "8.4.18",
"prettier": "^2.7.1",
"react-scripts": "^5.0.1",
"react-test-renderer": "^17.0.2",
Expand Down
Loading

0 comments on commit b0619a7

Please sign in to comment.