1111 " *.js"
1212 ],
1313 "scripts" : {
14+ "build" : " tsc" ,
1415 "bump" : " ncu -u -x coffeescript,execa,read-pkg-up" ,
1516 "clean" : " shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js" ,
1617 "format" : " prettier --write ." ,
17- "lint" : " eslint . --ignore-pattern spec/fixtures/** --fix" ,
18+ "lint" : " eslint . --ignore-pattern ./spec/fixtures/ --fix" ,
19+ "prepare" : " npm run build" ,
1820 "test" : " node ./spec/test.js" ,
1921 "test.format" : " prettier . --check" ,
2022 "test.lint" : " eslint . --ignore-pattern spec/fixtures/**"
2123 },
2224 "prettier" : " prettier-config-atomic" ,
2325 "dependencies" : {
24- "@babel/core" : " ^7.22.1 " ,
25- "@babel/eslint-parser" : " ^7.21.8 " ,
26- "@babel/plugin-syntax-flow" : " ^7.21.4 " ,
27- "@babel/plugin-syntax-jsx" : " ^7.21.4 " ,
28- "@typescript-eslint/eslint-plugin" : " 6.0.0-alpha.138 " ,
29- "@typescript-eslint/parser" : " 6.0.0-alpha.138 " ,
26+ "@babel/core" : " ^7.23.0 " ,
27+ "@babel/eslint-parser" : " ^7.22.15 " ,
28+ "@babel/plugin-syntax-flow" : " ^7.22.5 " ,
29+ "@babel/plugin-syntax-jsx" : " ^7.22.5 " ,
30+ "@typescript-eslint/eslint-plugin" : " 6.7.3 " ,
31+ "@typescript-eslint/parser" : " 6.7.3 " ,
3032 "anymatch" : " ^3.1.3" ,
31- "eslint" : " ^8.41 .0" ,
32- "eslint-config-prettier" : " ^8.8 .0" ,
33+ "eslint" : " ^8.50 .0" ,
34+ "eslint-config-prettier" : " ^9.0 .0" ,
3335 "eslint-plugin-html" : " ^7.1.0" ,
34- "eslint-plugin-import" : " ^2.27.5 " ,
36+ "eslint-plugin-import" : " ^2.28.1 " ,
3537 "eslint-plugin-json" : " ^3.1.0" ,
3638 "eslint-plugin-node" : " ^11.1.0" ,
3739 "eslint-plugin-only-warn" : " npm:@aminya/eslint-plugin-only-warn@^1.2.2" ,
3840 "eslint-plugin-optimize-regex" : " ^1.2.1" ,
39- "eslint-plugin-react" : " ^7.32 .2" ,
41+ "eslint-plugin-react" : " ^7.33 .2" ,
4042 "eslint-plugin-yaml" : " ^0.5.0" ,
4143 "globify-gitignore" : " ^1.0.3" ,
4244 "make-synchronous" : " ^0.1.1" ,
43- "prettier" : " 2.8.8 " ,
45+ "prettier" : " 3.0.3 " ,
4446 "read-pkg-up" : " ^7.0.1" ,
45- "semver" : " ^7.5.1 " ,
46- "typescript" : " ^5.0.4 "
47+ "semver" : " ^7.5.4 " ,
48+ "typescript" : " ^5.2.2 "
4749 },
4850 "devDependencies" : {
49- "@types/node" : " ^20.2.5" ,
50- "@types/semver" : " ^7.5.0" ,
51+ "@types/babel__core" : " ^7.20.2" ,
52+ "@types/coffeescript" : " ^2.5.4" ,
53+ "@types/eslint" : " ^8.44.3" ,
54+ "@types/eslint-config-prettier" : " ^6.11.1" ,
55+ "@types/execa" : " ^2.0.0" ,
56+ "@types/node" : " ^20.7.2" ,
57+ "@types/read-pkg-up" : " ^6.0.0" ,
58+ "@types/semver" : " ^7.5.3" ,
59+ "@types/shelljs" : " ^0.8.13" ,
5160 "execa" : " ^5.1.1" ,
52- "gitly" : " ^2.4.2 " ,
53- "npm-check-updates" : " 16.10.12 " ,
61+ "gitly" : " ^2.4.5 " ,
62+ "npm-check-updates" : " 16.14.4 " ,
5463 "prettier-config-atomic" : " ^3.1.0" ,
5564 "shelljs" : " ^0.8.5"
5665 },
7382 "react" : " react.js" ,
7483 "strict" : " strict.js" ,
7584 "strict-react" : " strict-react.js"
76- }
85+ }
0 commit comments