Skip to content

Commit

Permalink
Update npm dependencies (#730)
Browse files Browse the repository at this point in the history
* Update npm dependencies

* Npm dependencies to include the "date-fns" package with version "^3.6.0".

This version is pinned because the latest version of "date-fns-tz" does not yet support the latest version of "date-fns".

* Update .circleci/config.yml to clone bichard7-next-core from the main branch

* Create directory for core first

We're getting an error and this possibly a fix

* Change the CircleCI config back to how it was

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: Sen <[email protected]>
Co-authored-by: Richard Race <[email protected]>
  • Loading branch information
4 people authored Sep 26, 2024
1 parent 82377fa commit 397a3d3
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 384 deletions.
10 changes: 9 additions & 1 deletion .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@
- Another package does not yet support the latest version
- @typescript-eslint/parser
- Another package does not yet support the latest version
- date-fns
- Date-fns-tz does not yet support the latest version
Skipped:
- next
- 13.4.13 causes failures with fetch
*/
const pinned = ["styled-components", "eslint", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser"]
const pinned = [
"styled-components",
"eslint",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"date-fns"
]
const ignored = []
const skipped = [{ package: "next", version: "13.4.13" }]

Expand Down
Loading

0 comments on commit 397a3d3

Please sign in to comment.