Skip to content

Commit

Permalink
Merge pull request #577 from freifunkMUC/fix-date-fns
Browse files Browse the repository at this point in the history
fix: date-fns update
  • Loading branch information
GoliathLabs authored Feb 3, 2024
2 parents 25a54d8 + a664c30 commit dbe186a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 30 deletions.
45 changes: 20 additions & 25 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.10.5",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"common-tags": "^1.8.2",
"date-fns": "^2.30.0",
"date-fns": "^3.3.1",
"google-protobuf": "^4.0.0-rc.1",
"mobx": "^6.12.0",
"mobx-react": "^9.1.0",
Expand All @@ -37,10 +37,10 @@
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"grpc-ts-web": "^0.2.0",
"prettier": "^3.2.4",
"typescript": "^5.2.2",
"fork-ts-checker-webpack-plugin": "^9.0.2"
"typescript": "^5.2.2"
},
"overrides": {
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion website/src/Util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import formatDistance from 'date-fns/formatDistance';
import { formatDistance } from 'date-fns';
import timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
import { toDate } from './Api';
import { fromResource, lazyObservable } from 'mobx-utils';
Expand Down

0 comments on commit dbe186a

Please sign in to comment.