Skip to content

Commit

Permalink
Bump the major-dependencies group with 2 updates (#1759)
Browse files Browse the repository at this point in the history
* Bump the major-dependencies group with 2 updates

Bumps the major-dependencies group with 2 updates: [date-fns](https://github.com/date-fns/date-fns) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express).


Updates `date-fns` from 3.6.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@v3.6.0...v4.1.0)

Updates `@types/express` from 4.17.21 to 5.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Trenger ikke express i frontend-delen av koden

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: charliemidtlyng <[email protected]>
  • Loading branch information
dependabot[bot] and charliemidtlyng authored Sep 30, 2024
1 parent 040d002 commit a5d3b2f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 76 deletions.
87 changes: 13 additions & 74 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"body-parser": "^1.20.3",
"classnames": "^2.5.1",
"constate": "^3.3.2",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"form-data": "^4.0.0",
"iso-datestring-validator": "^2.2.2",
Expand Down Expand Up @@ -84,7 +84,6 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@sentry/webpack-plugin": "^2.22.4",
"@svgr/webpack": "^8.1.0",
"@types/express": "^4.17.21",
"@types/node": "^22.7.4",
"@types/react-helmet": "^6.1.11",
"@types/webpack-hot-middleware": "^2.25.9",
Expand Down

0 comments on commit a5d3b2f

Please sign in to comment.