Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 10, 2024
1 parent f59b22b commit da65cd5
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 119 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@sanity/prettier-config": "^1.0.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.2.8",
Expand All @@ -21,12 +23,13 @@
"peerDependencyRules": {
"allowAny": [
"react",
"react-dom"
"react-dom",
"react-is"
]
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom"
}
}
}
Loading

0 comments on commit da65cd5

Please sign in to comment.