Skip to content

Commit e9d7962

Browse files
committed
fix! Add i18next v21.8.4 dependency
1 parent 263a6cd commit e9d7962

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"eslint-plugin-react": "^7.37.3",
7373
"flat": "5.0.2",
7474
"humanize-duration": "^3.32.1",
75+
"i18next": "^21.8.4",
7576
"i18next-browser-languagedetector": "^8.0.0",
7677
"i18next-parser": "^3.11.0",
7778
"mocha-junit-reporter": "^2.2.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@test/*": ["src/cryostat-web/src/test/*"],
2727
"@i18n/*": ["src/cryostat-web/src/i18n/*"],
2828
"@assets/*": ["node_modules/@patternfly/react-core/dist/styles/assets/*"],
29-
"react": [ "./node_modules/@types/react" ]
29+
"react": [ "./node_modules/@types/react" ],
3030
},
3131
"skipLibCheck": true
3232
},

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ __metadata:
2323
languageName: node
2424
linkType: hard
2525

26-
"@babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.13, @babel/runtime@npm:^7.14.5, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.2.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.9.2":
26+
"@babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.13, @babel/runtime@npm:^7.14.5, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.17.2, @babel/runtime@npm:^7.2.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.9.2":
2727
version: 7.26.0
2828
resolution: "@babel/runtime@npm:7.26.0"
2929
dependencies:
@@ -3696,6 +3696,7 @@ __metadata:
36963696
eslint-plugin-react: ^7.37.3
36973697
flat: 5.0.2
36983698
humanize-duration: ^3.32.1
3699+
i18next: ^21.8.4
36993700
i18next-browser-languagedetector: ^8.0.0
37003701
i18next-parser: ^3.11.0
37013702
license-check-and-add: ^4.0.5
@@ -6929,6 +6930,15 @@ __metadata:
69296930
languageName: node
69306931
linkType: hard
69316932

6933+
"i18next@npm:^21.8.4":
6934+
version: 21.10.0
6935+
resolution: "i18next@npm:21.10.0"
6936+
dependencies:
6937+
"@babel/runtime": ^7.17.2
6938+
checksum: f997985e2d4d15a62a0936a82ff6420b97f3f971e776fe685bdd50b4de0cb4dc2198bc75efe6b152844794ebd5040d8060d6d152506a687affad534834836d81
6939+
languageName: node
6940+
linkType: hard
6941+
69326942
"iconv-lite@npm:0.4.24":
69336943
version: 0.4.24
69346944
resolution: "iconv-lite@npm:0.4.24"

0 commit comments

Comments
 (0)