From c6ca746097144846409001400fffd075c97f845e Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 13 Dec 2023 15:46:17 +0100 Subject: [PATCH] Update development dependencies --- dist/client-side-validations.esm.js | 1 - dist/client-side-validations.js | 1 - package.json | 8 ++++---- vendor/assets/javascripts/rails.validations.js | 1 - 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/dist/client-side-validations.esm.js b/dist/client-side-validations.esm.js index 13ed1f92..11dc3a54 100644 --- a/dist/client-side-validations.esm.js +++ b/dist/client-side-validations.esm.js @@ -696,7 +696,6 @@ if (!window.ClientSideValidations) { function isAMD() { return typeof define === 'function' && define.amd; // eslint-disable-line no-undef } - function isCommonJS() { return (typeof exports === "undefined" ? "undefined" : _typeof(exports)) === 'object' && typeof module !== 'undefined'; // eslint-disable-line no-undef } diff --git a/dist/client-side-validations.js b/dist/client-side-validations.js index 91cd4e2a..2f37feb9 100644 --- a/dist/client-side-validations.js +++ b/dist/client-side-validations.js @@ -700,7 +700,6 @@ function isAMD() { return typeof define === 'function' && define.amd; // eslint-disable-line no-undef } - function isCommonJS() { return (typeof exports === "undefined" ? "undefined" : _typeof(exports)) === 'object' && typeof module !== 'undefined'; // eslint-disable-line no-undef } diff --git a/package.json b/package.json index 9c1ac095..6fd6530f 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ "test": "test/javascript/run-qunit.mjs" }, "devDependencies": { - "@babel/core": "^7.23.3", - "@babel/preset-env": "^7.23.3", + "@babel/core": "^7.23.6", + "@babel/preset-env": "^7.23.6", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.2", "chrome-launcher": "^1.1.0", - "puppeteer-core": "^21.5.2", - "rollup": "^4.5.2", + "puppeteer-core": "^21.6.1", + "rollup": "^4.9.0", "rollup-plugin-copy": "^3.5.0", "standard": "^17.1.0" }, diff --git a/vendor/assets/javascripts/rails.validations.js b/vendor/assets/javascripts/rails.validations.js index 91cd4e2a..2f37feb9 100644 --- a/vendor/assets/javascripts/rails.validations.js +++ b/vendor/assets/javascripts/rails.validations.js @@ -700,7 +700,6 @@ function isAMD() { return typeof define === 'function' && define.amd; // eslint-disable-line no-undef } - function isCommonJS() { return (typeof exports === "undefined" ? "undefined" : _typeof(exports)) === 'object' && typeof module !== 'undefined'; // eslint-disable-line no-undef }