Skip to content

Commit

Permalink
chore: Use local versions correctly (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn authored Sep 26, 2024
1 parent 03c65c6 commit e62d1d3
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 78 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
link-workspace-packages=true
prefer-workspace-packages=true
2 changes: 1 addition & 1 deletion examples/example-app-router-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"next": "^14.2.4",
"next-intl": "latest",
"next-intl": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/example-app-router-mixed-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"next": "^14.2.4",
"next-intl": "latest",
"next-intl": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-app-router-next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"next": "^14.2.4",
"next-auth": "^4.24.7",
"next-intl": "latest",
"next-intl": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/example-app-router-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lodash": "^4.17.21",
"ms": "2.1.3",
"next": "^14.2.4",
"next-intl": "latest",
"next-intl": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-app-router-single-locale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"next": "^14.2.4",
"next-intl": "latest",
"next-intl": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"next": "^14.2.4",
"next-intl": "latest",
"next-intl": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"clsx": "^2.1.1",
"next": "^14.2.4",
"next-intl": "latest",
"next-intl": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-pages-router-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"accept-language-parser": "^1.5.0",
"lodash": "^4.17.21",
"next": "^14.2.4",
"next-intl": "latest",
"next-intl": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/example-pages-router-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"next": "^12.0.0",
"use-intl": "latest",
"use-intl": "^3.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/example-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"date-fns": "^3.6.0",
"next": "^14.2.4",
"next-intl": "latest",
"next-intl": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/example-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"isbot": "^5.1.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"use-intl": "latest"
"use-intl": "^3.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/example-use-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"use-intl": "latest"
"use-intl": "^3.0.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand Down
93 changes: 27 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e62d1d3

Please sign in to comment.