Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fwiech committed Jun 5, 2023
1 parent 6849b23 commit cb97ad6
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 341 deletions.
5 changes: 2 additions & 3 deletions e2e/commands.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { test, expect } from "@playwright/test";
import type { ElectronApplication } from "playwright";
import { _electron as electron } from "playwright";
import { _electron as electron, test, expect } from "@playwright/test";
import type { ElectronApplication } from "@playwright/test";

test.describe("execute commands", () => {
let electronApp: ElectronApplication;
Expand Down
40 changes: 19 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,50 +41,50 @@
},
"dependencies": {
"@codemirror/language-data": "6.3.1",
"@primer/primitives": "7.11.7",
"@primer/primitives": "7.11.11",
"bootstrap-icons": "1.10.5",
"codemirror": "6.0.1",
"electron-squirrel-startup": "1.0.0",
"electron-store": "8.1.0",
"electron-updater": "5.3.0",
"framer-motion": "10.12.7",
"framer-motion": "10.12.16",
"fuse.js": "6.6.2",
"jwt-decode": "3.1.2",
"lodash.debounce": "4.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.11.0",
"react-router-dom": "6.11.2",
"rxjs": "7.8.1",
"rxjs-spy": "8.0.2",
"styled-components": "5.3.10"
"styled-components": "5.3.11"
},
"devDependencies": {
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@doyensec/electronegativity": "1.10.3",
"@playwright/test": "1.33.0",
"@playwright/test": "1.34.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@testing-library/dom": "9.2.0",
"@testing-library/dom": "9.3.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/lodash.debounce": "4.0.7",
"@types/node": "18.16.3",
"@types/react": "18.2.1",
"@types/react-dom": "18.2.2",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@vitejs/plugin-react": "4.0.0",
"cross-env": "7.0.3",
"electron": "24.1.3",
"electron": "25.0.1",
"electron-builder": "23.6.0",
"electron-devtools-installer": "3.2.0",
"electron-icon-builder": "2.0.1",
"electron-notarize": "1.2.1",
"eslint": "8.39.0",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-formatter-friendly": "7.0.0",
Expand All @@ -93,16 +93,14 @@
"husky": "8.0.3",
"jsdom": "^22.1.0",
"npm-run-all": "4.1.5",
"playwright": "1.33.0",
"playwright-core": "1.33.0",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"rxjs-for-await": "1.0.0",
"semantic-release": "21.0.2",
"semantic-release": "21.0.3",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"vite": "4.3.4",
"typescript": "5.1.3",
"vite": "4.3.9",
"vite-plugin-svgr": "3.2.0",
"vitest": "0.30.1"
"vitest": "0.31.4"
}
}
2 changes: 1 addition & 1 deletion packages/main/security-restrictions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { URL } from "url";
import type { Session, WebContents } from "electron";
import type { Session, WebContents, Event } from "electron";
import { shell } from "electron";

// Based on:
Expand Down
Loading

0 comments on commit cb97ad6

Please sign in to comment.