Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Nov 1, 2023
1 parent 851251e commit ead1fcd
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 251 deletions.
18 changes: 9 additions & 9 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"start": "next start"
},
"dependencies": {
"next": "^13.4.19",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"next": "^14.0.1",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.15",
"@types/node": "^20.8.10",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"eslint-plugin-next": "",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-zh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"eslint": "^8.48.0"
"eslint": "^8.52.0"
},
"peerDependencies": {
"eslint": ">=8.0.0"
Expand Down
Loading

0 comments on commit ead1fcd

Please sign in to comment.