Update nextjs to 13.4.8 (#720)

* Update nextjs to 13.4.8

* Update .changeset/neat-queens-draw.md

Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>

---------

Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
This commit is contained in:
Lukasz Ostrowski 2023-07-04 12:43:57 +02:00 committed by GitHub
parent 054ec48a66
commit 2d77bca353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 545 additions and 401 deletions

View file

@ -0,0 +1,18 @@
---
"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 Next.js to 13.4.8

View file

@ -25,7 +25,7 @@
"clsx": "^1.2.1",
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"next": "13.3.0",
"next": "13.4.8",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"react": "18.2.0",

View file

@ -28,7 +28,7 @@
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"jsdom": "^20.0.3",
"next": "13.3.0",
"next": "13.4.8",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"react": "18.2.0",

View file

@ -27,7 +27,7 @@
"graphql-tag": "^2.12.6",
"jose": "^4.11.2",
"jsdom": "^20.0.3",
"next": "13.3.0",
"next": "13.4.8",
"nuvo-react": "^1.22.1",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",

View file

@ -37,7 +37,7 @@
"html-to-text": "^9.0.3",
"jsdom": "^20.0.3",
"mjml": "^4.13.0",
"next": "13.3.0",
"next": "13.4.8",
"nodemailer": "^6.9.1",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",

View file

@ -29,7 +29,7 @@
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"microinvoice": "^1.0.6",
"next": "13.3.0",
"next": "13.4.8",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"react": "18.2.0",

View file

@ -22,7 +22,7 @@
"clsx": "^1.2.1",
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"next": "13.3.0",
"next": "13.4.8",
"node-fetch": "^3.2.6",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",

View file

@ -25,7 +25,7 @@
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"jsdom": "^20.0.3",
"next": "13.3.0",
"next": "13.4.8",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"react": "18.2.0",

View file

@ -32,7 +32,7 @@
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"jsdom": "^20.0.3",
"next": "13.3.0",
"next": "13.4.8",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"react": "18.2.0",

View file

@ -26,7 +26,7 @@
"debug": "^4.3.4",
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"next": "13.3.0",
"next": "13.4.8",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"react": "18.2.0",

View file

@ -26,7 +26,7 @@
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"jose": "^4.11.2",
"next": "13.3.0",
"next": "13.4.8",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"react": "18.2.0",

View file

@ -32,7 +32,7 @@
"graphql-tag": "^2.12.6",
"jotai": "^2.0.0",
"jsdom": "^20.0.3",
"next": "13.3.0",
"next": "13.4.8",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"react": "18.2.0",

View file

@ -22,7 +22,7 @@
"eslint-config-saleor": "workspace:*",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"next": "13.3.0",
"next": "13.4.8",
"prettier": "^2.8.4",
"syncpack": "10.5.1",
"turbo": "1.10.3"

View file

@ -3,11 +3,11 @@
"version": "0.4.2",
"devDependencies": {
"eslint": "8.42.0",
"eslint-config-next": "13.3.4",
"eslint-config-next": "13.4.8",
"eslint-config-prettier": "8.8.0",
"eslint-config-turbo": "1.10.3",
"eslint-plugin-react": "7.32.2",
"next": "13.3.0",
"next": "13.4.8",
"typescript": "5.1.3"
},
"license": "MIT",

View file

@ -24,7 +24,7 @@
"@types/semver": "^7.5.0",
"clsx": "^1.2.1",
"eslint-config-saleor": "workspace:*",
"next": "13.3.0",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"vite": "4.3.9",

View file

@ -14,7 +14,7 @@
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"eslint-config-saleor": "workspace:*",
"next": "13.3.0",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0"
},

File diff suppressed because it is too large Load diff