Skip to content

Commit 6343378

Browse files
committed
had to install to change yarn lock
1 parent 8ae58b2 commit 6343378

4 files changed

Lines changed: 16 additions & 10 deletions

File tree

apps/docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@lambdacurry/forms-docs",
33
"version": "0.1.0",
4-
"private": false,
54
"scripts": {
65
"dev": "storybook dev -p 6006",
76
"build": "storybook build",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "forms",
33
"version": "0.0.1",
4-
"private": false,
54
"workspaces": [
65
"apps/*",
76
"packages/*"

packages/components/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@lambdacurry/forms",
33
"version": "0.0.1",
4-
"private": false,
54
"main": "./index.ts",
65
"types": "./index.ts",
76
"scripts": {

yarn.lock

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,13 @@ __metadata:
905905
languageName: node
906906
linkType: hard
907907

908+
"@date-fns/tz@npm:^1.1.2":
909+
version: 1.1.2
910+
resolution: "@date-fns/tz@npm:1.1.2"
911+
checksum: 10c0/30c5e15f11ceb013fcba3fd05125571554b9a7cab4873c69969966f7ddb00ffa8c9277d2367012e72fd7a905e48a7252e1f914614532852f157d62b3f8d90034
912+
languageName: node
913+
linkType: hard
914+
908915
"@emotion/hash@npm:^0.9.0":
909916
version: 0.9.2
910917
resolution: "@emotion/hash@npm:0.9.2"
@@ -2047,7 +2054,7 @@ __metadata:
20472054
next-themes: "npm:^0.3.0"
20482055
postcss: "npm:^8.4.38"
20492056
react: "npm:^18.2.0"
2050-
react-day-picker: "npm:8.10.1"
2057+
react-day-picker: "npm:9.1.4"
20512058
react-hook-form: "npm:^7.53.0"
20522059
remix-hook-form: "npm:^5.0.4"
20532060
sonner: "npm:^1.5.0"
@@ -11490,13 +11497,15 @@ __metadata:
1149011497
languageName: node
1149111498
linkType: hard
1149211499

11493-
"react-day-picker@npm:8.10.1":
11494-
version: 8.10.1
11495-
resolution: "react-day-picker@npm:8.10.1"
11500+
"react-day-picker@npm:9.1.4":
11501+
version: 9.1.4
11502+
resolution: "react-day-picker@npm:9.1.4"
11503+
dependencies:
11504+
"@date-fns/tz": "npm:^1.1.2"
11505+
date-fns: "npm:^4.1.0"
1149611506
peerDependencies:
11497-
date-fns: ^2.28.0 || ^3.0.0
11498-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
11499-
checksum: 10c0/a0ff28c4b61b3882e6a825b19e5679e2fdf3256cf1be8eb0a0c028949815c1ae5a6561474c2c19d231c010c8e0e0b654d3a322610881e0655abca05a2e03d9df
11507+
react: ">=16.8.0"
11508+
checksum: 10c0/4f9468571fe7d9504c35cf85c538a1ef996cf7d39e36f9889e10bfdb52ebaa98d70efc8e6c0b234f04d962a142b453da61f16bd39e76c092f2d370984b579196
1150011509
languageName: node
1150111510
linkType: hard
1150211511

0 commit comments

Comments
 (0)