Skip to content

Commit 41f3e4e

Browse files
authoredJun 17, 2024··
ci: Update Nx (#5606)
1 parent 22e1ac4 commit 41f3e4e

File tree

3 files changed

+66
-57
lines changed

3 files changed

+66
-57
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ coverage
2525
.env.test.local
2626
.env.production.local
2727
.next
28+
.svelte-kit
2829

2930
npm-debug.log*
3031
yarn-debug.log*
@@ -49,6 +50,7 @@ yarn.lock
4950
*.tsbuildinfo
5051

5152
.nx/cache
53+
.nx/workspace-data
5254
vite.config.js.timestamp-*
5355
vite.config.ts.timestamp-*
5456

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"namespace": "@tanstack",
44
"private": true,
55
"repository": "https://github.com/tanstack/table.git",
6-
"packageManager": "pnpm@9.1.1",
6+
"packageManager": "pnpm@9.3.0",
77
"type": "module",
88
"scripts": {
99
"clean": "pnpm --filter \"./packages/**\" run clean",
@@ -61,7 +61,7 @@
6161
"@types/node": "^20.12.7",
6262
"jsdom": "^24.0.0",
6363
"knip": "^5.10.0",
64-
"nx": "^19.0.4",
64+
"nx": "^19.3.0",
6565
"prettier": "^4.0.0-alpha.8",
6666
"prettier-plugin-svelte": "^3.2.3",
6767
"rimraf": "^5.0.5",

‎pnpm-lock.yaml

+62-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.