Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Apr 13, 2023
1 parent 592c790 commit 49b8355
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"nuke:install": "rimraf ./node_modules ./package-lock.json"
},
"dependencies": {
"i18next": "22.4.13",
"next": "^13.2.4",
"i18next": "22.4.14",
"next": "^13.3.0",
"next-i18next": "^13.2.2",
"react": "^18.2.0",
"react-i18next": "^12.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.15.6",
"@types/react": "^18.0.28",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"eslint-config-next": "^13.2.4",
"rimraf": "^4.4.1",
"eslint-config-next": "^13.3.0",
"rimraf": "^5.0.0",
"picocolors": "^1.0.0",
"typescript": "^4.9.5"
}
Expand Down
8 changes: 4 additions & 4 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": "22.4.13",
"next": "13.2.4",
"i18next": "22.4.14",
"next": "13.3.0",
"next-i18next": "13.2.2",
"next-language-detector": "^1.0.2",
"react": "^18.2.0",
"react-i18next": "^12.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint-config-next": "13.2.4",
"eslint-config-next": "13.3.0",
"http-server": "14.1.1",
"locize-cli": "7.14.0",
"rimraf": "^4.4.1"
"rimraf": "^5.0.0"
}
}

0 comments on commit 49b8355

Please sign in to comment.