Skip to content

Commit

Permalink
update nx to latest (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten authored Dec 27, 2024
1 parent b06011b commit e5be921
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 268 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ gha-creds-*.json

# Vercel
.vercel

vite.config.*.timestamp*
vitest.config.*.timestamp*
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"node": ">=20"
},
"devDependencies": {
"@nx/eslint": "19.8.4",
"@nx/vite": "19.8.4",
"@nx/web": "19.8.4",
"@nx/eslint": "20.3.0",
"@nx/vite": "20.3.0",
"@nx/web": "20.3.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "8.57.0",
Expand All @@ -43,7 +43,7 @@
"eslint-plugin-react-refresh": "0.4.14",
"husky": "9.0.11",
"lint-staged": "15.2.10",
"nx": "19.8.4",
"nx": "20.3.0",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"syncpack": "12.4.0",
Expand Down
Loading

0 comments on commit e5be921

Please sign in to comment.