Skip to content

Commit

Permalink
Make temporal-polyfill a required peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Oct 9, 2024
1 parent f8016eb commit 63fa046
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-books-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': major
---

Added [`temporal-polyfill`](https://www.npmjs.com/package/temporal-polyfill) to the list of required peer dependencies.
19 changes: 10 additions & 9 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"@nanostores/react": "^0.7.2",
"nanostores": "^0.10.3",
"react-modal": "^3.16.1",
"react-number-format": "5.3.0",
"temporal-polyfill": "^0.2.5"
"react-number-format": "5.3.0"
},
"devDependencies": {
"@emotion/is-prop-valid": "^1.3.0",
Expand All @@ -83,6 +82,7 @@
"react-dom": "^18.3.1",
"react-swipeable": "^7.0.1",
"rollup-plugin-preserve-directives": "^0.4.0",
"temporal-polyfill": "^0.2.5",
"typescript": "^5.5.4",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.3.5"
Expand All @@ -95,7 +95,8 @@
"@sumup-oss/icons": ">=5.0.0-next.0",
"@sumup-oss/intl": "2.x",
"react": ">=18.0.0 <19.0.0",
"react-dom": ">=18.0.0 <19.0.0"
"react-dom": ">=18.0.0 <19.0.0",
"temporal-polyfill": "0.2.x"
},
"optionalDependencies": {
"moment": ">=2.30",
Expand Down

0 comments on commit 63fa046

Please sign in to comment.