Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Oct 27, 2024
1 parent 72eca1a commit 7aec106
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
1 change: 0 additions & 1 deletion app/Day.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export default class Day extends React.Component {
window.scrollTo({ top: 0, behavior: "smooth" });
}

/* eslint-disable max-lines-per-function */
render() {
const date = this.getDate();
const yesterday = this.getDate().minus({ days: 1 });
Expand Down
1 change: 0 additions & 1 deletion lib/Week.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable max-lines-per-function */
import Sundays from "./Sundays";
import { Week } from "./Week.js";
// This data was generated from the previous PHP version of this library
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "module",
"exports": "./lib/index.js",
"dependencies": {
"@stanlemon/webdev": "^0.1.200",
"@stanlemon/webdev": "^0.2.4",
"luxon": "^3.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit 7aec106

Please sign in to comment.