This repository was archived by the owner on Feb 3, 2023. It is now read-only.
File tree 3 files changed +210
-137
lines changed 3 files changed +210
-137
lines changed Original file line number Diff line number Diff line change 43
43
},
44
44
"devDependencies" : {
45
45
"@types/react" : " ^17.0.0" ,
46
- "@typescript-eslint/eslint-plugin" : " ^2.27 .0" ,
47
- "@typescript-eslint/parser" : " ^2.27 .0" ,
46
+ "@typescript-eslint/eslint-plugin" : " ^4.13 .0" ,
47
+ "@typescript-eslint/parser" : " ^4.13 .0" ,
48
48
"eslint" : " ^7.5.0" ,
49
49
"eslint-config-prettier" : " ^6.10.1" ,
50
50
"eslint-plugin-prettier" : " ^3.1.2" ,
51
51
"eslint-plugin-react" : " ^7.22.0" ,
52
- "husky" : " ^0.14.3 " ,
53
- "prettier" : " ^1.19.0 " ,
52
+ "husky" : " ^1.3.1 " ,
53
+ "prettier" : " ^2.2.1 " ,
54
54
"pretty-quick" : " ^1.6.0" ,
55
55
"react" : " ^17.0.0" ,
56
56
"react-dom" : " ^17.0.0" ,
57
57
"rimraf" : " ^3.0.2" ,
58
- "typescript" : " ~4.0 .3"
58
+ "typescript" : " ~4.1 .3"
59
59
},
60
60
"publishConfig" : {
61
61
"access" : " public"
Original file line number Diff line number Diff line change 45
45
},
46
46
"dependencies" : {
47
47
"@jupyterlab/application" : " ^3.0.2" ,
48
- "jupyterlab_toastify" : " 4.1.3 "
48
+ "jupyterlab_toastify" : " 4.2.0 "
49
49
},
50
50
"devDependencies" : {
51
- "@jupyterlab/builder" : " ^3.0.0-rc.13 " ,
52
- "@typescript-eslint/eslint-plugin" : " ^2.27 .0" ,
53
- "@typescript-eslint/parser" : " ^2.27 .0" ,
51
+ "@jupyterlab/builder" : " ^3.0.7 " ,
52
+ "@typescript-eslint/eslint-plugin" : " ^4.13 .0" ,
53
+ "@typescript-eslint/parser" : " ^4.13 .0" ,
54
54
"eslint" : " ^7.5.0" ,
55
55
"eslint-config-prettier" : " ^6.10.1" ,
56
56
"eslint-plugin-prettier" : " ^3.1.2" ,
57
57
"npm-run-all" : " ^4.1.5" ,
58
- "prettier" : " ^1.19.0 " ,
58
+ "prettier" : " ^2.2.1 " ,
59
59
"rimraf" : " ^3.0.2" ,
60
60
"typescript" : " ~4.1.3"
61
61
},
72
72
},
73
73
"private" : true ,
74
74
"styleModule" : " style/index.js"
75
- }
75
+ }
You can’t perform that action at this time.
0 commit comments