Update next to 13.3.0 (#388)

* Update next to 13.3.0

* Fix cms next version
This commit is contained in:
Lukasz Ostrowski 2023-04-14 11:27:25 +02:00 committed by GitHub
parent 51ec11ef41
commit e167e72408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 4620 additions and 5103 deletions

View file

@ -0,0 +1,17 @@
---
"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-app-slack": patch
"saleor-app-taxes": patch
"saleor-app-cms": patch
"saleor-app-crm": patch
---
Update next.js to 13.3.0

View file

@ -28,7 +28,7 @@
"clsx": "^1.2.1",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"next": "13.2",
"next": "13.3.0",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1",
"react": "18.2.0",

View file

@ -30,7 +30,7 @@
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"jsdom": "^20.0.3",
"next": "13.2.4",
"next": "13.3.0",
"next-urql": "^4.0.2",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1",

View file

@ -31,7 +31,7 @@
"graphql-tag": "^2.12.6",
"jose": "^4.11.2",
"jsdom": "^20.0.3",
"next": "13.1.6",
"next": "13.3.0",
"nuvo-react": "^1.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",

View file

@ -38,7 +38,7 @@
"html-to-text": "^9.0.3",
"jsdom": "^20.0.3",
"mjml": "^4.13.0",
"next": "13.2.1",
"next": "13.3.0",
"next-urql": "^4.0.3",
"nodemailer": "^6.9.1",
"pino": "^8.8.0",

View file

@ -35,7 +35,7 @@
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"microinvoice": "^1.0.6",
"next": "13.1.6",
"next": "13.3.0",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1",
"react": "18.2.0",

View file

@ -26,7 +26,7 @@
"clsx": "^1.2.1",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"next": "13.1.6",
"next": "13.3.0",
"node-fetch": "^3.2.6",
"react": "18.2.0",
"react-dom": "18.2.0",

View file

@ -26,7 +26,7 @@
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"jsdom": "^20.0.3",
"next": "13.1.2",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",

View file

@ -34,7 +34,7 @@
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"jsdom": "^20.0.3",
"next": "13.1.2",
"next": "13.3.0",
"next-urql": "^4.0.2",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1",

View file

@ -29,7 +29,7 @@
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"instantsearch.css": "^7.4.5",
"next": "13.2.4",
"next": "13.3.0",
"next-urql": "4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",

View file

@ -26,7 +26,7 @@
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"jose": "^4.11.2",
"next": "13.1.0",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",

View file

@ -22,6 +22,7 @@
"@saleor/app-sdk": "0.37.1",
"@saleor/apps-shared": "workspace:*",
"@saleor/macaw-ui": "^0.7.2",
"@sentry/nextjs": "^7.45.0",
"@tanstack/react-query": "^4.19.1",
"@trpc/client": "^10.9.0",
"@trpc/next": "^10.9.0",
@ -35,7 +36,7 @@
"graphql-tag": "^2.12.6",
"jotai": "^2.0.0",
"jsdom": "^20.0.3",
"next": "13.2.3",
"next": "13.3.0",
"pino": "^8.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
@ -45,8 +46,7 @@
"usehooks-ts": "^2.9.1",
"vite": "^4.0.1",
"vitest": "^0.25.8",
"zod": "^3.20.2",
"@sentry/nextjs": "^7.45.0"
"zod": "^3.20.2"
},
"devDependencies": {
"@graphql-codegen/cli": "3.2.2",

View file

@ -24,7 +24,7 @@
"eslint-config-saleor": "workspace:*",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"next": "^13.2.3",
"next": "^13.3.0",
"prettier": "^2.8.4",
"turbo": "^1.9.0"
},

View file

@ -4,17 +4,17 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "7.32.2",
"eslint-config-turbo": "^1.9.0",
"eslint": "^8.33.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-turbo": "^1.9.0",
"eslint-plugin-react": "7.32.2",
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"next": "^13.2.3"
"next": "^13.3.0"
}
}

View file

@ -1,20 +1,24 @@
{
"name": "@saleor/apps-shared",
"version": "1.3.0",
"dependencies": {},
"devDependencies": {
"eslint-config-saleor": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@saleor/app-sdk": "0.26.1",
"@saleor/macaw-ui": "^0.7.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"clsx": "^1.2.1",
"next": "^13.1.6"
"eslint-config-saleor": "workspace:*",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"main": "index.ts"
}

File diff suppressed because it is too large Load diff