File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 81
81
"dependencies" : {
82
82
"dna.js" : " ~1.9" ,
83
83
"fetch-json" : " ~2.6" ,
84
- "highlight.js" : " ~11.4 " ,
84
+ "highlight.js" : " ~11.5 " ,
85
85
"hljs-enhance" : " ~1.0" ,
86
86
"jquery" : " ~3.6"
87
87
},
91
91
"@fortawesome/fontawesome-free" : " ~6.0" ,
92
92
"@types/jquery" : " ~3.5" ,
93
93
"@types/node" : " ~17.0" ,
94
- "@typescript-eslint/eslint-plugin" : " ~5.13 " ,
95
- "@typescript-eslint/parser" : " ~5.13 " ,
94
+ "@typescript-eslint/eslint-plugin" : " ~5.15 " ,
95
+ "@typescript-eslint/parser" : " ~5.15 " ,
96
96
"add-dist-header" : " ~0.1" ,
97
97
"assert-deep-strict-equal" : " ~1.0" ,
98
98
"babel-minify" : " ~0.5" ,
99
- "cpy-cli" : " ~4.0 " ,
99
+ "cpy-cli" : " ~4.1 " ,
100
100
"cssnano" : " ~5.1" ,
101
- "eslint" : " ~8.10 " ,
101
+ "eslint" : " ~8.11 " ,
102
102
"gulp" : " ~4.0" ,
103
103
"gulp-append-prepend" : " ~1.0" ,
104
104
"gulp-babel" : " ~8.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "target" : " ES2020 " ,
3
+ "target" : " ES2015 " ,
4
4
"module" : " ES2020" ,
5
5
"moduleResolution" : " node" ,
6
6
"declaration" : true ,
You can’t perform that action at this time.
0 commit comments