Skip to content

Commit 50eb086

Browse files
chore: bump version to 0.19.1 and update yarn.lock
- Bump @lambdacurry/forms from 0.19.0 to 0.19.1 - Update yarn.lock with latest dependencies - Version bump includes fix for react-day-picker v9 compatibility
1 parent 822400d commit 50eb086

2 files changed

Lines changed: 11 additions & 26 deletions

File tree

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdacurry/forms",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

yarn.lock

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4602,7 +4602,7 @@ __metadata:
46024602
languageName: node
46034603
linkType: hard
46044604

4605-
"axios@npm:^1.11.0, axios@npm:^1.6.1, axios@npm:^1.8.2":
4605+
"axios@npm:^1.11.0, axios@npm:^1.6.1":
46064606
version: 1.11.0
46074607
resolution: "axios@npm:1.11.0"
46084608
dependencies:
@@ -10088,8 +10088,8 @@ __metadata:
1008810088
linkType: hard
1008910089

1009010090
"start-server-and-test@npm:^2.0.11":
10091-
version: 2.0.12
10092-
resolution: "start-server-and-test@npm:2.0.12"
10091+
version: 2.0.13
10092+
resolution: "start-server-and-test@npm:2.0.13"
1009310093
dependencies:
1009410094
arg: "npm:^5.0.2"
1009510095
bluebird: "npm:3.7.2"
@@ -10098,12 +10098,12 @@ __metadata:
1009810098
execa: "npm:5.1.1"
1009910099
lazy-ass: "npm:1.6.0"
1010010100
ps-tree: "npm:1.2.0"
10101-
wait-on: "npm:8.0.3"
10101+
wait-on: "npm:8.0.4"
1010210102
bin:
1010310103
server-test: src/bin/start.js
1010410104
start-server-and-test: src/bin/start.js
1010510105
start-test: src/bin/start.js
10106-
checksum: 10c0/152c8952c3dc66b2aaa6c4ee75ed9390351e6b39cc22896d50c19e1ee129e73fb4967802237aa2f849e6b59ddb0543831ec02e9b876d62bb139e85aecdb9c114
10106+
checksum: 10c0/5e8c8d2f5a806e0b5650605ab083a1a3890f1819cd3c4ea3e43d7cdbc228b5bb39e73b81ccd69d7baf1155e42c8e3d3ca421228abdefd83da530418c88c2d287
1010710107
languageName: node
1010810108
linkType: hard
1010910109

@@ -11022,18 +11022,18 @@ __metadata:
1102211022
languageName: node
1102311023
linkType: hard
1102411024

11025-
"wait-on@npm:8.0.3":
11026-
version: 8.0.3
11027-
resolution: "wait-on@npm:8.0.3"
11025+
"wait-on@npm:8.0.4, wait-on@npm:^8.0.3":
11026+
version: 8.0.4
11027+
resolution: "wait-on@npm:8.0.4"
1102811028
dependencies:
11029-
axios: "npm:^1.8.2"
11029+
axios: "npm:^1.11.0"
1103011030
joi: "npm:^17.13.3"
1103111031
lodash: "npm:^4.17.21"
1103211032
minimist: "npm:^1.2.8"
1103311033
rxjs: "npm:^7.8.2"
1103411034
bin:
1103511035
wait-on: bin/wait-on
11036-
checksum: 10c0/7f14086c3bb6fc055207ab591d2faefc045f718aa7c959353a54af05cf08c53c25d9af80d4d5f6934a169cc0d97ebd1dcf024b13583d09b9a935c36bd745bd7b
11036+
checksum: 10c0/e77d843a03efc12699c965c34338fe0b95c9e80d1e39d946dc172e11a2b9613688b48b61135b269390025a255204a4e3e2ff8e5774f99f0069d149b4b48fd02d
1103711037
languageName: node
1103811038
linkType: hard
1103911039

@@ -11052,21 +11052,6 @@ __metadata:
1105211052
languageName: node
1105311053
linkType: hard
1105411054

11055-
"wait-on@npm:^8.0.3":
11056-
version: 8.0.4
11057-
resolution: "wait-on@npm:8.0.4"
11058-
dependencies:
11059-
axios: "npm:^1.11.0"
11060-
joi: "npm:^17.13.3"
11061-
lodash: "npm:^4.17.21"
11062-
minimist: "npm:^1.2.8"
11063-
rxjs: "npm:^7.8.2"
11064-
bin:
11065-
wait-on: bin/wait-on
11066-
checksum: 10c0/e77d843a03efc12699c965c34338fe0b95c9e80d1e39d946dc172e11a2b9613688b48b61135b269390025a255204a4e3e2ff8e5774f99f0069d149b4b48fd02d
11067-
languageName: node
11068-
linkType: hard
11069-
1107011055
"wait-port@npm:^0.2.9":
1107111056
version: 0.2.14
1107211057
resolution: "wait-port@npm:0.2.14"

0 commit comments

Comments
 (0)