Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ storybook-static
.cursor/rules/nx-rules.mdc
.github/instructions/nx.instructions.md
.nx/polygraph/

.nx/polygraph
.nx/self-healing
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ apps/intellij/*
!apps/intellij/project.json

/.nx/cache
/.nx/workspace-data
/.nx/workspace-data
.nx/self-healing
2 changes: 1 addition & 1 deletion apps/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val nxlsRoot = "${rootDir}/dist/apps/nxls"
layout.buildDirectory = file("${rootDir}/dist/apps/intellij")

plugins {
id("dev.nx.gradle.project-graph") version ("0.1.12")
id("dev.nx.gradle.project-graph") version ("0.1.20")
id("java")
id("org.jetbrains.changelog") version "2.4.0"
id("org.jetbrains.intellij.platform") version "2.11.0"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ group = "dev.nx.console"
layout.buildDirectory = File("dist")

plugins {
id("dev.nx.gradle.project-graph") version "0.1.12"
id("dev.nx.gradle.project-graph") version "0.1.20"
id("com.ncorti.ktfmt.gradle") version "0.24.0"

id("org.jetbrains.kotlin.jvm") version "2.2.0"
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@
"@modelcontextprotocol/inspector": "0.16.8",
"@monodon/typescript-nx-imports-plugin": "0.3.0",
"@nx/conformance": "21.0.0-beta.0",
"@nx/cypress": "22.6.0-beta.2",
"@nx/devkit": "22.6.0-beta.2",
"@nx/cypress": "22.7.0-rc.1",
"@nx/devkit": "22.7.0-rc.1",
"@nx/enterprise-cloud": "21.0.0-beta.0",
"@nx/esbuild": "22.6.0-beta.2",
"@nx/eslint": "22.6.0-beta.2",
"@nx/eslint-plugin": "22.6.0-beta.2",
"@nx/gradle": "22.6.0-beta.2",
"@nx/jest": "22.6.0-beta.2",
"@nx/js": "22.6.0-beta.2",
"@nx/node": "22.6.0-beta.2",
"@nx/esbuild": "22.7.0-rc.1",
"@nx/eslint": "22.7.0-rc.1",
"@nx/eslint-plugin": "22.7.0-rc.1",
"@nx/gradle": "22.7.0-rc.1",
"@nx/jest": "22.7.0-rc.1",
"@nx/js": "22.7.0-rc.1",
"@nx/node": "22.7.0-rc.1",
"@nx/owners": "21.0.0-beta.0",
"@nx/powerpack-license": "21.0.0-beta.0",
"@nx/storybook": "22.6.0-beta.2",
"@nx/vite": "22.6.0-beta.2",
"@nx/vitest": "22.6.0-beta.2",
"@nx/web": "22.6.0-beta.2",
"@nx/webpack": "22.6.0-beta.2",
"@nx/workspace": "22.6.0-beta.2",
"@nx/storybook": "22.7.0-rc.1",
"@nx/vite": "22.7.0-rc.1",
"@nx/vitest": "22.7.0-rc.1",
"@nx/web": "22.7.0-rc.1",
"@nx/webpack": "22.7.0-rc.1",
"@nx/workspace": "22.7.0-rc.1",
"@playwright/test": "1.52.0",
"@storybook/addon-docs": "9.0.18",
"@storybook/web-components-vite": "10.1.9",
Expand Down Expand Up @@ -119,7 +119,7 @@
"jsonc-eslint-parser": "2.4.0",
"memfs": "3.5.3",
"mocha": "10.8.2",
"nx": "22.6.0-beta.2",
"nx": "22.7.0-rc.1",
"ovsx": "0.10.2",
"playwright": "1.52.0",
"prettier": "3.5.3",
Expand Down
Loading
Loading