Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit c810c95

Browse files
fix(deps): update nextjs monorepo to v13.2.3
1 parent 5caba53 commit c810c95

File tree

4 files changed

+79
-248
lines changed

4 files changed

+79
-248
lines changed

apps/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"date-fns": "2.29.3",
3030
"graphql": "^16.6.0",
3131
"lucide-react": "^0.115.0",
32-
"next": "13.2.2-canary.2",
32+
"next": "13.2.3",
3333
"react": "^18.2.0",
3434
"react-dom": "^18.2.0",
3535
"react-player": "^2.11.2",
@@ -68,7 +68,7 @@
6868
"dotenv": "16.0.3",
6969
"dotenv-cli": "^7.0.0",
7070
"eslint": "^8.35.0",
71-
"eslint-config-next": "13.2.2-canary.0",
71+
"eslint-config-next": "13.2.3",
7272
"eslint-plugin-jest": "^27.2.1",
7373
"eslint-plugin-storybook": "^0.6.11",
7474
"graphql-tag": "^2.12.6",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"graphql": "^16.6.0",
4646
"graphql-config": "^4.4.1",
4747
"graphql-tag": "^2.12.6",
48-
"next": "13.2.1-canary.0",
48+
"next": "13.2.3",
4949
"react": "^18.2.0",
5050
"react-dom": "^18.2.0"
5151
},

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"license": "GPL-3.0-or-later",
66
"dependencies": {
7-
"eslint-config-next": "13.2.2-canary.0",
7+
"eslint-config-next": "13.2.3",
88
"eslint-config-prettier": "^8.6.0",
99
"eslint-config-turbo": "^0.0.9",
1010
"eslint-plugin-import": "^2.27.5",

0 commit comments

Comments
 (0)