Skip to content

Commit

Permalink
chore: Update node and pnpm (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed May 18, 2024
1 parent b87fd76 commit 27d58be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.19.0
v22.2.0
4 changes: 1 addition & 3 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"affected": {
"defaultBase": "main"
},
"defaultBase": "main",
"nxCloudAccessToken": "ZjA2YjFlNGUtYmRlZS00YjhmLWIwZDktOWZlNTM5NDI5YWEzfHJlYWQ=",
"useInferencePlugins": false,
"parallel": 5,
"targetDefaults": {
"test:build": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tanstack/config",
"type": "module",
"version": "0.7.5",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.1",
"description": "Configuration and tools for publishing and maintaining TanStack projects.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down

0 comments on commit 27d58be

Please sign in to comment.