diff --git a/.nvmrc b/.nvmrc index eb800ed..7bceec7 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.19.0 +v22.2.0 diff --git a/nx.json b/nx.json index ea9d32e..0263c6f 100644 --- a/nx.json +++ b/nx.json @@ -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": { diff --git a/package.json b/package.json index 8cb4399..1d75385 100644 --- a/package.json +++ b/package.json @@ -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",