Skip to content

Commit

Permalink
chore: update all deps (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored Oct 22, 2023
1 parent 39c7984 commit 548dff9
Show file tree
Hide file tree
Showing 8 changed files with 1,048 additions and 1,048 deletions.
23 changes: 11 additions & 12 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.0.2",
"eslint": "8.47.0",
"eslint-config-next": "13.5.6",
"next": "13.5.6",
"nextra": "2.13.2",
"nextra-theme-docs": "2.13.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.1.6"
"@vercel/analytics": "^1.1.1",
"next": "^13.5.6",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^18.0.4",
"@types/react": "^18.2.9",
"@types/react-dom": "18.2.4"
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"typescript": "^5.2.2"
}
}
21 changes: 10 additions & 11 deletions examples/next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next13",
"version": "0.1.0",
"name": "example-next-app",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,17 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"eslint": "8.47.0",
"eslint-config-next": "13.5.6",
"next": "13.5.6",
"next": "^13.5.6",
"next-international": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.1.6"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.0.4",
"@types/react": "^18.2.9",
"@types/react-dom": "18.2.4"
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"typescript": "^5.2.2"
}
}
19 changes: 9 additions & 10 deletions examples/next-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "example-next",
"name": "example-next-pages",
"version": "0.0.1",
"private": true,
"scripts": {
Expand All @@ -9,17 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"next": "13.5.6",
"next": "^13.5.6",
"next-international": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.0.4",
"@types/react": "^18.2.9",
"eslint": "8.47.0",
"eslint-config-next": "13.5.6",
"next-transpile-modules": "^9.0.0",
"typescript": "^5.1.6"
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"typescript": "^5.2.2"
}
}
45 changes: 22 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,34 @@
"*.{ts,tsx}": "eslint --fix"
},
"engines": {
"pnpm": ">=7"
"pnpm": ">=8"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.9.2",
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.4.4",
"@types/react": "^18.2.9",
"@types/testing-library__jest-dom": "^5.14.5",
"@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.47.0",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "5.0.0-canary-7118f5dd7-20230705",
"husky": "^8.0.3",
"jsdom": "^20.0.0",
"lint-staged": "^14.0.0",
"prettier": "^3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.2"
"jsdom": "^22.1.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
}
}
8 changes: 4 additions & 4 deletions packages/next-international/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"watch": "pnpm build --watch"
},
"devDependencies": {
"@types/react": "^18.2.9",
"next": "13.5.6",
"react": "18.2.0",
"tsup": "^7.1.0"
"@types/react": "^18.2.31",
"next": "^13.5.6",
"react": "^18.2.0",
"tsup": "^7.2.0"
},
"dependencies": {
"client-only": "^0.0.1",
Expand Down
Loading

0 comments on commit 548dff9

Please sign in to comment.