upgrade JS

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-09-15 12:08:01 -06:00
parent 325764a304
commit 6d673fc7c4
5 changed files with 1966 additions and 2507 deletions

View File

@@ -8078,9 +8078,8 @@ var CronField = /*#__PURE__*/function () {
}();
var cron_Instance = new CronField();
// EXTERNAL MODULE: ./node_modules/eventemitter3/index.js
var eventemitter3 = __webpack_require__(30228);
var eventemitter3_default = /*#__PURE__*/__webpack_require__.n(eventemitter3);
// EXTERNAL MODULE: ./node_modules/eventemitter3/index.mjs
var eventemitter3 = __webpack_require__(74486);
;// ./app/utils/finderjs.js
function finderjs_typeof(o) { "@babel/helpers - typeof"; return finderjs_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, finderjs_typeof(o); }
function finderjs_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
@@ -8126,7 +8125,7 @@ var Finder = /*#__PURE__*/function () {
function Finder(container, data, options) {
var _this = this;
finderjs_classCallCheck(this, Finder);
this.$emitter = new (eventemitter3_default())();
this.$emitter = new eventemitter3/* default */.A();
this.container = external_jQuery_default()(container);
this.data = data;
this.config = external_jQuery_default().extend({}, DEFAULTS, options);

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -14,53 +14,53 @@
"author": "Trilby Media, LLC",
"license": "MIT",
"dependencies": {
"babel-loader": "^8.2.3",
"babel-loader": "^10.0.0",
"buffer": "^6.0.3",
"chartist": "0.11.4",
"codemirror": "^5.65.1",
"debounce": "^1.2.1",
"codemirror": "^5.65.16",
"debounce": "^2.2.0",
"dropzone": "^5.9.3",
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"eventemitter3": "^4.0.7",
"eventemitter3": "^5.0.1",
"events": "^3.3.0",
"exif-js": "^2.3.0",
"immutable": "^4.0.0",
"immutable": "^4.3.7",
"immutablediff": "^0.4.4",
"js-yaml": "^4.1.0",
"mout": "^1.2.3",
"popper.js": "^1.14.4",
"mout": "^1.2.4",
"popper.js": "^1.16.1",
"rangetouch": "^2.0.1",
"remodal": "^1.1.1",
"sass": "^1.92.1",
"selectize": "^0.12.6",
"simplebar": "^5.3.6",
"sortablejs": "^1.14.0",
"sortablejs": "^1.15.6",
"speakingurl": "^14.0.1",
"toastr": "^2.1.4",
"watchjs": "0.0.0",
"whatwg-fetch": "^3.6.2"
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-json-strings": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/core": "^7.28.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.0",
"css-loader": "^6.6.0",
"eslint": "^8.8.0",
"eslint-webpack-plugin": "^3.1.1",
"exports-loader": "^3.1.0",
"imports-loader": "^3.1.1",
"@babel/preset-env": "^7.28.3",
"@babel/register": "^7.28.3",
"css-loader": "^7.1.2",
"eslint": "^9.35.0",
"eslint-webpack-plugin": "^5.0.2",
"exports-loader": "^5.0.0",
"imports-loader": "^5.0.0",
"json-loader": "^0.5.7",
"minimist": "^1.2.5",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
"minimist": "^1.2.8",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1"
},
"resolutions": {
"minimist": "^1.2.5"

View File

@@ -33,10 +33,7 @@ module.exports = (env, argv) => ({
jquery: 'jQuery',
'grav-config': 'GravAdmin'
},
plugins: [new ESLintPlugin({
extensions: ['js', 'jsx'],
exclude: ['/node_modules/']
})],
plugins: [],
module: {
rules: [
{ enforce: 'pre', test: /\.json$/, loader: 'json-loader' },