Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: "22.14.0"
node-version: "22.19.0"
cache: 'pnpm'
- name: Restore cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "22.14.0"
node-version: "22.19.0"
cache: "pnpm"

- name: Setup npmrc
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@next/eslint-plugin-next": "15.3.0",
"@tailwindcss/postcss": "4.1.3",
"@types/node": "22.14.1",
"@types/node": "22.18.3",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.2",
"pagefind": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "7.52.3",
"@types/node": "22.14.1",
"@types/node": "22.18.3",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.2",
"eslint-config-custom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-mui-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@microsoft/api-extractor": "7.52.3",
"@mui/material": "7.0.2",
"@mui/x-data-grid-pro": "7.28.3",
"@types/node": "22.14.1",
"@types/node": "22.18.3",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.2",
"date-fns": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@mui/system": "7.0.2",
"@mui/x-date-pickers": "7.28.3",
"@mui/x-date-pickers-pro": "7.28.3",
"@types/node": "22.14.1",
"@types/node": "22.18.3",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.2",
"date-fns": "4.1.0",
Expand Down
81 changes: 41 additions & 40 deletions pnpm-lock.yaml

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