mirror of
https://github.com/evroon/bracket.git
synced 2026-01-27 15:40:39 -05:00
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.0.5 to 9.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reduxjs/react-redux/releases">react-redux's releases</a>.</em></p> <blockquote> <h2>v9.0.2</h2> <p>This <strong>bugfix release</strong> makes additional tweaks to the React Native artifact filename to help resolve import and bundling issues with RN projects.</p> <h2>What's Changed</h2> <ul> <li>Change react-native output extension from <code>.mjs</code> to <code>.js</code> by <a href="https://github.com/aryaemami59"><code>@aryaemami59</code></a> in <a href="https://redirect.github.com/reduxjs/react-redux/pull/2102">reduxjs/react-redux#2102</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reduxjs/react-redux/compare/v9.0.1...v9.0.2">https://github.com/reduxjs/react-redux/compare/v9.0.1...v9.0.2</a></p> <h2>v9.0.1</h2> <p>This <strong>bugfix release</strong> updates the package to include a new <code>react-redux.react-native.js</code> bundle that specifically imports React Native, and consolidates all of the <code>'react'</code> imports into one file to save on bundle size (and enable some tricky React Native import handling).</p> <h2>What's Changed</h2> <ul> <li>Add an RN-specific bundle and consolidate imports by <a href="https://github.com/markerikson"><code>@markerikson</code></a> in <a href="https://redirect.github.com/reduxjs/react-redux/pull/2100">reduxjs/react-redux#2100</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reduxjs/react-redux/compare/v9.0.0...v9.0.1">https://github.com/reduxjs/react-redux/compare/v9.0.0...v9.0.1</a></p> <h2>v9.0.0</h2> <p>This <strong>major release</strong>:</p> <ul> <li>Switches to requiring React 18 and Redux Toolkit 2.0 / Redux 5.0</li> <li>Updates the packaging for better ESM/CJS compatibility and modernizes the build output</li> <li>Updates the options for dev mode checks in <code>useSelector</code></li> <li>Adds a new React Server Components artifact that throws on use, to better indicate compat issues</li> </ul> <p>This release has <strong>breaking changes</strong>.</p> <p>This release is part of a wave of major versions of all the Redux packages: <strong>Redux Toolkit 2.0, Redux core 5.0, React-Redux 9.0, Reselect 5.0, and Redux Thunk 3.0</strong>.</p> <p>For full details on all of the breaking changes and other significant changes to all of those packages, see the <strong><a href="https://redux.js.org/usage/migrations/migrating-rtk-2">"Migrating to RTK 2.0 and Redux 5.0" migration guide</a></strong> in the Redux docs.</p> <blockquote> <p>[!NOTE] The Redux core, Reselect, and Redux Thunk packages are included as part of Redux Toolkit, and RTK users do not need to manually upgrade them - you'll get them as part of the upgrade to RTK 2.0. (If you're not using Redux Toolkit yet, <a href="https://redux.js.org/usage/migrating-to-modern-redux"><strong>please start migrating your existing legacy Redux code to use Redux Toolkit today!</strong></a>) React-Redux is a separate, package, but we expect you'll be upgrading them together.</p> </blockquote> <pre lang="bash"><code># React-Redux npm install react-redux yarn add react-redux <h1>RTK</h1> <p>npm install <code>@reduxjs/toolkit</code> yarn add <code>@reduxjs/toolkit</code></p> <h1>Standalone Redux core</h1> <p>npm install redux yarn add redux </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="dbdac99cb7"><code>dbdac99</code></a> Release 9.0.2</li> <li><a href="fd1c0d77ed"><code>fd1c0d7</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/react-redux/issues/2102">#2102</a> from aryaemami59/feature/9.0-react-native</li> <li><a href="c24b5ac3ee"><code>c24b5ac</code></a> Merge branch 'master' of <a href="https://github.com/reduxjs/react-redux">https://github.com/reduxjs/react-redux</a> into feature/...</li> <li><a href="97a7b1603d"><code>97a7b16</code></a> Change react-native output extension from <code>.mjs</code> to <code>.js</code></li> <li><a href="e215baa694"><code>e215baa</code></a> Replace CRA in <code>README</code> with VIte and Next (<a href="https://redirect.github.com/reduxjs/react-redux/issues/2101">#2101</a>)</li> <li><a href="ad56bd08cc"><code>ad56bd0</code></a> Release 9.0.1</li> <li><a href="11060e5193"><code>11060e5</code></a> Change background colour for code in blockquotes for dark themes (<a href="https://redirect.github.com/reduxjs/react-redux/issues/2094">#2094</a>)</li> <li><a href="2c34e078d8"><code>2c34e07</code></a> Merge pull request <a href="https://redirect.github.com/reduxjs/react-redux/issues/2100">#2100</a> from reduxjs/feature/9.0-react-native</li> <li><a href="e5a558af9c"><code>e5a558a</code></a> Update Redux dep</li> <li><a href="fd2631f861"><code>fd2631f</code></a> Really hack around React export</li> <li>Additional commits viewable in <a href="https://github.com/reduxjs/react-redux/compare/v8.0.5...v9.0.2">compare view</a></li> </ul> </details> <br /> [](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>
83 lines
2.6 KiB
JSON
83 lines
2.6 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.10.6",
|
|
"@emotion/server": "^11.10.0",
|
|
"@hello-pangea/dnd": "^16.3.0",
|
|
"@mantine/core": "7.2.2",
|
|
"@mantine/dates": "7.2.2",
|
|
"@mantine/dropzone": "7.2.2",
|
|
"@mantine/form": "7.2.2",
|
|
"@mantine/hooks": "7.2.2",
|
|
"@mantine/next": "^6.0.21",
|
|
"@mantine/notifications": "^7.2.2",
|
|
"@mantine/spotlight": "7.2.2",
|
|
"@next/bundle-analyzer": "^14.0.3",
|
|
"@react-icons/all-files": "^4.1.0",
|
|
"@tabler/icons-react": "^2.17.0",
|
|
"@vercel/analytics": "^1.0.2",
|
|
"axios": "^1.6.0",
|
|
"clsx": "^2.0.0",
|
|
"cookies-next": "^4.0.0",
|
|
"date-fns": "^2.29.3",
|
|
"dayjs": "^1.11.10",
|
|
"next": "^14.0.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-ellipsis-text": "^1.2.1",
|
|
"react-icons": "^4.8.0",
|
|
"react-qr-code": "^2.0.12",
|
|
"react-redux": "^9.0.2",
|
|
"swr": "^2.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.17",
|
|
"@next/eslint-plugin-next": "^14.0.3",
|
|
"@testing-library/dom": "^9.3.1",
|
|
"@testing-library/jest-dom": "^6.1.3",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
|
|
"@types/jest": "^29.5.4",
|
|
"@types/node": "^20.6.0",
|
|
"@types/react": "^18.2.21",
|
|
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
"@typescript-eslint/parser": "^6.6.0",
|
|
"babel-loader": "^9.1.3",
|
|
"eslint": "^8.49.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
"eslint-config-mantine": "^2.0.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-jest": "^27.2.3",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-testing-library": "^6.0.1",
|
|
"jest": "^29.6.4",
|
|
"jest-environment-jsdom": "^29.6.4",
|
|
"postcss": "^8.4.31",
|
|
"postcss-preset-mantine": "1.11.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.0.3",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|