Skip to content

Commit 0c0e5a0

Browse files
committed
chore: update devDeps. and build accordingly
1 parent 8d685b5 commit 0c0e5a0

8 files changed

+1136
-1182
lines changed

dist/index-browser-esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ var Script = /*#__PURE__*/function () {
10891089
var lastStatementEnd = expr.lastIndexOf(';');
10901090
var code = lastStatementEnd > -1 ? expr.slice(0, lastStatementEnd + 1) + ' return ' + expr.slice(lastStatementEnd + 1) : ' return ' + expr; // eslint-disable-next-line no-new-func
10911091

1092-
return _construct(Function, _toConsumableArray(keys).concat([code])).apply(void 0, _toConsumableArray(values));
1092+
return _construct(Function, keys.concat([code])).apply(void 0, _toConsumableArray(values));
10931093
}
10941094
}]);
10951095

dist/index-browser-esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-browser-esm.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-browser-umd.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
var lastStatementEnd = expr.lastIndexOf(';');
10961096
var code = lastStatementEnd > -1 ? expr.slice(0, lastStatementEnd + 1) + ' return ' + expr.slice(lastStatementEnd + 1) : ' return ' + expr; // eslint-disable-next-line no-new-func
10971097

1098-
return _construct(Function, _toConsumableArray(keys).concat([code])).apply(void 0, _toConsumableArray(values));
1098+
return _construct(Function, keys.concat([code])).apply(void 0, _toConsumableArray(values));
10991099
}
11001100
}]);
11011101

dist/index-browser-umd.min.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index-browser-umd.min.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,43 +58,43 @@
5858
"vm": false
5959
},
6060
"devDependencies": {
61-
"@babel/core": "^7.18.5",
62-
"@babel/preset-env": "^7.18.2",
61+
"@babel/core": "^7.18.13",
62+
"@babel/preset-env": "^7.18.10",
6363
"@brettz9/eslint-plugin": "^1.0.4",
6464
"@rollup/plugin-babel": "^5.3.1",
65-
"c8": "^7.11.3",
65+
"c8": "^7.12.0",
6666
"chai": "^4.3.6",
67-
"core-js-bundle": "^3.23.1",
67+
"core-js-bundle": "^3.25.0",
6868
"coveradge": "^0.8.1",
69-
"eslint": "^8.17.0",
70-
"eslint-config-ash-nazg": "^33.1.0",
69+
"eslint": "^8.22.0",
70+
"eslint-config-ash-nazg": "^34.1.0",
7171
"eslint-config-standard": "^17.0.0",
7272
"eslint-plugin-array-func": "^3.1.7",
7373
"eslint-plugin-chai-expect": "^3.0.0",
7474
"eslint-plugin-chai-friendly": "^0.7.2",
7575
"eslint-plugin-compat": "^4.0.2",
7676
"eslint-plugin-eslint-comments": "^3.2.0",
77-
"eslint-plugin-html": "^6.2.0",
77+
"eslint-plugin-html": "^7.1.0",
7878
"eslint-plugin-import": "^2.26.0",
79-
"eslint-plugin-jsdoc": "^39.3.2",
80-
"eslint-plugin-markdown": "^2.2.1",
81-
"eslint-plugin-n": "^15.2.3",
79+
"eslint-plugin-jsdoc": "^39.3.6",
80+
"eslint-plugin-markdown": "^3.0.0",
81+
"eslint-plugin-n": "^15.2.5",
8282
"eslint-plugin-no-unsanitized": "^4.0.1",
8383
"eslint-plugin-no-use-extend-native": "^0.5.0",
8484
"eslint-plugin-promise": "^6.0.0",
85-
"eslint-plugin-sonarjs": "^0.13.0",
85+
"eslint-plugin-sonarjs": "^0.15.0",
8686
"eslint-plugin-standard": "^4.1.0",
87-
"eslint-plugin-unicorn": "^42.0.0",
87+
"eslint-plugin-unicorn": "^43.0.2",
8888
"http-server": "^14.1.1",
8989
"license-badger": "^0.19.0",
9090
"mocha": "^10.0.0",
9191
"mocha-badge-generator": "^0.9.0",
9292
"mocha-multi-reporters": "^1.5.1",
9393
"open-cli": "^7.0.1",
94-
"rollup": "2.75.6",
94+
"rollup": "2.78.1",
9595
"rollup-plugin-terser": "^7.0.2",
96-
"typedoc": "^0.22.17",
97-
"typescript": "^4.7.3"
96+
"typedoc": "^0.23.10",
97+
"typescript": "^4.7.4"
9898
},
9999
"keywords": [
100100
"json",

0 commit comments

Comments
 (0)