Skip to content

Commit

Permalink
update deps of ssg example
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 29, 2023
1 parent 968dc4d commit f189d3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"clean": "rimraf .next out"
},
"dependencies": {
"i18next": "23.6.0",
"next": "14.0.1",
"i18next": "23.7.7",
"next": "14.0.3",
"next-i18next": "^15.0.0",
"next-language-detector": "^1.0.2",
"next-language-detector": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.3.1"
"react-i18next": "^13.5.0"
},
"devDependencies": {
"eslint-config-next": "14.0.1",
"eslint-config-next": "14.0.3",
"http-server": "14.1.1",
"locize-cli": "7.14.11",
"locize-cli": "7.14.14",
"rimraf": "^5.0.5"
}
}

0 comments on commit f189d3b

Please sign in to comment.