Skip to content

Commit fa5bf71

Browse files
committed
Fix incompatibility with older node versions
1 parent 804dba9 commit fa5bf71

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"dependencies": {
8282
"dna.js": "~1.9",
8383
"fetch-json": "~2.6",
84-
"highlight.js": "~11.4",
84+
"highlight.js": "~11.5",
8585
"hljs-enhance": "~1.0",
8686
"jquery": "~3.6"
8787
},
@@ -91,14 +91,14 @@
9191
"@fortawesome/fontawesome-free": "~6.0",
9292
"@types/jquery": "~3.5",
9393
"@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",
9696
"add-dist-header": "~0.1",
9797
"assert-deep-strict-equal": "~1.0",
9898
"babel-minify": "~0.5",
99-
"cpy-cli": "~4.0",
99+
"cpy-cli": "~4.1",
100100
"cssnano": "~5.1",
101-
"eslint": "~8.10",
101+
"eslint": "~8.11",
102102
"gulp": "~4.0",
103103
"gulp-append-prepend": "~1.0",
104104
"gulp-babel": "~8.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
3+
"target": "ES2015",
44
"module": "ES2020",
55
"moduleResolution": "node",
66
"declaration": true,

0 commit comments

Comments
 (0)