Skip to content

Commit

Permalink
DEP Update eslint module (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova authored Jul 11, 2023
1 parent 6bcc688 commit 1d1f265
Show file tree
Hide file tree
Showing 4 changed files with 1,641 additions and 1,435 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/LeftAndMain_Subsites.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/js/LeftAndMain_Subsites.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
});

$('.cms-edit-form input[name=action_copytosubsite]').entwine({
onclick(e) {
onclick() {
const form = this.closest('form');
form.trigger('submit', [this]);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/silverstripe/silverstripe-subsites#readme",
"dependencies": {},
"devDependencies": {
"@silverstripe/eslint-config": "^1.0.0",
"@silverstripe/eslint-config": "^1.1.0",
"@silverstripe/webpack-config": "^2.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0"
Expand Down
Loading

0 comments on commit 1d1f265

Please sign in to comment.