Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Sep 14, 2023
1 parent aed5e44 commit 62c53d4
Show file tree
Hide file tree
Showing 7 changed files with 1,152 additions and 1,049 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"next-contentlayer": "^0.3.4",
"next-docs-ui": "workspace:*",
"next-docs-zeta": "workspace:*",
"next-sitemap": "^4.2.2",
"next-sitemap": "^4.2.3",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -29,11 +29,11 @@
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.16",
"@next/bundle-analyzer": "^13.4.19",
"@types/node": "18.17.5",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6"
"tailwindcss-animate": "^1.0.7"
}
}
18 changes: 9 additions & 9 deletions examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"start": "next start"
},
"dependencies": {
"next-docs-zeta": "2.0.1",
"next-docs-ui": "2.0.1",
"contentlayer": "0.3.4",
"next": "13.4.19",
"next-contentlayer": "0.3.4",
"next-docs-ui": "workspace:*",
"next-docs-zeta": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
"contentlayer": "0.3.4",
"next-contentlayer": "0.3.4"
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"autoprefixer": "10.4.14",
"esbuild": "0.17.19",
"postcss": "8.4.23",
"supports-color": "8.1.1",
"autoprefixer": "10.4.14",
"tailwindcss": "3.3.2",
"postcss": "8.4.23",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"typescript": "5.1.6"
}
}
14 changes: 7 additions & 7 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"start": "next start"
},
"dependencies": {
"next-docs-zeta": "2.0.1",
"next-docs-ui": "2.0.1",
"contentlayer": "0.3.4",
"next": "13.4.19",
"next-contentlayer": "0.3.4",
"next-docs-ui": "workspace:*",
"next-docs-zeta": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
"contentlayer": "0.3.4",
"next-contentlayer": "0.3.4"
"react-dom": "18.2.0"
},
"devDependencies": {
"esbuild": "0.17.19",
"supports-color": "8.1.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"esbuild": "0.17.19",
"supports-color": "8.1.1",
"typescript": "5.1.6"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@next/eslint-plugin-next": "^13.4.16",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"concurrently": "^8.2.0",
"eslint": "^8.47.0",
"@next/eslint-plugin-next": "^13.4.19",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"concurrently": "^8.2.1",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tsup": "6.7.0",
"turbo": "1.10.13",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-docs-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"postcss-import": "^15.1.0",
"postcss-lightningcss": "^0.9.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6"
"tailwindcss-animate": "^1.0.7"
},
"keywords": [
"NextJs",
Expand Down
6 changes: 3 additions & 3 deletions packages/next-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"types:check": "tsc --noEmit"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.4.0",
"@formatjs/intl-localematcher": "^0.4.2",
"flexsearch": "0.7.21",
"github-slugger": "^2.0.0",
"hast-util-to-string": "^3.0.0",
Expand All @@ -104,8 +104,8 @@
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.3.0",
"scroll-into-view-if-needed": "^3.0.10",
"swr": "^2.2.1",
"scroll-into-view-if-needed": "^3.1.0",
"swr": "^2.2.2",
"unist-util-visit": "^5.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 62c53d4

Please sign in to comment.