Formatting: fix linting errors for dependencies

This commit is contained in:
Mark Sinclair
2022-03-10 11:08:57 +00:00
parent f841242ce2
commit eb6ecc7241
+4 -4
View File
@@ -21,6 +21,9 @@
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.2.2",
"@mui/styles": "^5.2.2",
"@nymproject/mui-theme": "^1.0.0",
"@nymproject/react": "^1.0.0",
"@tauri-apps/api": "^1.0.0-rc.1",
"bs58": "^4.0.1",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
@@ -32,9 +35,7 @@
"react-hook-form": "^7.14.2",
"react-router-dom": "^5.2.0",
"semver": "^6.3.0",
"yup": "^0.32.9",
"@nymproject/mui-theme": "^1.0.0",
"@nymproject/react": "^1.0.0"
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.15.0",
@@ -44,7 +45,6 @@
"@nymproject/eslint-config-react-typescript": "^1.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@svgr/webpack": "^6.1.1",
"@tauri-apps/api": "^1.0.0-rc.1",
"@tauri-apps/cli": "^1.0.0-rc.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",