Skip to content

Commit

Permalink
chore(deps): fix sorting of deps in package.json (#3427)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored Dec 11, 2024
1 parent 43ca5e8 commit bc64942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"e2e:headed": "npx playwright test --headed"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@astrojs/mdx": "^4.0.1",
"@astrojs/node": "^9.0.0",
"@emotion/react": "^11.14.0",
"@headlessui/react": "^2.2.0",
"@mui/material": "~5.14.20",
"@svgr/core": "^8.1.0",
Expand Down

0 comments on commit bc64942

Please sign in to comment.