Update dependencies (#568)
* Update deps * update deps * update deps * Changeset * update lock
This commit is contained in:
parent
1dead1e54f
commit
cb6ee2920b
18 changed files with 383 additions and 1009 deletions
19
.changeset/spicy-seahorses-shake.md
Normal file
19
.changeset/spicy-seahorses-shake.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
"@saleor/react-hook-form-macaw": patch
|
||||
"eslint-config-saleor": patch
|
||||
"saleor-app-emails-and-messages": patch
|
||||
"saleor-app-data-importer": patch
|
||||
"saleor-app-products-feed": patch
|
||||
"saleor-app-monitoring": patch
|
||||
"@saleor/apps-shared": patch
|
||||
"saleor-app-invoices": patch
|
||||
"saleor-app-klaviyo": patch
|
||||
"saleor-app-search": patch
|
||||
"@saleor/apps-ui": patch
|
||||
"saleor-app-slack": patch
|
||||
"saleor-app-taxes": patch
|
||||
"saleor-app-cms": patch
|
||||
"saleor-app-crm": patch
|
||||
---
|
||||
|
||||
Updated dependencies
|
|
@ -36,7 +36,7 @@
|
|||
"usehooks-ts": "^2.9.1",
|
||||
"uuid": "^9.0.0",
|
||||
"vite": "4.3.9",
|
||||
"zod": "^3.19.1"
|
||||
"zod": "^3.20.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "3.2.2",
|
||||
|
@ -48,8 +48,8 @@
|
|||
"@graphql-codegen/urql-introspection": "2.2.1",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@types/react": "^18.0.21",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@vitejs/plugin-react": "4.0.0",
|
||||
"eslint": "8.42.0",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"graphql-tag": "^2.12.6",
|
||||
"jsdom": "^20.0.3",
|
||||
"next": "13.3.0",
|
||||
"next-urql": "^4.0.2",
|
||||
"next-urql": "4.0.3",
|
||||
"pino": "^8.14.1",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"react": "18.2.0",
|
||||
|
@ -54,8 +54,8 @@
|
|||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@types/mailchimp__mailchimp_marketing": "^3.0.7",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-saleor": "workspace:*",
|
||||
"node-mocks-http": "^1.12.2",
|
||||
|
|
|
@ -52,8 +52,8 @@
|
|||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@types/dot-object": "^2.1.2",
|
||||
"@types/react": "^18.0.27",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"@vitest/coverage-c8": "^0.28.4",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-saleor": "workspace:*",
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"jsdom": "^20.0.3",
|
||||
"mjml": "^4.13.0",
|
||||
"next": "13.3.0",
|
||||
"next-urql": "^4.0.3",
|
||||
"next-urql": "4.0.3",
|
||||
"nodemailer": "^6.9.1",
|
||||
"pino": "^8.14.1",
|
||||
"pino-pretty": "^10.0.0",
|
||||
|
@ -68,8 +68,8 @@
|
|||
"@types/html-to-text": "^9.0.0",
|
||||
"@types/mjml": "^4.7.0",
|
||||
"@types/nodemailer": "^6.4.7",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-saleor": "workspace:*",
|
||||
"typescript": "5.1.3"
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
"@graphql-codegen/typescript-urql": "3.7.3",
|
||||
"@graphql-codegen/urql-introspection": "2.2.1",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@types/react": "^18.0.27",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"@types/rimraf": "^3.0.2",
|
||||
"@vitejs/plugin-react": "4.0.0",
|
||||
"@vitest/coverage-c8": "^0.28.4",
|
||||
|
|
|
@ -43,8 +43,8 @@
|
|||
"@graphql-codegen/typescript-urql": "3.7.3",
|
||||
"@graphql-codegen/urql-introspection": "2.2.1",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@types/react": "18.0.14",
|
||||
"@types/react-dom": "18.0.6",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"clean-publish": "^4.0.1",
|
||||
"eslint": "8.42.0",
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-saleor": "workspace:*",
|
||||
"typescript": "5.1.3"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"graphql-tag": "^2.12.6",
|
||||
"jsdom": "^20.0.3",
|
||||
"next": "13.3.0",
|
||||
"next-urql": "^4.0.2",
|
||||
"next-urql": "4.0.3",
|
||||
"pino": "^8.14.1",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"react": "18.2.0",
|
||||
|
@ -59,8 +59,8 @@
|
|||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-saleor": "workspace:*",
|
||||
"typescript": "5.1.3"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"graphql": "16.6.0",
|
||||
"graphql-tag": "^2.12.6",
|
||||
"next": "13.3.0",
|
||||
"next-urql": "4.0.0",
|
||||
"next-urql": "4.0.3",
|
||||
"pino": "^8.14.1",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"react": "18.2.0",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"react-hook-form": "^7.43.9",
|
||||
"react-query": "^3.39.3",
|
||||
"urql": "^3.0.3",
|
||||
"zod": "^3.21.4"
|
||||
"zod": "^3.20.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "3.2.2",
|
||||
|
@ -48,8 +48,8 @@
|
|||
"@graphql-codegen/typescript-urql": "3.7.3",
|
||||
"@graphql-codegen/urql-introspection": "2.2.1",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@types/react": "~18.0.38",
|
||||
"@types/react-dom": "^18.0.8",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"@vitejs/plugin-react": "4.0.0",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-saleor": "workspace:*",
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
"@graphql-codegen/typescript-urql": "3.7.3",
|
||||
"@graphql-codegen/urql-introspection": "2.2.1",
|
||||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@types/react": "^18.0.19",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
||||
"@typescript-eslint/parser": "^5.36.2",
|
||||
"autoprefixer": "^10.4.7",
|
||||
|
|
|
@ -59,8 +59,8 @@
|
|||
"@graphql-typed-document-node/core": "3.2.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@types/react": "^18.0.21",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"@vitejs/plugin-react": "4.0.0",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-saleor": "workspace:*",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"eslint-config-saleor": "workspace:*",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.1.2",
|
||||
"next": "^13.3.0",
|
||||
"next": "13.3.0",
|
||||
"prettier": "^2.8.4",
|
||||
"syncpack": "10.5.1",
|
||||
"turbo": "1.10.1"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"eslint-config-prettier": "8.8.0",
|
||||
"eslint-config-turbo": "1.10.1",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"next": "^13.3.0",
|
||||
"next": "13.3.0",
|
||||
"typescript": "5.1.3"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
|
|
@ -21,12 +21,12 @@
|
|||
"@storybook/react": "^7.0.12",
|
||||
"@storybook/react-vite": "^7.0.12",
|
||||
"@storybook/testing-library": "^0.0.14-next.2",
|
||||
"@types/react": "^18.0.27",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"@vanilla-extract/vite-plugin": "^3.8.1",
|
||||
"eslint-config-saleor": "workspace:*",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-hook-form": "^7.43.9",
|
||||
"storybook": "^7.0.12",
|
||||
"typescript": "5.1.3",
|
||||
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
"main": "index.ts",
|
||||
"peerDependencies": {
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,24 +17,24 @@
|
|||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
"@saleor/app-sdk": "0.40.1",
|
||||
"@saleor/macaw-ui": "^0.7.2",
|
||||
"@types/react": "^18.0.27",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"@types/semver": "^7.5.0",
|
||||
"clsx": "^1.2.1",
|
||||
"eslint-config-saleor": "workspace:*",
|
||||
"next": "^13.3.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"next": "13.3.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"vite": "4.3.9",
|
||||
"vitest": "0.31.3"
|
||||
},
|
||||
"main": "index.ts",
|
||||
"peerDependencies": {
|
||||
"@saleor/app-sdk": "0.39.1",
|
||||
"next": "^13.3.0",
|
||||
"@saleor/app-sdk": "0.40.1",
|
||||
"next": "13.3.0",
|
||||
"pino": "^8.14.1",
|
||||
"pino-pretty": "^10.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,18 +11,18 @@
|
|||
"devDependencies": {
|
||||
"@saleor/app-sdk": "0.40.1",
|
||||
"@saleor/macaw-ui": "0.8.0-pre.95",
|
||||
"@types/react": "^18.0.27",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@types/react": "18.2.5",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"eslint-config-saleor": "workspace:*",
|
||||
"next": "^13.3.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"next": "13.3.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
"main": "index.ts",
|
||||
"peerDependencies": {
|
||||
"@saleor/app-sdk": "0.39.1",
|
||||
"next": "^13.3.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"@saleor/app-sdk": "0.40.1",
|
||||
"next": "13.3.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
}
|
||||
}
|
||||
|
|
1265
pnpm-lock.yaml
1265
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue