Skip to content

Commit

Permalink
build: Update I18Next (#13603)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasEng authored Sep 25, 2024
1 parent 4ae8727 commit 034c44d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion frontend/app-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@studio/pure-functions": "workspace:^",
"axios": "1.7.7",
"classnames": "2.5.1",
"i18next": "23.14.0",
"i18next": "23.15.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const mockResource2: Resource = {
};
const mockResourceType: ResourceTypeOption = textMock(
'resourceadm.about_resource_resource_type_system_resource',
);
) as ResourceTypeOption;
const mockStatus: ResourceStatusOption = 'Deprecated';

const mockNewTitleInput: string = '23';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tanstack/react-query-devtools": "5.56.2",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"i18next": "23.14.0",
"i18next": "23.15.1",
"identity-obj-proxy": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8060,7 +8060,7 @@ __metadata:
eslint-plugin-testing-library: "npm:6.3.0"
glob: "npm:11.0.0"
husky: "npm:9.1.6"
i18next: "npm:23.14.0"
i18next: "npm:23.15.1"
identity-obj-proxy: "npm:3.0.0"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
Expand Down Expand Up @@ -8187,7 +8187,7 @@ __metadata:
axios: "npm:1.7.7"
classnames: "npm:2.5.1"
cross-env: "npm:7.0.3"
i18next: "npm:23.14.0"
i18next: "npm:23.15.1"
jest: "npm:29.7.0"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
Expand Down Expand Up @@ -13348,12 +13348,12 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:23.14.0":
version: 23.14.0
resolution: "i18next@npm:23.14.0"
"i18next@npm:23.15.1":
version: 23.15.1
resolution: "i18next@npm:23.15.1"
dependencies:
"@babel/runtime": "npm:^7.23.2"
checksum: 10/661c1b22ae20bf75a616b3a804b96fd55bd04ed880853a05ef93912ed37f65b9546d8f8bbe55dfe2967a5b0f2ce110a7e9f4b7a6a3d90eb097d06c858d2b3e3f
checksum: 10/bfd4935517ddd68bd12ccc0b7bd454f1a19403b627d79a2fe81c9059380674f085804f8d7475dd248a887f90d9e2da0f9be64179ddf32e9eebac47e4b9f92889
languageName: node
linkType: hard

Expand Down

0 comments on commit 034c44d

Please sign in to comment.