Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: Begin CI...
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Use Node 22
uses: actions/setup-node@v4
- name: Use Node 24
uses: actions/setup-node@v6
with:
node-version: 22.x
node-version: 24.x
cache: 'yarn'

- name: Install dependencies
Expand All @@ -43,7 +43,7 @@ jobs:
run: yarn workspace website build

- name: Cypress run
uses: cypress-io/github-action@v6
uses: cypress-io/github-action@v7
with:
# Dependencies already installed before
install: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v4
- uses: actions/checkout@v6
if: ${{ steps.release.outputs.release_created }}

- name: Use Node 22
uses: actions/setup-node@v4
- name: Use Node 24
uses: actions/setup-node@v6
with:
node-version: 22.x
node-version: 24.x
if: ${{ steps.release.outputs.release_created }}

- name: Install dependencies
Expand Down
656 changes: 328 additions & 328 deletions .yarn/releases/yarn-4.9.2.cjs → .yarn/releases/yarn-4.12.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ nodeLinker: node-modules

npmAuthToken: "${NPM_TOKEN-''}"

yarnPath: .yarn/releases/yarn-4.9.2.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"devDependencies": {
"husky": "4.3.8",
"lint-staged": "10.5.4",
"prettier": "3.6.2"
"prettier": "3.8.1"
},
"version": "6.4.2",
"packageManager": "yarn@4.9.2"
"packageManager": "yarn@4.12.0"
}
26 changes: 0 additions & 26 deletions react-responsive-modal/__tests__/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,3 @@ exports[`modal > prop: closeIcon > should render custom icon instead of the defa
custom icon
</div>
`;

exports[`modal closeIcon should render the closeIcon by default 1`] = `
<button
class="react-responsive-modal-closeButton"
data-testid="close-button"
>
<svg
data-testid="close-icon"
height="28"
viewBox="0 0 36 36"
width="28"
>
<path
d="M28.5 9.62L26.38 7.5 18 15.88 9.62 7.5 7.5 9.62 15.88 18 7.5 26.38l2.12 2.12L18 20.12l8.38 8.38 2.12-2.12L20.12 18z"
/>
</svg>
</button>
`;

exports[`modal prop: closeIcon should render custom icon instead of the default one 1`] = `
<div
data-testid="custom-icon"
>
custom icon
</div>
`;
34 changes: 17 additions & 17 deletions react-responsive-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,27 @@
},
"devDependencies": {
"@codecov/vite-plugin": "1.9.1",
"@size-limit/preset-small-lib": "11.2.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@size-limit/preset-small-lib": "12.0.0",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/body-scroll-lock": "2.6.2",
"@types/classnames": "2.3.4",
"@types/node": "22.16.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "4.6.0",
"@vitest/coverage-istanbul": "3.2.4",
"cypress": "14.5.1",
"@types/node": "22.19.7",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.2",
"@vitest/coverage-istanbul": "4.0.18",
"cypress": "15.9.0",
"jsdom": "26.1.0",
"publint": "0.3.12",
"react": "19.1.0",
"react-dom": "19.1.0",
"size-limit": "11.2.0",
"tsdown": "0.12.9",
"publint": "0.3.17",
"react": "19.2.4",
"react-dom": "19.2.4",
"size-limit": "12.0.0",
"tsdown": "0.20.1",
"tslib": "2.8.1",
"typescript": "5.8.3",
"vitest": "3.2.4"
"typescript": "5.9.3",
"vitest": "4.0.18"
},
"types": "./dist/index.d.cts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions website/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
26 changes: 13 additions & 13 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"type-check": "tsc"
},
"dependencies": {
"next": "15.3.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "15.5.10",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-responsive-modal": "workspace:react-responsive-modal"
},
"devDependencies": {
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "15.3.5",
"@tailwindcss/postcss": "4.1.11",
"@tailwindcss/typography": "0.5.16",
"@mdx-js/loader": "3.1.1",
"@mdx-js/react": "3.1.1",
"@next/mdx": "15.5.10",
"@tailwindcss/postcss": "4.1.18",
"@tailwindcss/typography": "0.5.19",
"@types/mdx": "2.0.13",
"@types/node": "22.16.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/node": "22.19.7",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"fathom-client": "3.7.2",
"highlight.js": "11.11.1",
"postcss": "8.5.6",
Expand All @@ -32,8 +32,8 @@
"rehype-slug": "6.0.0",
"remark-code-import": "1.2.0",
"remark-gfm": "4.0.1",
"tailwindcss": "4.1.11",
"typescript": "5.8.3"
"tailwindcss": "4.1.18",
"typescript": "5.9.3"
},
"license": "MIT"
}
Loading