Skip to content

Commit

Permalink
Update next and plugin version from examples (#1082)
Browse files Browse the repository at this point in the history
* update package.json version

* chore: update next.js and next-translate-plugin versions on examples
  • Loading branch information
aralroca authored Jun 23, 2023
1 parent d8e8530 commit 3b28c43
Show file tree
Hide file tree
Showing 6 changed files with 417 additions and 124 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"build": "next build"
},
"dependencies": {
"next": "13.4.6",
"next": "13.4.7",
"next-translate": "link:../../",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom"
},
"devDependencies": {
"next-translate-plugin": "2.0.0"
"next-translate-plugin": "2.4.0"
}
}
10 changes: 5 additions & 5 deletions examples/complex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"dependencies": {
"@mdx-js/loader": "2.3.0",
"@mdx-js/react": "2.3.0",
"@next/mdx": "13.4.6",
"next": "13.4.6",
"@next/mdx": "13.4.7",
"next": "13.4.7",
"next-translate": "link:../../",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom"
},
"devDependencies": {
"@next/bundle-analyzer": "13.4.6",
"@next/bundle-analyzer": "13.4.7",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"next-translate-plugin": "2.0.5",
"@types/react": "18.2.13",
"next-translate-plugin": "2.4.0",
"typescript": "5.1.3"
},
"resolutions": {
Expand Down
6 changes: 3 additions & 3 deletions examples/with-app-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@mdx-js/loader": "2.3.0",
"@mdx-js/react": "2.3.0",
"@next/mdx": "13.4.6",
"next": "13.4.6",
"@next/mdx": "13.4.7",
"next": "13.4.7",
"next-translate": "link:../../",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom"
Expand All @@ -22,7 +22,7 @@
"@next/bundle-analyzer": "13.4.6",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"next-translate-plugin": "link:../../../next-translate-plugin",
"next-translate-plugin": "2.4.0",
"typescript": "5.1.3"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions examples/without-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"build": "next build"
},
"dependencies": {
"next": "13.1.7-canary.11",
"next": "13.4.7",
"next-translate": "link:../../",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom"
},
"devDependencies": {
"next-translate-plugin": "2.0.0"
"next-translate-plugin": "2.4.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-translate",
"version": "2.4.0-canary.4",
"version": "2.4.0-canary.5",
"description": "Tiny and powerful i18n tools (Next plugin + API) to translate your Next.js pages.",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -71,8 +71,8 @@
"@testing-library/react": "13.4.0",
"@types/jest": "29.5.2",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@types/webpack": "5.28.1",
"babel-jest": "29.5.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
Expand All @@ -81,7 +81,7 @@
"express": "4.18.2",
"husky": "7.0.4",
"jest": "27.3.1",
"next": "13.4.6",
"next": "13.4.7",
"next-router-mock": "0.9.6",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
Expand Down
Loading

0 comments on commit 3b28c43

Please sign in to comment.