Skip to content
Merged
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
12 changes: 6 additions & 6 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"lint": "eslint ."
},
"dependencies": {
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"lenis": "^1.0.41",
"lucide-react": "^0.436.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"lucide-react": "^0.437.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"leaflet": "^1.9.4",
"react-router-dom": "^6.26.2"
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"@lhci/cli": "^0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion client/src/modules/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function App(){
requestAnimationFrame(raf)
}
requestAnimationFrame(raf)
return ()=>{ (lenis as any).destroy?.() }
return () => { lenis.destroy() }
},[])
return (
<>
Expand Down
2 changes: 1 addition & 1 deletion client/src/modules/sections/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ useEffect(()=>{
</div>
<div id="booking" className="pt-6 border-t border-white/10">
<h3 className="font-bold mb-2">Booking</h3>
<a className="border border-white/15 rounded-lg px-4 py-2 inline-block" href="https://calendly.com/keystonenotarygroup/appointment" target="_blank" rel="noopener">Open Booking</a>
<a className="border border-white/15 rounded-lg px-4 py-2 inline-block" href="https://calendly.com/keystonenotarygroup/appointment" target="_blank" rel="noopener noreferrer">Open Booking</a>
</div>
<input type="text" name="company" className="hidden" tabIndex={-1} autoComplete="off" aria-hidden="true" />
</form>
Expand Down
2 changes: 1 addition & 1 deletion client/src/modules/sections/Credentials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function Credentials(){
<div className="pane rounded-2xl border border-white/15 bg-white/5 h-[22vh] grid place-items-center text-4xl font-extrabold">Background‑Checked</div>
</div>
<figure className="mt-8 opacity-90">
<img src="/assets/nna_badge.png" alt="NNA Certified Notary Signing Agent badge" className="h-24 w-auto mx-auto"/>
<img src="/assets/nna_badge.png" alt="NNA Certified Notary Signing Agent badge for 2025" className="h-24 w-auto mx-auto"/>
<figcaption className="text-center text-muted mt-2">NNA Notary Signing Agent — 2025</figcaption>
</figure>
</section>
Expand Down
10 changes: 5 additions & 5 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.1.5",
"express-rate-limit": "^7.3.1",
"morgan": "^1.10.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.12",
"@sendgrid/mail": "^8.1.0",
"googleapis": "^133.0.0",
"nodemailer": "^6.9.14",
"@sendgrid/mail": "^8.1.3",
"googleapis": "^140.0.0",
"cookie-parser": "^1.4.6",
"multer": "^1.4.5-lts.1",
"redis": "^4.6.7"
},
"devDependencies": {
"jest": "^29.7.0",
"supertest": "^6.3.4",
"supertest": "^7.0.0",
"eslint": "^8.57.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0"
Expand Down