Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpastor committed Apr 14, 2024
1 parent 121756a commit acd2390
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 355 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"dataloader": "^2.2.2",
"framer-motion": "^11.0.25",
"framer-motion": "^11.0.28",
"mongodb": "^6.5.0",
"next": "^14.1.4",
"nodemailer": "^6.9.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.51.2",
"react-hook-form": "^7.51.3",
"request-ip": "^3.3.0",
"seedrandom": "^3.0.5",
"sharp": "^0.33.3",
Expand All @@ -53,23 +53,23 @@
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.4",
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.43.1",
"@stryker-mutator/api": "^8.2.6",
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/typescript-checker": "^8.2.6",
"@stryker-mutator/vitest-runner": "^8.2.6",
"@stylistic/eslint-plugin": "^1.7.0",
"@testing-library/react": "^14.3.0",
"@testing-library/react": "^15.0.2",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.75",
"@types/react": "^18.2.78",
"@types/react-helmet": "^6.1.11",
"@types/request-ip": "^0.0.41",
"@types/seedrandom": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.0",
"@welldone-software/why-did-you-render": "^8.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
Expand All @@ -80,8 +80,8 @@
"jsdom": "^24.0.0",
"local-ssl-proxy": "^2.0.5",
"source-map-explorer": "^2.5.3",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
}
}
Loading

0 comments on commit acd2390

Please sign in to comment.