Skip to content

Commit

Permalink
upgrade date-fns to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timlrx committed Jul 13, 2024
1 parent 7fa6650 commit cf7ee95
Show file tree
Hide file tree
Showing 11 changed files with 131 additions and 113 deletions.
2 changes: 1 addition & 1 deletion examples/archive/playground-azimuth-colocated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"date-fns": "^2.29.1",
"date-fns": "3.6.0",
"marked": "^3.0.4",
"next": "^14.1.0",
"react": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build"
},
"dependencies": {
"date-fns": "^2.29.1",
"date-fns": "3.6.0",
"marked": "^3.0.4",
"next": "^14.1.0",
"react": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@contentlayer/source-sanity": "workspace:*",
"contentlayer": "workspace:*",
"date-fns": "^2.29.1",
"date-fns": "3.6.0",
"marked": "^3.0.4",
"next": "^14.1.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/archive/playground-azimuth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"date-fns": "^2.29.1",
"date-fns": "3.6.0",
"marked": "^3.0.4",
"next": "^14.1.0",
"react": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"date-fns": "^2.29.1",
"date-fns": "3.6.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/archive/starter-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"date-fns": "^2.29.1",
"date-fns": "3.6.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/archive/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"date-fns": "^2.29.1",
"date-fns": "3.6.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-contentlayer-example
2 changes: 1 addition & 1 deletion examples/next-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"contentlayer2": "latest",
"date-fns": "2.30.0",
"date-fns": "3.6.0",
"next": "^14.1.0",
"next-contentlayer2": "latest",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-rsc-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"contentlayer2": "latest",
"date-fns": "2.30.0",
"date-fns": "3.6.0",
"next": "^14.1.0",
"next-contentlayer2": "latest",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit cf7ee95

Please sign in to comment.