Skip to content

Commit 7b2873f

Browse files
authored
Merge pull request #28 from psparwez/dependabot/npm_and_yarn/radix-ui/react-slot-1.2.3
chore(deps): bump @radix-ui/react-slot from 1.1.1 to 1.2.3
2 parents 29f7834 + 41a1435 commit 7b2873f

File tree

3 files changed

+193
-142
lines changed

3 files changed

+193
-142
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,11 @@ npm start
7474

7575
---
7676

77+
---
78+
### Reporting Issues
79+
80+
If you encounter any bugs or have suggestions, please open an issue on the [GitHub Issues page](https://github.com/psparwez/minimal-portfolio/issues).
81+
82+
I look forward to hearing from you and collaborating!
83+
<br />
84+

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@hookform/resolvers": "^3.10.0",
12+
"@hookform/resolvers": "^5.2.1",
1313
"@radix-ui/react-accordion": "1.2.11",
1414
"@radix-ui/react-alert-dialog": "1.1.4",
1515
"@radix-ui/react-aspect-ratio": "1.1.1",
1616
"@radix-ui/react-avatar": "1.1.2",
17-
"@radix-ui/react-checkbox": "1.1.3",
17+
"@radix-ui/react-checkbox": "1.3.2",
1818
"@radix-ui/react-collapsible": "1.1.2",
1919
"@radix-ui/react-context-menu": "2.2.4",
2020
"@radix-ui/react-dialog": "1.1.4",
@@ -29,12 +29,12 @@
2929
"@radix-ui/react-scroll-area": "1.2.2",
3030
"@radix-ui/react-select": "2.1.4",
3131
"@radix-ui/react-separator": "1.1.1",
32-
"@radix-ui/react-slider": "1.2.2",
33-
"@radix-ui/react-slot": "1.1.1",
32+
"@radix-ui/react-slider": "1.3.5",
33+
"@radix-ui/react-slot": "1.2.3",
3434
"@radix-ui/react-switch": "1.2.5",
3535
"@radix-ui/react-tabs": "1.1.2",
3636
"@radix-ui/react-toast": "1.2.4",
37-
"@radix-ui/react-toggle": "1.1.1",
37+
"@radix-ui/react-toggle": "1.1.9",
3838
"@radix-ui/react-toggle-group": "1.1.1",
3939
"@radix-ui/react-tooltip": "1.1.6",
4040
"@tailwindcss/postcss": "^4.1.11",
@@ -73,7 +73,7 @@
7373
"@types/react-dom": "^19",
7474
"@types/sanitize-html": "^2.16.0",
7575
"eslint": "^9",
76-
"eslint-config-next": "15.4.1",
76+
"eslint-config-next": "15.4.6",
7777
"postcss": "^8.5.6",
7878
"typescript": "^5"
7979
}

0 commit comments

Comments
 (0)