Skip to content

Commit

Permalink
chore(deps): upgrade dependencies and migrate to @guidepup/record
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Sep 14, 2024
1 parent cb0dd99 commit ae3e012
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 175 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,18 @@
"prepublish": "yarn build"
},
"devDependencies": {
"@types/node": "^20.11.1",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"dependencies": {
"@guidepup/guidepup": "^0.22.0",
"@guidepup/guidepup": "^0.24.0",
"@guidepup/record": "^0.1.0",
"chalk": "^4.0.0",
"decompress": "^4.2.1",
"https-proxy-agent": "^7.0.5",
Expand Down
2 changes: 1 addition & 1 deletion src/macOS/setup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { platform, release } from "os";
import { macOSRecord } from "@guidepup/guidepup";
import { macOSRecord } from "@guidepup/record";
import chalk from "chalk";
import { checkVersion } from "./checkVersion";
import { enableAppleScriptControlSystemDefaults } from "./enableAppleScriptControlSystemDefaults";
Expand Down
4 changes: 3 additions & 1 deletion src/windows/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable @typescript-eslint/no-require-imports */

const { guidepupNvdaVersion } = require("../../package.json");

export const GUIDEPUP_NVDA_VERSION = guidepupNvdaVersion;
Expand Down
Loading

0 comments on commit ae3e012

Please sign in to comment.