File tree Expand file tree Collapse file tree 4 files changed +141
-175
lines changed
Expand file tree Collapse file tree 4 files changed +141
-175
lines changed Original file line number Diff line number Diff line change 3939 "prepublish" : " yarn build"
4040 },
4141 "devDependencies" : {
42- "@types/node" : " ^20.11.1 " ,
43- "@typescript-eslint/eslint-plugin" : " ^6.18.1 " ,
44- "@typescript-eslint/parser" : " ^6.18.1 " ,
42+ "@types/node" : " ^22.5.5 " ,
43+ "@typescript-eslint/eslint-plugin" : " ^8.5.0 " ,
44+ "@typescript-eslint/parser" : " ^8.5.0 " ,
4545 "eslint" : " ^8.56.0" ,
4646 "eslint-config-prettier" : " ^9.1.0" ,
47- "rimraf" : " ^5 .0.5 " ,
47+ "rimraf" : " ^6 .0.1 " ,
4848 "ts-node" : " ^10.9.2" ,
49- "typescript" : " ^5.3.3 "
49+ "typescript" : " ^5.6.2 "
5050 },
5151 "dependencies" : {
52- "@guidepup/guidepup" : " ^0.22.0" ,
52+ "@guidepup/guidepup" : " ^0.24.0" ,
53+ "@guidepup/record" : " ^0.1.0" ,
5354 "chalk" : " ^4.0.0" ,
5455 "decompress" : " ^4.2.1" ,
5556 "https-proxy-agent" : " ^7.0.5" ,
Original file line number Diff line number Diff line change 11import { platform , release } from "os" ;
2- import { macOSRecord } from "@guidepup/guidepup " ;
2+ import { macOSRecord } from "@guidepup/record " ;
33import chalk from "chalk" ;
44import { checkVersion } from "./checkVersion" ;
55import { enableAppleScriptControlSystemDefaults } from "./enableAppleScriptControlSystemDefaults" ;
Original file line number Diff line number Diff line change 1- // eslint-disable-next-line @typescript-eslint/no-var-requires
1+ /* eslint-disable @typescript-eslint/no-var-requires */
2+ /* eslint-disable @typescript-eslint/no-require-imports */
3+
24const { guidepupNvdaVersion } = require ( "../../package.json" ) ;
35
46export const GUIDEPUP_NVDA_VERSION = guidepupNvdaVersion ;
You can’t perform that action at this time.
0 commit comments