File tree 4 files changed +2542
-2503
lines changed
4 files changed +2542
-2503
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"devDependencies" : {
4
- "@babel/core" : " ^7.14.3 " ,
5
- "@babel/preset-env" : " ^7.14.2 " ,
6
- "babel-jest" : " ^27.0.6 " ,
4
+ "@babel/core" : " ^7.17.5 " ,
5
+ "@babel/preset-env" : " ^7.16.11 " ,
6
+ "babel-jest" : " ^27.5.1 " ,
7
7
"codecov" : " ^3.8.2" ,
8
- "eslint" : " ^7.26 .0" ,
9
- "eslint-config-prettier" : " ^8.3 .0" ,
8
+ "eslint" : " ^8.10 .0" ,
9
+ "eslint-config-prettier" : " ^8.5 .0" ,
10
10
"eslint-config-xo" : " ^0.37.0" ,
11
- "eslint-plugin-prettier" : " ^3.4 .0" ,
12
- "husky" : " ^7.0.1 " ,
13
- "jest" : " ^27.0.6 " ,
11
+ "eslint-plugin-prettier" : " ^4.0 .0" ,
12
+ "husky" : " ^7.0.4 " ,
13
+ "jest" : " ^27.5.1 " ,
14
14
"lerna" : " ^4.0.0" ,
15
- "lint-staged" : " ^11.0.0 " ,
16
- "prettier" : " ^2.3.0 "
15
+ "lint-staged" : " ^12.3.5 " ,
16
+ "prettier" : " ^2.5.1 "
17
17
},
18
18
"workspaces" : [
19
19
" packages/*"
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"ansi-escapes" : " ^4.2.1" ,
17
17
"chalk" : " ^4.1.1" ,
18
- "cli-spinners" : " ^2.6.0 " ,
18
+ "cli-spinners" : " ^2.6.1 " ,
19
19
"cli-width" : " ^3.0.0" ,
20
20
"lodash" : " ^4.17.21" ,
21
21
"mute-stream" : " ^0.0.8" ,
Original file line number Diff line number Diff line change 20
20
"node" : " >=12.0.0"
21
21
},
22
22
"devDependencies" : {
23
- "chai" : " ^4.3.4 " ,
23
+ "chai" : " ^4.3.6 " ,
24
24
"chalk-pipe" : " ^5.1.1" ,
25
25
"cmdify" : " ^0.0.4" ,
26
- "mocha" : " ^9.0.2 " ,
26
+ "mocha" : " ^9.2.1 " ,
27
27
"mockery" : " ^2.1.0" ,
28
28
"nyc" : " ^15.0.0" ,
29
- "sinon" : " ^11.1 .1"
29
+ "sinon" : " ^13.0 .1"
30
30
},
31
31
"scripts" : {
32
32
"test" : " nyc mocha test/**/* -r ./test/before" ,
47
47
"mute-stream" : " 0.0.8" ,
48
48
"ora" : " ^5.4.1" ,
49
49
"run-async" : " ^2.4.0" ,
50
- "rxjs" : " ^7.2.0 " ,
50
+ "rxjs" : " ^7.5.5 " ,
51
51
"string-width" : " ^4.1.0" ,
52
52
"strip-ansi" : " ^6.0.0" ,
53
53
"through" : " ^2.3.6"
You can’t perform that action at this time.
0 commit comments