Skip to content

Commit

Permalink
chore: day picker
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepro657 committed Feb 10, 2024
1 parent b4206c8 commit 77b2231
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ yarn-error.log*
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions

# .env
.env
28 changes: 28 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"classnames": "^2.5.1",
"date-fns": "^3.3.1",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"sass": "^1.69.7",
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11284,6 +11284,16 @@ __metadata:
languageName: node
linkType: hard

"react-day-picker@npm:^8.10.0":
version: 8.10.0
resolution: "react-day-picker@npm:8.10.0"
peerDependencies:
date-fns: ^2.28.0 || ^3.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: e9868aced1e40b4cb7d6cf8d50e250226b38ec7ebea944b65aa9db20a0f36d0581b8a501297d09dcbf2d812de852168952b3fb27990915381629d6e314c2a4d8
languageName: node
linkType: hard

"react-dev-utils@npm:^12.0.1":
version: 12.0.1
resolution: "react-dev-utils@npm:12.0.1"
Expand Down Expand Up @@ -13726,6 +13736,7 @@ __metadata:
json-server: "npm:^1.0.0-alpha.21"
prettier: "npm:^3.2.2"
react: "npm:^18.2.0"
react-day-picker: "npm:^8.10.0"
react-dom: "npm:^18.2.0"
react-scripts: "npm:5.0.1"
sass: "npm:^1.69.7"
Expand Down

0 comments on commit 77b2231

Please sign in to comment.