Skip to content

Commit d231ba6

Browse files
chore(deps): bump the date-fns group across 1 directory with 2 updates
Bumps the date-fns group with 2 updates in the / directory: [date-fns](https://github.com/date-fns/date-fns) and [date-fns-tz](https://github.com/marnusw/date-fns-tz). Updates `date-fns` from 2.30.0 to 4.1.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](date-fns/date-fns@v2.30.0...v4.1.0) Updates `date-fns-tz` from 2.0.0 to 3.2.0 - [Release notes](https://github.com/marnusw/date-fns-tz/releases) - [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md) - [Commits](marnusw/date-fns-tz@v2.0.0...v3.2.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: date-fns - dependency-name: date-fns-tz dependency-type: direct:production update-type: version-update:semver-major dependency-group: date-fns ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 825aad3 commit d231ba6

File tree

4 files changed

+18
-20
lines changed

4 files changed

+18
-20
lines changed

packages/datetime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@blueprintjs/icons": "workspace:^",
4545
"@blueprintjs/select": "workspace:^",
4646
"classnames": "^2.3.1",
47-
"date-fns": "^2.28.0",
48-
"date-fns-tz": "^2.0.0",
47+
"date-fns": "^4.1.0",
48+
"date-fns-tz": "^3.2.0",
4949
"react-day-picker": "7.4.9",
5050
"tslib": "~2.6.2"
5151
},

packages/datetime2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@blueprintjs/datetime": "workspace:^",
4242
"@blueprintjs/icons": "workspace:^",
4343
"classnames": "^2.3.1",
44-
"date-fns": "^2.28.0",
44+
"date-fns": "^4.1.0",
4545
"react-day-picker": "^8.10.0",
4646
"react-innertext": "^1.1.5",
4747
"tslib": "~2.6.2"

packages/docs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@documentalist/client": "^5.0.0",
3131
"chroma-js": "^2.4.2",
3232
"classnames": "^2.3.1",
33-
"date-fns": "^2.28.0",
33+
"date-fns": "^4.1.0",
3434
"dedent": "^1.5.1",
3535
"downloadjs": "^1.4.7",
3636
"lodash": "^4.17.21",

yarn.lock

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ __metadata:
377377
languageName: node
378378
linkType: hard
379379

380-
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7":
380+
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7":
381381
version: 7.23.2
382382
resolution: "@babel/runtime@npm:7.23.2"
383383
dependencies:
@@ -497,7 +497,7 @@ __metadata:
497497
"@blueprintjs/node-build-scripts": "workspace:^"
498498
"@blueprintjs/test-commons": "workspace:^"
499499
classnames: "npm:^2.3.1"
500-
date-fns: "npm:^2.28.0"
500+
date-fns: "npm:^4.1.0"
501501
enzyme: "npm:^3.11.0"
502502
karma: "npm:^6.4.2"
503503
mocha: "npm:^10.2.0"
@@ -531,8 +531,8 @@ __metadata:
531531
"@blueprintjs/select": "workspace:^"
532532
"@blueprintjs/test-commons": "workspace:^"
533533
classnames: "npm:^2.3.1"
534-
date-fns: "npm:^2.28.0"
535-
date-fns-tz: "npm:^2.0.0"
534+
date-fns: "npm:^4.1.0"
535+
date-fns-tz: "npm:^3.2.0"
536536
enzyme: "npm:^3.11.0"
537537
karma: "npm:^6.4.2"
538538
mocha: "npm:^10.2.0"
@@ -604,7 +604,7 @@ __metadata:
604604
chroma-js: "npm:^2.4.2"
605605
classnames: "npm:^2.3.1"
606606
copy-webpack-plugin: "npm:^12.0.2"
607-
date-fns: "npm:^2.28.0"
607+
date-fns: "npm:^4.1.0"
608608
dedent: "npm:^1.5.1"
609609
downloadjs: "npm:^1.4.7"
610610
lodash: "npm:^4.17.21"
@@ -5945,21 +5945,19 @@ __metadata:
59455945
languageName: node
59465946
linkType: hard
59475947

5948-
"date-fns-tz@npm:^2.0.0":
5949-
version: 2.0.0
5950-
resolution: "date-fns-tz@npm:2.0.0"
5948+
"date-fns-tz@npm:^3.2.0":
5949+
version: 3.2.0
5950+
resolution: "date-fns-tz@npm:3.2.0"
59515951
peerDependencies:
5952-
date-fns: ">=2.0.0"
5953-
checksum: 31cacb83c675ef8c2cf31d21c298ab6d74c5e975412dd804664d031ac0f2f03ed5bfb2a950fa15a321bbbcb90b833c300823fbceba0133680065a71894cc1170
5952+
date-fns: ^3.0.0 || ^4.0.0
5953+
checksum: 3f43300a4335d59f3515dc5196c66b4b56ef2af129eb82e4445ce0983e8ef31a5d038bc0406d669946bbbcf52ed953527527aa28b4a810995d6631a54655abcc
59545954
languageName: node
59555955
linkType: hard
59565956

5957-
"date-fns@npm:^2.28.0":
5958-
version: 2.30.0
5959-
resolution: "date-fns@npm:2.30.0"
5960-
dependencies:
5961-
"@babel/runtime": "npm:^7.21.0"
5962-
checksum: e4b521fbf22bc8c3db332bbfb7b094fd3e7627de0259a9d17c7551e2d2702608a7307a449206065916538e384f37b181565447ce2637ae09828427aed9cb5581
5957+
"date-fns@npm:^4.1.0":
5958+
version: 4.1.0
5959+
resolution: "date-fns@npm:4.1.0"
5960+
checksum: b79ff32830e6b7faa009590af6ae0fb8c3fd9ffad46d930548fbb5acf473773b4712ae887e156ba91a7b3dc30591ce0f517d69fd83bd9c38650fdc03b4e0bac8
59635961
languageName: node
59645962
linkType: hard
59655963

0 commit comments

Comments
 (0)