Skip to content

Commit

Permalink
Dev and Peer Dependency Update
Browse files Browse the repository at this point in the history
    "eslint": "^8.54.0",
    "rollup": "^4.6.0"
  • Loading branch information
epreston committed Nov 27, 2023
1 parent 21afd41 commit 5475c74
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
122 changes: 61 additions & 61 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"@epreston/eslint-config": "^1.1.1",
"@epreston/prettier-config": "^2.0.0",
"@epreston/tsconfig": "^1.0.1",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"rollup": "^4.4.1"
"rollup": "^4.6.0"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.5"
},
"peerDependencies": {
"rollup": "^3.0.0 || ^4.0.0"
"rollup": "^3.0.0 || >=4.0.0"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
Expand Down

0 comments on commit 5475c74

Please sign in to comment.