Skip to content

Commit

Permalink
update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 1, 2023
1 parent 5cc3483 commit e35b696
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 263 deletions.
2 changes: 1 addition & 1 deletion .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const getSimpleExamplePageLimits = () => {
pages: {
'/': '85kb',
'/404': '90kb',
'/_app': '100kb',
'/_app': '105kb',
'/_error': '80Kb',
'/second-page': '85Kb',
},
Expand Down
12 changes: 6 additions & 6 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts"
},
"dependencies": {
"i18next": "23.4.6",
"next": "^13.4.12",
"next-i18next": "^14.0.2",
"i18next": "23.6.0",
"next": "^14.0.1",
"next-i18next": "^14.0.3",
"react": "^18.2.0",
"react-i18next": "^13.2.1",
"react-i18next": "^13.3.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"eslint-config-next": "^13.4.12",
"i18next-resources-for-ts": "1.3.0",
"eslint-config-next": "^14.0.1",
"i18next-resources-for-ts": "1.3.3",
"rimraf": "^5.0.1",
"picocolors": "^1.0.0",
"typescript": "^5.1.6"
Expand Down
10 changes: 5 additions & 5 deletions examples/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"clean": "rimraf .next out"
},
"dependencies": {
"i18next": "23.4.6",
"next": "13.4.12",
"next-i18next": "^14.0.2",
"i18next": "23.6.0",
"next": "14.0.1",
"next-i18next": "^14.0.3",
"next-language-detector": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.1"
"react-i18next": "^13.3.1"
},
"devDependencies": {
"eslint-config-next": "13.4.12",
"eslint-config-next": "14.0.1",
"http-server": "14.1.1",
"locize-cli": "7.14.8",
"rimraf": "^5.0.1"
Expand Down

0 comments on commit e35b696

Please sign in to comment.