Skip to content

Commit 9381b0d

Browse files
committed
upgrade nx to 21.3
1 parent a2af7f4 commit 9381b0d

File tree

4 files changed

+1695
-1694
lines changed

4 files changed

+1695
-1694
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ node_modules
4747
.nx/workspace-data
4848

4949
.specstory/**
50-
.cursorindexingignore
50+
.cursorindexingignore
51+
.claude

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "dev.nx.gradle.project-graph" version "0.1.2"
2+
id "dev.nx.gradle.project-graph" version "0.1.3"
33
id "base"
44
id "org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276
55
}

0 commit comments

Comments
 (0)