Skip to content

Commit

Permalink
upgrade deps && docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jan 21, 2025
1 parent 8bc6331 commit f195ef4
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .lst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-01-20_16:10:34
2025-01-21_00:40:03
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.3",
"vite": "^6.0.9"
"vite": "^6.0.10"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"private": true,
"devDependencies": {
"@next/eslint-plugin-next": "^15.1.5",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-only-warn": "^1.1.0",
Expand All @@ -15,6 +15,6 @@
"eslint-plugin-turbo": "^2.3.3",
"globals": "^15.14.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
"typescript-eslint": "^8.21.0"
}
}
Loading

0 comments on commit f195ef4

Please sign in to comment.