Skip to content

Commit

Permalink
Updated Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Nov 30, 2023
1 parent 61cec02 commit 07812cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/react-slick": "^0.23.11",
"@types/react-vertical-timeline-component": "^3.3.5",
"axios": "^1.6.1",
"framer-motion": "^10.16.4",
"nanoid": "^5.0.2",
Expand All @@ -30,6 +28,8 @@
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-slick": "^0.23.12",
"@types/react-vertical-timeline-component": "^3.3.6",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1436,17 +1436,17 @@
dependencies:
"@types/react" "*"

"@types/react-slick@^0.23.11":
version "0.23.11"
resolved "https://registry.npmjs.org/@types/react-slick/-/react-slick-0.23.11.tgz"
integrity sha512-52AbNhYN7u0ATqAUvap2MXNG3znUsJslAWgebUHrovvnJ6EG6oic+TZyC82XiwwvijRMyL2V0C2wPJbzsSwllw==
"@types/react-slick@^0.23.12":
version "0.23.12"
resolved "https://registry.yarnpkg.com/@types/react-slick/-/react-slick-0.23.12.tgz#41db46f837a453770123ebd84b0adc773ab8a583"
integrity sha512-WjY/wIjzgXCh6gXRZL75OC9n/Hn4MwKWI7ZJ4iA2OxavN9eKvkV5MPFjSgH5sofabq78Ucrl6u3okiBUNNIrDQ==
dependencies:
"@types/react" "*"

"@types/react-vertical-timeline-component@^3.3.5":
version "3.3.5"
resolved "https://registry.yarnpkg.com/@types/react-vertical-timeline-component/-/react-vertical-timeline-component-3.3.5.tgz#c5188e30abddb71070fd2947897e7d437949048f"
integrity sha512-oduBHTmC+eRfJL+aZXfxurljtNpRlqfU+Vt6OzYfyprAIkcFY+GGAho/ZqUNk1KY3H2wy8hzyHjjaTZusYwZlw==
"@types/react-vertical-timeline-component@^3.3.6":
version "3.3.6"
resolved "https://registry.yarnpkg.com/@types/react-vertical-timeline-component/-/react-vertical-timeline-component-3.3.6.tgz#9420b961977a0ec964da581700bb1969db796b33"
integrity sha512-OUvyPXRjXvUD/SNLO0CW0GbIxVF32Ios5qHecMSfw6kxnK1cPULD9NV80EuqZ3WmS/s6BgbcwmN8k4ISb3akhQ==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 07812cd

Please sign in to comment.