fix(i18n): next-export-i18n should be using the 2.x.x branch

This commit is contained in:
Gabe Kangas
2025-01-15 23:32:16 -08:00
parent 5733c86d8f
commit 8ab8659889
2 changed files with 6 additions and 6 deletions

10
web/package-lock.json generated
View File

@@ -35,7 +35,7 @@
"interweave-autolink": "^5.1.0",
"lodash": "4.17.21",
"next": "14.2.21",
"next-export-i18n": "^3.0.0",
"next-export-i18n": "^2.0.0",
"next-pwa": "^5.6.0",
"next-with-less": "3.0.1",
"postcss-flexbugs-fixes": "5.0.2",
@@ -29056,15 +29056,15 @@
}
},
"node_modules/next-export-i18n": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/next-export-i18n/-/next-export-i18n-3.0.0.tgz",
"integrity": "sha512-OMp4L9rLD9OC7f2AcQj7XC2oi1sh4mIiAg61lO+gKBRubypjQ/UHXC8nGES4wJpweYH0HYwHcA6H4H8K2NXn5A==",
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/next-export-i18n/-/next-export-i18n-2.3.5.tgz",
"integrity": "sha512-qgZPcAtJthPY33r4lsgDMYc2Nbj4SElCPtzHT+SzShFFWFFQZMKwHz374Sv/T7Bwk3fJ7iLWMJohAxy/n6AbZw==",
"license": "MIT",
"dependencies": {
"mustache": "^4.2.0"
},
"peerDependencies": {
"next": ">=13.0.0",
"next": ">=12.1.5",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}

View File

@@ -46,7 +46,7 @@
"interweave-autolink": "^5.1.0",
"lodash": "4.17.21",
"next": "14.2.21",
"next-export-i18n": "^3.0.0",
"next-export-i18n": "^2.0.0",
"next-pwa": "^5.6.0",
"next-with-less": "3.0.1",
"postcss-flexbugs-fixes": "5.0.2",