Skip to content

Commit 40ffb35

Browse files
committed
feat: upgrade to next v15.1.6
1 parent 7f38440 commit 40ffb35

3 files changed

Lines changed: 122 additions & 133 deletions

File tree

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@
7272
"commercelayer"
7373
],
7474
"dependencies": {
75-
"@commercelayer/js-auth": "^6.7.0",
75+
"@commercelayer/js-auth": "^6.7.1",
7676
"@commercelayer/organization-config": "^2.0.2",
7777
"@commercelayer/react-components": "4.19.0",
78-
"@commercelayer/sdk": "^6.31.0",
78+
"@commercelayer/sdk": "^6.32.0",
7979
"@faker-js/faker": "^9.4.0",
8080
"@headlessui/react": "^2.2.0",
81-
"@next/bundle-analyzer": "^15.0.3",
82-
"@next/eslint-plugin-next": "^15.0.3",
81+
"@next/bundle-analyzer": "^15.1.6",
82+
"@next/eslint-plugin-next": "^15.1.6",
8383
"@playwright/test": "1.50.1",
8484
"@tailwindcss/forms": "^0.5.10",
8585
"@types/async-retry": "1.4.8",
@@ -96,16 +96,16 @@
9696
"cronstrue": "^2.54.0",
9797
"dotenv": "^16.4.7",
9898
"i18next": "^24.2.2",
99-
"next": "^15.0.3",
99+
"next": "^15.1.6",
100100
"next-build-id": "^3.0.0",
101-
"next-i18next": "^15.4.1",
101+
"next-i18next": "^15.4.2",
102102
"postcss": "^8.5.1",
103103
"react": "^18.3.1",
104104
"react-dom": "^18.3.1",
105105
"react-gtm-module": "^2.0.11",
106106
"react-i18next": "^15.4.0",
107107
"react-router-dom": "^6.28.0",
108-
"styled-components": "^6.1.14",
108+
"styled-components": "^6.1.15",
109109
"tailwindcss": "^3.4.14",
110110
"twin.macro": "^3.4.1",
111111
"typescript": "^5.7.3"
@@ -120,7 +120,7 @@
120120
"@typescript-eslint/eslint-plugin": "^7.18.0",
121121
"@typescript-eslint/parser": "^7.18.0",
122122
"eslint": "^8.57.0",
123-
"eslint-config-next": "^15.0.3",
123+
"eslint-config-next": "^15.1.6",
124124
"eslint-config-prettier": "^9.1.0",
125125
"eslint-config-standard": "^17.1.0",
126126
"eslint-plugin-import": "^2.31.0",

0 commit comments

Comments
 (0)