Skip to content

Commit

Permalink
bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Sep 14, 2024
1 parent 4f99ebe commit 13ed343
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
5 changes: 4 additions & 1 deletion .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ module.exports = {
upgrade: true,
reject: [
// api changes, check and fix
'eslint'
'eslint',

// license changes
'iframe-resizer'
]
};
53 changes: 26 additions & 27 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"author": "Andris Reinman",
"license": "MIT-0",
"devDependencies": {
"@types/node": "22.0.0",
"@types/node": "22.5.5",
"cross-blob": "3.0.2",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-cli": "1.1.1",
"iframe-resizer": "4.4.5"
"iframe-resizer": "4.3.6"
}
}

0 comments on commit 13ed343

Please sign in to comment.