Skip to content

Commit 4402e35

Browse files
committed
package.json: sort dependencies to match npm order
1 parent 205e7d4 commit 4402e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@
4040
"dependencies": {
4141
"@emotion/react": "11.10.5",
4242
"@emotion/styled": "11.10.5",
43-
"@mui/material": "5.11.2",
44-
"@mui/lab": "5.0.0-alpha.114",
4543
"@mui/icons-material": "5.11.0",
44+
"@mui/lab": "5.0.0-alpha.114",
45+
"@mui/material": "5.11.2",
4646
"commonmark": "0.30.0",
4747
"lodash": "4.17.21",
4848
"svg-pan-zoom": "3.6.1"
4949
},
5050
"devDependencies": {
51-
"cspell": "6.2.3",
5251
"@playwright/test": "1.32.0",
5352
"@svgr/webpack": "6.5.1",
5453
"@types/commonmark": "0.27.5",
@@ -59,6 +58,7 @@
5958
"@typescript-eslint/eslint-plugin": "5.30.7",
6059
"@typescript-eslint/parser": "5.30.7",
6160
"copy-webpack-plugin": "11.0.0",
61+
"cspell": "6.2.3",
6262
"css-loader": "6.7.1",
6363
"eslint": "8.20.0",
6464
"eslint-plugin-import": "^2.27.5",

0 commit comments

Comments
 (0)