Files
bracket/frontend/package.json
dependabot[bot] b586bb667c Bump @mantine/dates from 7.4.1 to 7.5.2 in /frontend (#480)
Bumps
[@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates)
from 7.4.1 to 7.5.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mantinedev/mantine/releases"><code>@​mantine/dates</code>'s
releases</a>.</em></p>
<blockquote>
<h2>7.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li><code>[@mantine/core]</code> ActionIcon: Fix icon width and height
defined in % not working correctly</li>
<li><code>[@mantine/core]</code> ScrollArea: Fix
<code>offsetScrollbars</code> not working (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5733">#5733</a>)</li>
<li><code>[@mantine/tiptap]</code> Fix <code>initialExternal</code> on
<code>RichTextEditor.Link</code> control not working correctly</li>
<li><code>[@mantine/core]</code> FileInput: Fix incorrect
<code>extend</code> function type</li>
<li><code>[@mantine/core]</code> PinInput: Fix various issues related to
user input and pasting into the input (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5704">#5704</a>)</li>
<li><code>[@mantine/form]</code> Add callback argument support to
<code>form.setFieldValue</code> handler (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5696">#5696</a>)</li>
<li><code>[@mantine/core]</code> Add explicit extension to exports to
support NodeNext TypeScript resolution (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5697">#5697</a>)</li>
<li><code>[@mantine/hooks]</code> use-list-state: Add <code>swap</code>
handler support (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5716">#5716</a>)</li>
<li><code>[@mantine/core]</code> Fix NodeNext TypeScript resolution not
working correctly for PolymorphicComponentProps and PolymorphicRef types
(<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5730">#5730</a>)</li>
<li><code>[@mantine/core]</code> Fix cjs builds unable to resolve
third-party dependencies with certain TypeScript settings (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5741">#5741</a>)</li>
<li><code>[@mantine/core]</code> Transition: Fix skew-up transition not
working (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5714">#5714</a>)</li>
<li><code>[@mantine/core]</code> Select: Fix active option not being
scrolled into view when the dropdown opens</li>
<li><code>[@mantine/core]</code> Menu: Fix unexpected focus trap when
keepMounted is false (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/4502">#4502</a>)</li>
<li><code>[@mantine/core]</code> ScrollArea: Fix <code>style</code> prop
not being passed to the element when used in <code>viewportProps</code>
(<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5594">#5594</a>)</li>
<li><code>[@mantine/core]</code> Divider: Fix poor color contrast with
light color scheme</li>
<li><code>[@mantine/core]</code> Modal: Fix incorrect content
border-radius when <code>fullScreen</code> prop is set</li>
<li><code>[@mantine/core]</code> Modal: Fix scroll container not working
correctly when ScrollArea is used as a scroll container for a full
screen modal</li>
<li><code>[@mantine/notifications]</code> Fix notifications handlers not
allowing passing data-* attributes (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5640">#5640</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kblcuk"><code>@​kblcuk</code></a> made
their first contribution in <a
href="https://redirect.github.com/mantinedev/mantine/pull/5741">mantinedev/mantine#5741</a></li>
<li><a href="https://github.com/qweered"><code>@​qweered</code></a> made
their first contribution in <a
href="https://redirect.github.com/mantinedev/mantine/pull/5694">mantinedev/mantine#5694</a></li>
<li><a href="https://github.com/kkaplita"><code>@​kkaplita</code></a>
made their first contribution in <a
href="https://redirect.github.com/mantinedev/mantine/pull/5704">mantinedev/mantine#5704</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/mantinedev/mantine/compare/7.5.1...7.5.2">https://github.com/mantinedev/mantine/compare/7.5.1...7.5.2</a></p>
<h2>7.5.1</h2>
<h2>What's Changed</h2>
<ul>
<li><code>[@mantine/core]</code> Indicator: Improve processing animation
for lo-resolution monitors (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5682">#5682</a>)</li>
<li><code>[@mantine/hooks]</code> use-debounced-state: Fix incorrect
type definition (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5665">#5665</a>)</li>
<li><code>[@mantine/hooks]</code> use-session-storage: Fix default value
not being set in the storage on initial render (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5663">#5663</a>)</li>
<li><code>[@mantine/core]</code> Combobox: Fix incorrect dropdown styles
with custom ScrollArea component (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5677">#5677</a>)</li>
<li><code>[@mantine/form]</code> Fix incorrect touch and dirty state
handling in <code>form.initialize</code> (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5623">#5623</a>)</li>
<li><code>[@mantine/core]</code> Chip: Fix error thrown when page is
modified with Google Translate (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5586">#5586</a>)</li>
<li><code>[@mantine/form]</code> Add previous value as second argument
to <code>onValuesChange</code> (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5649">#5649</a>)</li>
<li><code>[@mantine/core]</code> Fix <code>autoContrast</code> defined
on theme not working in some components (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5655">#5655</a>)</li>
<li><code>[@mantine/core]</code> Fix broken alignment in Checkbox, Radio
and Switch (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5648">#5648</a>)</li>
<li><code>[@mantine/core-highlight]</code> Add
<code>withCopyButton</code> prop support to CodeHighlightTabs (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5608">#5608</a>)</li>
<li><code>[@mantine/core]</code> Update
<code>useComputedColorScheme</code> types to match definition with other
similar hooks (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5588">#5588</a>)</li>
<li><code>[@mantine/core]</code> MultiSelect: Forbid select item removal
if associated item becomes disabled (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5630">#5630</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Phirb"><code>@​Phirb</code></a> made
their first contribution in <a
href="https://redirect.github.com/mantinedev/mantine/pull/5630">mantinedev/mantine#5630</a></li>
<li><a href="https://github.com/c0nd3v"><code>@​c0nd3v</code></a> made
their first contribution in <a
href="https://redirect.github.com/mantinedev/mantine/pull/5588">mantinedev/mantine#5588</a></li>
<li><a href="https://github.com/sxflynn"><code>@​sxflynn</code></a> made
their first contribution in <a
href="https://redirect.github.com/mantinedev/mantine/pull/5605">mantinedev/mantine#5605</a></li>
<li><a href="https://github.com/vizath"><code>@​vizath</code></a> made
their first contribution in <a
href="https://redirect.github.com/mantinedev/mantine/pull/5648">mantinedev/mantine#5648</a></li>
<li><a
href="https://github.com/mariansimecek"><code>@​mariansimecek</code></a>
made their first contribution in <a
href="https://redirect.github.com/mantinedev/mantine/pull/5649">mantinedev/mantine#5649</a></li>
<li><a
href="https://github.com/gabrielmaldi"><code>@​gabrielmaldi</code></a>
made their first contribution in <a
href="https://redirect.github.com/mantinedev/mantine/pull/5670">mantinedev/mantine#5670</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="704369191d"><code>7043691</code></a>
[release] Version: 7.5.2</li>
<li><a
href="0731e066e3"><code>0731e06</code></a>
[<code>@​mantine/core</code>] Add explicit extension to exports to
support NodeNext TypeScr...</li>
<li><a
href="74748cda32"><code>74748cd</code></a>
[release] Version: 7.5.1</li>
<li><a
href="75f86cb0bd"><code>75f86cb</code></a>
Revert &quot;[<code>@​mantine/core</code>] Fix imports with
<code>nodenext</code> resolution not working (#...</li>
<li><a
href="afbfc1a2da"><code>afbfc1a</code></a>
[<code>@​mantine/core</code>] Fix imports with <code>nodenext</code>
resolution not working (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates/issues/5668">#5668</a>)</li>
<li><a
href="d1f047bd52"><code>d1f047b</code></a>
[release] Version: 7.5.0</li>
<li><a
href="c949f3867b"><code>c949f38</code></a>
[core] Remove broken tests</li>
<li><a
href="14b6d38753"><code>14b6d38</code></a>
[core] Add mod tests</li>
<li><a
href="58d10fe87f"><code>58d10fe</code></a>
[<code>@​mantine/core</code>] Add <code>mod</code> prop support to all
components</li>
<li><a
href="bcd223371c"><code>bcd2233</code></a>
Merge branch 'master' of github.com-rtivital:mantinedev/mantine into
7.5</li>
<li>Additional commits viewable in <a
href="https://github.com/mantinedev/mantine/commits/7.5.2/packages/@mantine/dates">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@mantine/dates&package-manager=npm_and_yarn&previous-version=7.4.1&new-version=7.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-18 11:07:42 +01:00

88 lines
2.8 KiB
JSON

{
"name": "Bracket",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"export": "next build && next export",
"lint": "next lint",
"jest": "jest",
"jest:watch": "jest --watch",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"test": "tsc --noEmit && npm run prettier:write && npm run lint && npm run jest -- --passWithNoTests"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@hcaptcha/react-hcaptcha": "^1.10.1",
"@hello-pangea/dnd": "^16.5.0",
"@mantine/core": "7.4.1",
"@mantine/dates": "7.5.2",
"@mantine/dropzone": "7.4.1",
"@mantine/form": "7.5.1",
"@mantine/hooks": "7.4.1",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "7.5.1",
"@mantine/spotlight": "7.4.1",
"@next/bundle-analyzer": "^14.1.0",
"@react-icons/all-files": "^4.1.0",
"@tabler/icons-react": "^2.47.0",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"cookies-next": "^4.1.0",
"date-fns": "^3.3.1",
"dayjs": "^1.11.10",
"i18next": "^23.8.2",
"next": "^14.1.0",
"next-i18next": "^15.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ellipsis-text": "^1.2.1",
"react-i18next": "^14.0.0",
"react-icons": "^5.0.1",
"react-qr-code": "^2.0.12",
"react-redux": "^9.0.2",
"swr": "^2.2.4",
"yarn-upgrade-all": "^0.7.2"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@next/eslint-plugin-next": "^14.0.3",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.1.3",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-mantine": "^3.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.8.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
}
}