Skip to content

Commit

Permalink
fix(deps): update dependency i18next to v23 (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent f108b4c commit 8c9586f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Jérémy La Scala"
],
"dependencies": {
"i18next": "22.4.15"
"i18next": "23.4.4"
},
"scripts": {
"prepack": "yarn build",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,12 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.20.6":
version: 7.21.5
resolution: "@babel/runtime@npm:7.21.5"
"@babel/runtime@npm:^7.22.5":
version: 7.22.10
resolution: "@babel/runtime@npm:7.22.10"
dependencies:
regenerator-runtime: ^0.13.11
checksum: 358f2779d3187f5c67ad302e8f8d435412925d0b991d133c7d4a7b1ddd5a3fda1b6f34537cb64628dfd96a27ae46df105bed3895b8d754b88cacdded8d1129dd
regenerator-runtime: ^0.14.0
checksum: 524d41517e68953dbc73a4f3616b8475e5813f64e28ba89ff5fca2c044d535c2ea1a3f310df1e5bb06162e1f0b401b5c4af73fe6e2519ca2450d9d8c44cf268d
languageName: node
linkType: hard

Expand Down Expand Up @@ -695,7 +695,7 @@ __metadata:
eslint-config-prettier: 9.0.0
eslint-plugin-import: 2.28.0
husky: 8.0.3
i18next: 22.4.15
i18next: 23.4.4
jest: 29.6.2
prettier: 3.0.2
ts-jest: 29.1.1
Expand Down Expand Up @@ -3374,12 +3374,12 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:22.4.15":
version: 22.4.15
resolution: "i18next@npm:22.4.15"
"i18next@npm:23.4.4":
version: 23.4.4
resolution: "i18next@npm:23.4.4"
dependencies:
"@babel/runtime": ^7.20.6
checksum: fced898227983e439c59e7aa6e7b87e53ad1b8a1c85f0613a968881418266e5336e9443831125590559796075d516fe3dbf8118679c894094a0a404be78b02a2
"@babel/runtime": ^7.22.5
checksum: faa968dcba328528231e3cd140d5a0f4b9b472b75874b7cbf8415e2dbff48397f1cdcc36a739ea6915f6970c367fdd7f985f120e63e1c30a839c53e366d851fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -5284,10 +5284,10 @@ __metadata:
languageName: node
linkType: hard

"regenerator-runtime@npm:^0.13.11":
version: 0.13.11
resolution: "regenerator-runtime@npm:0.13.11"
checksum: 27481628d22a1c4e3ff551096a683b424242a216fee44685467307f14d58020af1e19660bf2e26064de946bad7eff28950eae9f8209d55723e2d9351e632bbb4
"regenerator-runtime@npm:^0.14.0":
version: 0.14.0
resolution: "regenerator-runtime@npm:0.14.0"
checksum: 1c977ad82a82a4412e4f639d65d22be376d3ebdd30da2c003eeafdaaacd03fc00c2320f18120007ee700900979284fc78a9f00da7fb593f6e6eeebc673fba9a3
languageName: node
linkType: hard

Expand Down

0 comments on commit 8c9586f

Please sign in to comment.