Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"kill-port": "1.6.1",
"lint-staged": "16.2.7",
"nc": "git+https://github.com/dsueltenfuss/nc.git",
"next-router-mock": "0.9.13",
"next-router-mock": "1.0.5",
"prettier": "3.6.2",
"prettier-plugin-organize-imports": "4.3.0",
"raw-loader": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"next-router-mock": "0.9.13",
"next-router-mock": "1.0.5",
"prettier": "3.6.2",
"prettier-plugin-organize-imports": "4.3.0",
"raw-loader": "4.0.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4863,7 +4863,7 @@ __metadata:
lodash: 4.17.23
nc: "git+https://github.com/dsueltenfuss/nc.git"
next: 16.1.5
next-router-mock: 0.9.13
next-router-mock: 1.0.5
next-seo: 6.8.0
prettier: 3.6.2
prettier-plugin-organize-imports: 4.3.0
Expand Down Expand Up @@ -5053,7 +5053,7 @@ __metadata:
js-yaml: 4.1.1
lodash: 4.17.23
next: 16.1.5
next-router-mock: 0.9.13
next-router-mock: 1.0.5
next-seo: 6.8.0
prettier: 3.6.2
prettier-plugin-organize-imports: 4.3.0
Expand Down Expand Up @@ -29731,13 +29731,13 @@ __metadata:
languageName: node
linkType: hard

"next-router-mock@npm:0.9.13":
version: 0.9.13
resolution: "next-router-mock@npm:0.9.13"
"next-router-mock@npm:1.0.5":
version: 1.0.5
resolution: "next-router-mock@npm:1.0.5"
peerDependencies:
next: ">=10.0.0"
react: ">=17.0.0"
checksum: e6f9bae52cdd4905f628addc14abd1fe9aac7e8a3dbc50d438e82c9c0472cba850a7a624fbd94e68c00b61fd07803a2754587db2ec0fffbd3c45a896c6193bf2
checksum: fec2d39ecc3be22e125d4e7cbac82012f59ab68dbe89c33620de76de79bee2b055d4c8548a71e0abd6e1af5cc7f812b4d9edea543c87bba357c3aa91388d636d
languageName: node
linkType: hard

Expand Down
Loading