Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
431 changes: 311 additions & 120 deletions fso-express-app/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions fso-express-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"cookie-parser": "~1.4.7",
"debug": "~2.6.9",
"express": "^4.18.2",
"express": "^4.21.2",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"pug": "^3.0.2"
"morgan": "~1.10.1",
"pug": "^3.0.3"
}
}
9 changes: 4 additions & 5 deletions fso-react-app/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 fso-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^7.1.7"
"vite": "^7.1.11"
}
}
Loading