Skip to content

Commit 61b7426

Browse files
authored
upd deps (#1162)
1 parent 1bfa294 commit 61b7426

File tree

3 files changed

+141
-128
lines changed

3 files changed

+141
-128
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@typescript-eslint/eslint-plugin": "^7.10.0",
107107
"@typescript-eslint/parser": "^7.10.0",
108108
"cross-env": "^7.0.3",
109-
"eslint": "^8.57.0",
109+
"eslint": "^8.57.1",
110110
"eslint-import-resolver-typescript": "^3.6.1",
111111
"eslint-plugin-babel": "^5.3.1",
112112
"eslint-plugin-import": "^2.29.1",
@@ -143,7 +143,10 @@
143143
"[email protected]": "^1.20.3",
144144
"[email protected]": "^19.0.8",
145145
"[email protected]": "^0.7.2",
146-
"[email protected]": "1.0.0-rc.12"
146+
"[email protected]": "1.0.0-rc.12",
147+
"[email protected]": "^2.0.7",
148+
"[email protected]": "^5.1.9",
149+
"[email protected]": "^7.0.6"
147150
}
148151
}
149152
}

packages/sandbox_next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"iron-session": "^6.3.1",
4949
"jsonfile": "^6.1.0",
5050
"lodash": "^4.17.21",
51-
"nanoid": "^5.0.7",
51+
"nanoid": "^5.0.9",
5252
"react": "^18.3.1",
5353
"react-dom": "^18.3.1",
5454
"serialize-javascript": "^6.0.2"
@@ -65,7 +65,7 @@
6565
"@types/react-dom": "^18.3.0",
6666
"babel-loader": "^8.2.2",
6767
"babel-plugin-import": "^1.13.3",
68-
"next": "^14.2.10",
68+
"next": "^14.2.23",
6969
"sass": "^1.77.2",
7070
"typescript": "~5.4.5",
7171
"webpack": "^5.95.0"

0 commit comments

Comments
 (0)