Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRomaa committed Mar 19, 2024
1 parent 252cbe2 commit 4c25eae
Show file tree
Hide file tree
Showing 4 changed files with 1,356 additions and 953 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
defaultSemverRangePrefix: ""

nodeLinker: node-modules
82 changes: 43 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,69 +10,73 @@
"lint:fix": "next lint --fix"
},
"dependencies": {
"@hookform/resolvers": "3.1.1",
"@hookform/resolvers": "3.3.4",
"@sentry/nextjs": "^7.107.0",
"@tailwindcss/typography": "0.5.10",
"@toast-ui/calendar": "2.1.3",
"@toast-ui/react-calendar": "2.1.3",
"autoprefixer": "10.4.14",
"classnames": "2.3.2",
"autoprefixer": "10.4.18",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"date-fns-tz": "2.0.1",
"domelementtype": "2.3.0",
"focus-trap-react": "10.1.4",
"html-react-parser": "5.0.11",
"mapbox-gl": "2.15.0",
"next": "13.4.3",
"next-auth": "4.22.1",
"postcss": "8.4.24",
"focus-trap-react": "10.2.3",
"html-react-parser": "5.1.8",
"mapbox-gl": "3.2.0",
"next": "14.1.3",
"next-auth": "4.24.7",
"postcss": "8.4.36",
"prop-types": "15.8.1",
"rc-slider": "10.2.1",
"rc-slider": "10.5.0",
"react": "18.2.0",
"react-calendar-heatmap": "1.9.0",
"react-data-table-component": "7.5.3",
"react-datepicker": "4.16.0",
"react-data-table-component": "7.6.2",
"react-datepicker": "6.4.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-hook-form": "7.44.3",
"react-hook-form": "7.51.1",
"react-icons": "5.0.1",
"react-is": "^18.2.0",
"react-quill": "2.0.0",
"react-scroll-parallax": "3.4.2",
"react-select": "5.7.3",
"react-toastify": "9.1.3",
"react-tooltip": "5.13.2",
"react-scroll-parallax": "3.4.5",
"react-select": "5.8.0",
"react-toastify": "10.0.5",
"react-tooltip": "5.26.3",
"sharp": "0.33.2",
"styled-components": "5.3.11",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"styled-components": "6.1.8",
"tailwindcss": "3.4.1",
"typescript": "5.4.2",
"use-presence": "1.2.0",
"zod": "3.21.4"
"zod": "3.22.4"
},
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@types/geojson": "7946.0.11",
"@types/mapbox-gl": "2.7.14",
"@types/node": "20.2.5",
"@types/prop-types": "^15",
"@types/react": "18.2.8",
"@types/react-calendar-heatmap": "1.6.3",
"@types/react-datepicker": "4.15.0",
"@types/react-dom": "18.2.4",
"@types/react-html-parser": "2.0.3",
"@types/react-is": "^18",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.11",
"eslint": "8.42.0",
"@biomejs/biome": "1.6.1",
"@types/geojson": "7946.0.14",
"@types/mapbox-gl": "3.1.0",
"@types/node": "20.11.29",
"@types/prop-types": "^15.7.11",
"@types/react": "18.2.67",
"@types/react-calendar-heatmap": "1.6.7",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.2.22",
"@types/react-html-parser": "2.0.6",
"@types/react-is": "^18.2.4",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "13.4.4",
"eslint-config-next": "14.1.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "3.12.1",
"eslint-plugin-tailwindcss": "3.15.1",
"postcss-import": "16.0.1",
"ts-essentials": "^9.4.1"
},
"resolutions": {
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22"
},
"packageManager": "[email protected]"
}
1 change: 1 addition & 0 deletions src/components/static/Toastify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { ToastContainer } from 'react-toastify';

export const Toastify: React.FC = () => (
<ToastContainer
stacked
position="bottom-right"
autoClose={3000}
hideProgressBar
Expand Down
Loading

0 comments on commit 4c25eae

Please sign in to comment.