Skip to content

Commit

Permalink
ci: Update Nx (#5606)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 17, 2024
1 parent 22e1ac4 commit 41f3e4e
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 57 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ coverage
.env.test.local
.env.production.local
.next
.svelte-kit

npm-debug.log*
yarn-debug.log*
Expand All @@ -49,6 +50,7 @@ yarn.lock
*.tsbuildinfo

.nx/cache
.nx/workspace-data
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"namespace": "@tanstack",
"private": true,
"repository": "https://github.com/tanstack/table.git",
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.3.0",
"type": "module",
"scripts": {
"clean": "pnpm --filter \"./packages/**\" run clean",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@types/node": "^20.12.7",
"jsdom": "^24.0.0",
"knip": "^5.10.0",
"nx": "^19.0.4",
"nx": "^19.3.0",
"prettier": "^4.0.0-alpha.8",
"prettier-plugin-svelte": "^3.2.3",
"rimraf": "^5.0.5",
Expand Down
117 changes: 62 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41f3e4e

Please sign in to comment.