15
15
],
16
16
"scripts" : {
17
17
"build" : " tsc" ,
18
- "bump" : " ncu -u -x coffeescript,execa,read-pkg-up" ,
18
+ "bump" : " ncu -u -x coffeescript,execa,read-pkg-up,make-synchronous && pnpm update && pnpm dedupe " ,
19
19
"clean" : " shx rm -rf ./spec/fixtures/ ./dist" ,
20
20
"format" : " prettier --write ." ,
21
21
"lint" : " eslint . --ignore-pattern ./spec/fixtures/ --fix" ,
27
27
},
28
28
"prettier" : " prettier-config-atomic" ,
29
29
"dependencies" : {
30
- "@babel/core" : " ^7.23.0 " ,
31
- "@babel/eslint-parser" : " ^7.22.15 " ,
32
- "@babel/plugin-syntax-flow" : " ^7.22.5 " ,
33
- "@babel/plugin-syntax-jsx" : " ^7.22.5 " ,
34
- "@typescript-eslint/eslint-plugin" : " 6.7.3 " ,
35
- "@typescript-eslint/parser" : " 6.7.3 " ,
30
+ "@babel/core" : " ^7.23.7 " ,
31
+ "@babel/eslint-parser" : " ^7.23.3 " ,
32
+ "@babel/plugin-syntax-flow" : " ^7.23.3 " ,
33
+ "@babel/plugin-syntax-jsx" : " ^7.23.3 " ,
34
+ "@typescript-eslint/eslint-plugin" : " 6.18.1 " ,
35
+ "@typescript-eslint/parser" : " 6.18.1 " ,
36
36
"anymatch" : " ^3.1.3" ,
37
- "eslint" : " ^8.50 .0" ,
38
- "eslint-config-prettier" : " ^9.0 .0" ,
37
+ "eslint" : " ^8.56 .0" ,
38
+ "eslint-config-prettier" : " ^9.1 .0" ,
39
39
"eslint-plugin-html" : " ^7.1.0" ,
40
- "eslint-plugin-import" : " ^2.28 .1" ,
40
+ "eslint-plugin-import" : " ^2.29 .1" ,
41
41
"eslint-plugin-json" : " ^3.1.0" ,
42
42
"eslint-plugin-node" : " ^11.1.0" ,
43
43
"eslint-plugin-only-warn" : " npm:@aminya/eslint-plugin-only-warn@^1.2.2" ,
46
46
"eslint-plugin-yaml" : " ^0.5.0" ,
47
47
"globify-gitignore" : " ^1.0.3" ,
48
48
"make-synchronous" : " ^0.1.1" ,
49
- "prettier" : " 3.0.3 " ,
49
+ "prettier" : " 3.1.1 " ,
50
50
"read-pkg-up" : " ^7.0.1" ,
51
51
"semver" : " ^7.5.4" ,
52
- "typescript" : " ^5.2.2 "
52
+ "typescript" : " ^5.3.3 "
53
53
},
54
54
"devDependencies" : {
55
- "@types/babel__core" : " ^7.20.2 " ,
56
- "@types/coffeescript" : " ^2.5.4 " ,
57
- "@types/eslint" : " ^8.44.3 " ,
58
- "@types/eslint-config-prettier" : " ^6.11.1 " ,
55
+ "@types/babel__core" : " ^7.20.5 " ,
56
+ "@types/coffeescript" : " ^2.5.7 " ,
57
+ "@types/eslint" : " ^8.56.2 " ,
58
+ "@types/eslint-config-prettier" : " ^6.11.3 " ,
59
59
"@types/execa" : " ^2.0.0" ,
60
- "@types/node" : " ^20.7.2 " ,
60
+ "@types/node" : " ^20.11.0 " ,
61
61
"@types/read-pkg-up" : " ^6.0.0" ,
62
- "@types/semver" : " ^7.5.3 " ,
63
- "@types/shelljs" : " ^0.8.13 " ,
62
+ "@types/semver" : " ^7.5.6 " ,
63
+ "@types/shelljs" : " ^0.8.15 " ,
64
64
"eslint-config-atomic" : " link:" ,
65
65
"execa" : " ^5.1.1" ,
66
- "gitly" : " ^2.4.5 " ,
67
- "npm-check-updates" : " 16.14.4 " ,
66
+ "gitly" : " ^2.4.8 " ,
67
+ "npm-check-updates" : " 16.14.12 " ,
68
68
"prettier-config-atomic" : " ^3.1.0" ,
69
69
"shelljs" : " ^0.8.5" ,
70
70
"shx" : " ^0.3.4"
88
88
"react" : " react.js" ,
89
89
"strict" : " strict.js" ,
90
90
"strict-react" : " strict-react.js"
91
- }
91
+ }
0 commit comments