Deps sort

This commit is contained in:
Krzysztof Wolski 2023-03-07 19:59:20 +01:00
parent 3f4eb03124
commit d21631892f

View file

@ -20,6 +20,7 @@
"@material-ui/lab": "4.0.0-alpha.61",
"@monaco-editor/react": "^4.4.6",
"@saleor/app-sdk": "0.30.0",
"@saleor/apps-shared": "workspace:*",
"@saleor/macaw-ui": "^0.7.2",
"@sendgrid/client": "^7.7.0",
"@sendgrid/mail": "^7.7.0",
@ -51,8 +52,7 @@
"usehooks-ts": "^2.9.1",
"vite": "^4.0.4",
"vitest": "^0.27.1",
"zod": "^3.20.2",
"@saleor/apps-shared": "workspace:*"
"zod": "^3.20.2"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.3",
@ -69,14 +69,14 @@
"@types/mjml": "^4.7.0",
"@types/node": "^18.11.18",
"@types/nodemailer": "^6.4.7",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"eslint-config-prettier": "^8.6.0",
"eslint-config-saleor": "workspace:*",
"prettier": "^2.8.2",
"typescript": "4.9.4",
"eslint-config-saleor": "workspace:*"
"typescript": "4.9.4"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",