Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Dec 13, 2023
1 parent ed22021 commit c6ca746
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion dist/client-side-validations.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 0 additions & 1 deletion dist/client-side-validations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
1 change: 0 additions & 1 deletion vendor/assets/javascripts/rails.validations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c6ca746

Please sign in to comment.