Skip to content

Commit

Permalink
Update unified, dependencies
Browse files Browse the repository at this point in the history
Closes GH-10.

Reviewed-by: Remco Haszing <[email protected]>
Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
ChristianMurphy committed Oct 7, 2023
1 parent 545e7e2 commit 8070442
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sandbox-templates/react-markdown-with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-markdown": "^8.0.0"
"react-markdown": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions sandbox-templates/remark-rehype-with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start": "tsc && vite"
},
"dependencies": {
"rehype-stringify": "^9.0.0",
"remark-parse": "^10.0.0",
"remark-rehype": "^10.0.0",
"unified": "^10.0.0"
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"unified": "^11.0.0"
},
"devDependencies": {
"typescript": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sandbox-templates/remark-with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "tsc && vite"
},
"dependencies": {
"remark": "^14.0.0"
"remark": "^15.0.0"
},
"devDependencies": {
"typescript": "^5.0.0",
Expand Down

0 comments on commit 8070442

Please sign in to comment.