Skip to content

Commit

Permalink
chore: update deps (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored Aug 14, 2023
1 parent 943de8e commit eb462a3
Show file tree
Hide file tree
Showing 9 changed files with 426 additions and 547 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
dist/
out/
.next/
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"plugin:prettier/recommended"
],
"rules": {
"@typescript-eslint/no-var-requires": "off"
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-explicit-any": "off"
},
"env": {
"browser": true,
"es2021": true
}
}
}
2 changes: 1 addition & 1 deletion examples/next-app/app/[locale]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getI18n, getScopedI18n, getCurrentLocale, getStaticParams } from '../../locales/server';
import { getI18n, getScopedI18n, getCurrentLocale /*, getStaticParams */ } from '../../locales/server';

// Only needed for SSG
// export const generateStaticParams = getStaticParams();
Expand Down
3 changes: 0 additions & 3 deletions examples/next-app/app/api/hello/route.ts

This file was deleted.

6 changes: 3 additions & 3 deletions examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@types/node": "^18.0.4",
"@types/react": "^18.2.9",
"@types/react-dom": "18.2.4",
"eslint": "8.19.0",
"eslint-config-next": "13.4.9",
"next": "13.4.9",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"next": "13.4.13",
"next-international": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/next-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"next": "13.4.9",
"next": "13.4.13",
"next-international": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^18.0.4",
"@types/react": "^18.2.9",
"eslint": "8.19.0",
"eslint-config-next": "13.4.9",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"next-transpile-modules": "^9.0.0",
"typescript": "^5.1.6"
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"engines": {
"pnpm": ">=7"
},
"packageManager": "pnpm@8.6.9",
"packageManager": "pnpm@8.6.12",
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -26,19 +26,19 @@
"@types/node": "^20.4.4",
"@types/react": "^18.2.9",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.32.2",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "5.0.0-canary-7118f5dd7-20230705",
"husky": "^8.0.1",
"husky": "^8.0.3",
"jsdom": "^20.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.6.2",
"lint-staged": "^14.0.0",
"prettier": "^3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-international/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/react": "^18.2.9",
"next": "13.4.9",
"next": "13.4.13",
"react": "18.2.0",
"tsup": "^7.1.0"
},
Expand Down
Loading

0 comments on commit eb462a3

Please sign in to comment.