Skip to content

Commit

Permalink
fix(deps): update dependency date-fns to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2023
1 parent ffeb2fd commit 0de1d5b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"class-transformer": "0.5.1",
"class-validator": "^0.14.0",
"compression": "^1.7.4",
"date-fns": "^2.30.0",
"date-fns": "^3.0.0",
"date-fns-tz": "^2.0.0",
"docxtemplater": "^3.37.12",
"dotenv": "^16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"date-fns": "^2.30.0",
"date-fns": "^3.0.0",
"rimraf": "^5.0.5"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@swimlane/ngx-charts": "^20.4.1",
"angular-user-idle": "^4.0.0",
"bootstrap": "^5.3.2",
"date-fns": "^2.30.0",
"date-fns": "^3.0.0",
"file-saver": "^2.0.5",
"google-libphonenumber": "^3.2.33",
"intl-tel-input": "18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/portail-admins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@sentry/tracing": "^7.79.0",
"bootstrap": "^5.3.2",
"class-validator": "^0.14.0",
"date-fns": "^2.30.0",
"date-fns": "^3.0.0",
"file-saver": "^2.0.5",
"redux": "^4.1.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/portail-usagers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@sentry/angular": "^7.79.0",
"angular-user-idle": "^4.0.0",
"bootstrap": "^5.3.2",
"date-fns": "^2.30.0",
"date-fns": "^3.0.0",
"google-libphonenumber": "^3.2.33",
"ngx-matomo-client": "^5.0.4",
"rxjs": "^7.6.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ __metadata:
class-transformer: 0.5.1
class-validator: ^0.14.0
compression: ^1.7.4
date-fns: ^2.30.0
date-fns: ^3.0.0
date-fns-tz: ^2.0.0
docxtemplater: ^3.37.12
dotenv: ^16.3.1
Expand Down Expand Up @@ -2481,7 +2481,7 @@ __metadata:
"@types/rimraf": ^4.0.5
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^6.0.0
date-fns: ^2.30.0
date-fns: ^3.0.0
eslint: ^8.53.0
eslint-config-standard-with-typescript: ^42.0.0
eslint-plugin-import: ^2.29.0
Expand Down Expand Up @@ -2549,7 +2549,7 @@ __metadata:
"@typescript-eslint/parser": 6.14.0
angular-user-idle: ^4.0.0
bootstrap: ^5.3.2
date-fns: ^2.30.0
date-fns: ^3.0.0
eslint: ^8.53.0
eslint-config-standard-with-typescript: ^42.0.0
eslint-plugin-import: ^2.29.0
Expand Down Expand Up @@ -2625,7 +2625,7 @@ __metadata:
"@typescript-eslint/parser": 6.14.0
bootstrap: ^5.3.2
class-validator: ^0.14.0
date-fns: ^2.30.0
date-fns: ^3.0.0
eslint: ^8.53.0
eslint-config-prettier: ^9.0.0
eslint-plugin-import: ^2.29.0
Expand Down Expand Up @@ -2688,7 +2688,7 @@ __metadata:
"@typescript-eslint/parser": 6.14.0
angular-user-idle: ^4.0.0
bootstrap: ^5.3.2
date-fns: ^2.30.0
date-fns: ^3.0.0
eslint: ^8.53.0
eslint-config-standard-with-typescript: ^42.0.0
eslint-plugin-import: ^2.29.0
Expand Down Expand Up @@ -10147,7 +10147,7 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:^2.29.3, date-fns@npm:^2.30.0":
"date-fns@npm:^2.29.3":
version: 2.30.0
resolution: "date-fns@npm:2.30.0"
dependencies:
Expand All @@ -10156,6 +10156,13 @@ __metadata:
languageName: node
linkType: hard

"date-fns@npm:^3.0.0":
version: 3.0.6
resolution: "date-fns@npm:3.0.6"
checksum: ee62b8e764e4c11c418d342f401d3e85adb4a631b196746e49ac89099c8d34cb141f10ae953c4a72bd3c76fe4d8740ec89564c8599a31256c82adbbed56c0014
languageName: node
linkType: hard

"dateformat@npm:^3.0.3":
version: 3.0.3
resolution: "dateformat@npm:3.0.3"
Expand Down

0 comments on commit 0de1d5b

Please sign in to comment.