Skip to content

Commit

Permalink
ci: Update Nx and @tanstack/config (#7580)
Browse files Browse the repository at this point in the history
* ci: Update Nx and @tanstack/config

* Undo prettier change
  • Loading branch information
lachlancollins authored Jun 17, 2024
1 parent 80a0322 commit 49795a3
Show file tree
Hide file tree
Showing 3 changed files with 764 additions and 1,440 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ stats.html
.cache
.idea
.nx/cache
.nx/workspace-data
.pnpm-store
.svelte-kit
.tsup
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/TanStack/query.git"
},
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.3.0",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@arethetypeswrong/cli": "^0.15.3",
"@cspell/eslint-plugin": "^8.8.1",
"@solidjs/testing-library": "^0.8.8",
"@tanstack/config": "^0.7.5",
"@tanstack/config": "^0.7.11",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/eslint": "^8.56.10",
Expand All @@ -67,7 +67,7 @@
"jsdom": "^24.0.0",
"knip": "^5.16.0",
"lint-staged": "^15.2.2",
"nx": "19.0.4",
"nx": "^19.3.0",
"prettier": "^4.0.0-alpha.8",
"prettier-plugin-svelte": "^3.2.3",
"publint": "^0.2.7",
Expand Down
Loading

0 comments on commit 49795a3

Please sign in to comment.