Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update devdependencies (non-major) (patch) #360

Merged
merged 1 commit into from
Feb 23, 2024
Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
"@types/node": "20.11.20",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"husky": "9.0.11",
"i18next": "23.8.2",
"i18next": "23.8.3",
"jest": "29.7.0",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -685,14 +685,14 @@ __metadata:
"@commitlint/cli": "npm:18.6.1"
"@commitlint/config-conventional": "npm:18.6.2"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.11.19"
"@types/node": "npm:20.11.20"
"@typescript-eslint/eslint-plugin": "npm:7.0.1"
"@typescript-eslint/parser": "npm:7.0.1"
eslint: "npm:8.56.0"
eslint-config-prettier: "npm:9.1.0"
eslint-plugin-import: "npm:2.29.1"
husky: "npm:9.0.11"
i18next: "npm:23.8.2"
i18next: "npm:23.8.3"
jest: "npm:29.7.0"
prettier: "npm:3.2.5"
ts-jest: "npm:29.1.2"
Expand Down Expand Up @@ -1303,12 +1303,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.11.19":
version: 20.11.19
resolution: "@types/node@npm:20.11.19"
"@types/node@npm:20.11.20":
version: 20.11.20
resolution: "@types/node@npm:20.11.20"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/f451ef0a1d78f29c57bad7b77e49ebec945f2a6d0d7a89851d7e185ee9fe7ad94d651c0dfbcb7858c9fa791310c8b40a881e2260f56bd3c1b7e7ae92723373ae
checksum: 10c0/8e8de211e6d54425c603388a9b5cc9c434101985d0a1c88aabbf65d10df2b1fccd71855c20e61ae8a75c7aea56cb0f64e722cf7914cff1247d0b62ce21996ac4
languageName: node
linkType: hard

Expand Down Expand Up @@ -3403,12 +3403,12 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:23.8.2":
version: 23.8.2
resolution: "i18next@npm:23.8.2"
"i18next@npm:23.8.3":
version: 23.8.3
resolution: "i18next@npm:23.8.3"
dependencies:
"@babel/runtime": "npm:^7.23.2"
checksum: 10c0/c16ccee81bc1e096fec8d10000de42f10137f7cd27b295eca22492cb174b364ebca72327b2e6be066c4308c79bf72c8585d1c7cde2aedf556e3f423af60cd66c
checksum: 10c0/07c289c4166e4ba3124bce0b128938a034e045bb0a06233059de76379a3ac204d49efee580989852ca4044c230fca53da8abcfc82527d163c50dbff2fdd1d6b2
languageName: node
linkType: hard

Expand Down
Loading