Skip to content

Commit

Permalink
chore(core): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Jose committed Jul 28, 2023
1 parent 8802d12 commit 6d59bb2
Show file tree
Hide file tree
Showing 9 changed files with 4,258 additions and 4,731 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
"plugin:import/electron",
"plugin:import/typescript"
],
"rules": {
"@typescript-eslint/no-explicit-any": ["off"],
"@typescript-eslint/no-unused-vars": ["off"]
},
"parser": "@typescript-eslint/parser"
}
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: test
run: yarn test:cov
- name: Publish coverage
if: matrix.os != 'windows-latest'
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
Expand Down
8 changes: 4 additions & 4 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ module.exports = {
}
],
"plugins": [
[
"@electron-forge/plugin-webpack",
{
{
"name":"@electron-forge/plugin-webpack",
"config":{
"mainConfig": "./webpack.main.config.js",
"renderer": {
"config": "./webpack.renderer.config.js",
Expand All @@ -59,7 +59,7 @@ module.exports = {
]
}
}
]
}
],
"publishers": [
{
Expand Down
104 changes: 52 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,59 +40,59 @@
}
},
"devDependencies": {
"@datadog/datadog-api-client": "^1.0.0",
"@electron-forge/cli": "^6.0.0-beta.63",
"@electron-forge/maker-deb": "^6.0.0-beta.63",
"@electron-forge/maker-dmg": "^6.0.0-beta.63",
"@electron-forge/maker-rpm": "^6.0.0-beta.63",
"@electron-forge/maker-squirrel": "^6.0.0-beta.63",
"@electron-forge/maker-zip": "^6.0.0-beta.63",
"@electron-forge/plugin-webpack": "6.0.0-beta.63",
"@electron-forge/publisher-github": "^6.0.0-beta.63",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@faker-js/faker": "^8.0.2",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.2",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vercel/webpack-asset-relocator-loader": "1.7.0",
"commitizen": "^4.2.5",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.0.0",
"cz-conventional-changelog": "^3.3.0",
"electron": "18.2.0",
"electron-fetch": "^1.7.4",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.0.1",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.0",
"fast-xml-parser": "^4.0.8",
"fork-ts-checker-webpack-plugin": "^6.0.1",
"husky": "^8.0.1",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.2",
"lint-staged": "^13.0.3",
"node-loader": "^2.0.0",
"octokit": "^1.7.1",
"path-browserify": "^1.0.1",
"prettier": "^2.7.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"style-loader": "^3.0.0",
"ts-jest": "^28.0.5",
"ts-loader": "^9.2.2",
"typescript": "~4.5.4",
"update-electron-app": "^2.0.1"
"@datadog/datadog-api-client": "1.15.0",
"@electron-forge/cli": "6.2.1",
"@electron-forge/maker-deb": "6.2.1",
"@electron-forge/maker-dmg": "6.2.1",
"@electron-forge/maker-rpm": "6.2.1",
"@electron-forge/maker-squirrel": "6.2.1",
"@electron-forge/maker-zip": "6.2.1",
"@electron-forge/plugin-webpack": "6.2.1",
"@electron-forge/publisher-github": "6.2.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@faker-js/faker": "8.0.2",
"@mui/icons-material": "5.14.1",
"@mui/material": "5.14.2",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.3",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"commitizen": "4.3.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"cz-conventional-changelog": "3.3.0",
"electron": "25.3.2",
"electron-fetch": "1.9.1",
"electron-squirrel-startup": "1.0.0",
"electron-store": "8.1.0",
"eslint": "8.45.0",
"eslint-plugin-import": "2.28.0",
"fast-xml-parser": "4.2.6",
"fork-ts-checker-webpack-plugin": "8.0.0",
"husky": "8.0.3",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"lint-staged": "13.2.3",
"node-loader": "2.0.0",
"octokit": "3.1.0",
"path-browserify": "1.0.1",
"prettier": "3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"style-loader": "3.3.3",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"typescript": "~5.1.6",
"update-electron-app": "2.0.1"
},
"dependencies": {
"cz-format-extension": "^1.5.0",
"react-router-dom": "^6.4.2",
"react-time-picker": "^6.5.0"
"cz-format-extension": "1.5.1",
"react-router-dom": "6.14.2",
"react-time-picker": "6.5.0"
}
}
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/observers/DatadogMonitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class DatadogMonitor implements Observer {
});
return {
name: this.alias,
status: this.overalStateMap[data.overallState],
status: this.overalStateMap[data.overallState as any],
link,
};
} catch (error) {
Expand Down
6 changes: 5 additions & 1 deletion src/main/observers/ObserverManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ export class ObserverManager {
newRelic: (configuration: any) => new NewRelic(configuration as any),
};

constructor(private tray: TrayMenu, private notifications: NotificationManager, enableRefresh = true) {
constructor(
private tray: TrayMenu,
private notifications: NotificationManager,
enableRefresh = true
) {
enableRefresh && setInterval(this.refreshState.bind(this), 60000);
}

Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/NotificationSchedule/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Button from '@mui/material/Button';
import Select from '@mui/material/Select';
import MenuItem from '@mui/material/MenuItem';
import { NotificationConfiguration } from '../../../types/NotificationEnabled';
import TimePicker from 'react-time-picker';
import { TimePicker } from 'react-time-picker';
import './style.css';

export const NotificationSchedule = ({ schedules, translate, updateSchedules }: any) => {
Expand Down
Loading

0 comments on commit 6d59bb2

Please sign in to comment.