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
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"esbuild-plugin-file-path-extensions": "^2.1.2",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jest": "^29.15.1",
"express": "^5.2.1",
"faux-jax-tulios": "^5.0.9",
"globals": "^16.4.0",
Expand Down
21 changes: 12 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3076,7 +3076,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.58.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
"@typescript-eslint/utils@npm:8.58.0, @typescript-eslint/utils@npm:^8.0.0":
version: 8.58.0
resolution: "@typescript-eslint/utils@npm:8.58.0"
dependencies:
Expand Down Expand Up @@ -5370,21 +5370,24 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest@npm:^28.11.0":
version: 28.14.0
resolution: "eslint-plugin-jest@npm:28.14.0"
"eslint-plugin-jest@npm:^29.15.1":
version: 29.15.1
resolution: "eslint-plugin-jest@npm:29.15.1"
dependencies:
"@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0 || ^8.0.0"
"@typescript-eslint/utils": "npm:^8.0.0"
peerDependencies:
"@typescript-eslint/eslint-plugin": ^6.0.0 || ^7.0.0 || ^8.0.0
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
"@typescript-eslint/eslint-plugin": ^8.0.0
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
jest: "*"
typescript: ">=4.8.4 <7.0.0"
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
jest:
optional: true
checksum: 10/6032497bd97d6dd010450d5fdf535b8613a2789f4f83764ae04361c48d06d92f3d9b2e4350914b8fd857b6e611ba2b5282a1133ab8ec51b3e7053f9d336058e6
typescript:
optional: true
checksum: 10/436ae3c695f0dfe443e19d0ad94ede6e78adfaf47ba89db7046ac77b0e82127ad12ac2ed50846ef9f360d6c1bd5f0d2841b7fe5ff6e246eb069b0e85197a42fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -8047,7 +8050,7 @@ __metadata:
esbuild-plugin-file-path-extensions: "npm:^2.1.2"
eslint: "npm:^9.20.1"
eslint-config-prettier: "npm:^10.0.1"
eslint-plugin-jest: "npm:^28.11.0"
eslint-plugin-jest: "npm:^29.15.1"
express: "npm:^5.2.1"
faux-jax-tulios: "npm:^5.0.9"
globals: "npm:^16.4.0"
Expand Down
Loading