11
11
" *.js"
12
12
],
13
13
"scripts" : {
14
+ "build" : " tsc" ,
14
15
"bump" : " ncu -u -x coffeescript,execa,read-pkg-up" ,
15
16
"clean" : " shx rm -rf ./spec/fixtures/atom-community ./spec/fixtures/atom-minimap ./spec/fixtures/steelbrain ./strict.js ./strict-react.js" ,
16
17
"format" : " prettier --write ." ,
17
- "lint" : " eslint . --ignore-pattern spec/fixtures/** --fix" ,
18
+ "lint" : " eslint . --ignore-pattern ./spec/fixtures/ --fix" ,
19
+ "prepare" : " npm run build" ,
18
20
"test" : " node ./spec/test.js" ,
19
21
"test.format" : " prettier . --check" ,
20
22
"test.lint" : " eslint . --ignore-pattern spec/fixtures/**"
21
23
},
22
24
"prettier" : " prettier-config-atomic" ,
23
25
"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 " ,
30
32
"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" ,
33
35
"eslint-plugin-html" : " ^7.1.0" ,
34
- "eslint-plugin-import" : " ^2.27.5 " ,
36
+ "eslint-plugin-import" : " ^2.28.1 " ,
35
37
"eslint-plugin-json" : " ^3.1.0" ,
36
38
"eslint-plugin-node" : " ^11.1.0" ,
37
39
"eslint-plugin-only-warn" : " npm:@aminya/eslint-plugin-only-warn@^1.2.2" ,
38
40
"eslint-plugin-optimize-regex" : " ^1.2.1" ,
39
- "eslint-plugin-react" : " ^7.32 .2" ,
41
+ "eslint-plugin-react" : " ^7.33 .2" ,
40
42
"eslint-plugin-yaml" : " ^0.5.0" ,
41
43
"globify-gitignore" : " ^1.0.3" ,
42
44
"make-synchronous" : " ^0.1.1" ,
43
- "prettier" : " 2.8.8 " ,
45
+ "prettier" : " 3.0.3 " ,
44
46
"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 "
47
49
},
48
50
"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" ,
51
60
"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 " ,
54
63
"prettier-config-atomic" : " ^3.1.0" ,
55
64
"shelljs" : " ^0.8.5"
56
65
},
73
82
"react" : " react.js" ,
74
83
"strict" : " strict.js" ,
75
84
"strict-react" : " strict-react.js"
76
- }
85
+ }
0 commit comments