Skip to content

Commit

Permalink
Skip: Update dependency i18next to v24 (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'renovate/i18next-24.x' into 'main'
* Skip: Update dependency i18next to v24

See merge request https://gitlab.ci.csc.fi/sds-dev/sd-submit/metadata-submitter-frontend/-/merge_requests/1048

Approved-by: Liisa Lado-Villar <[email protected]>
Co-authored-by: renovate-bot <group_183_bot_2d78ce980e0cdf1c1f6cfb0fa4c95beb@noreply.gitlab.ci.csc.fi>
Merged by Hang Le <[email protected]>
  • Loading branch information
Hang Le committed Dec 3, 2024
2 parents 63d24f3 + b3762df commit 6c14821
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 64 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ajv-i18n": "^4.2.0",
"apisauce": "^3.0.1",
"dotenv": "^16.4.5",
"i18next": "^23.14.0",
"i18next": "^24.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.3.1",
Expand Down Expand Up @@ -50,9 +50,9 @@
"format": "prettier --write \"**/*.+(json|yml|yaml|css|md)\"",
"format:check": "prettier --check \"**/*.+(json|yml|yaml|css|md)\"",
"concurrently": "concurrently",
"postinstall": "husky install",
"tsc": "tsc --pretty",
"preinstall": "npx only-allow pnpm"
"preinstall": "npx only-allow pnpm",
"prepare": "husky"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -98,7 +98,7 @@
"pinst": "^3.0.0",
"prettier": "^2.8.8",
"snapshot-diff": "^0.10.0",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^2.0.0"
},
Expand Down
Loading

0 comments on commit 6c14821

Please sign in to comment.