Skip to content

Commit

Permalink
chore(repo): enable plugin isolation and bump nx
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 22, 2024
1 parent e1c30db commit 0505849
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 253 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NX_ISOLATE_PLUGINS=true
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ testem.log
.DS_Store
Thumbs.db

#Environment
.env

# Intellij
.gradle
.qodana
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,20 @@
"@angular/platform-browser": "17.3.1",
"@angular/platform-browser-dynamic": "17.3.1",
"@babel/core": "7.21.0",
"@nx/angular": "18.2.1",
"@nx/cypress": "18.2.1",
"@nx/devkit": "18.2.1",
"@nx/esbuild": "18.2.1",
"@nx/eslint": "18.2.1",
"@nx/eslint-plugin": "18.2.1",
"@nx/gradle": "18.2.1",
"@nx/jest": "18.2.1",
"@nx/js": "18.2.1",
"@nx/node": "18.2.1",
"@nx/storybook": "18.2.1",
"@nx/web": "18.2.1",
"@nx/webpack": "18.2.1",
"@nx/workspace": "18.2.1",
"@nx/angular": "19.0.0-canary.20240420-9ca53b7",
"@nx/cypress": "19.0.0-canary.20240420-9ca53b7",
"@nx/devkit": "19.0.0-canary.20240420-9ca53b7",
"@nx/esbuild": "19.0.0-canary.20240420-9ca53b7",
"@nx/eslint": "19.0.0-canary.20240420-9ca53b7",
"@nx/eslint-plugin": "19.0.0-canary.20240420-9ca53b7",
"@nx/gradle": "19.0.0-canary.20240420-9ca53b7",
"@nx/jest": "19.0.0-canary.20240420-9ca53b7",
"@nx/js": "19.0.0-canary.20240420-9ca53b7",
"@nx/node": "19.0.0-canary.20240420-9ca53b7",
"@nx/storybook": "19.0.0-canary.20240420-9ca53b7",
"@nx/web": "19.0.0-canary.20240420-9ca53b7",
"@nx/webpack": "19.0.0-canary.20240420-9ca53b7",
"@nx/workspace": "19.0.0-canary.20240420-9ca53b7",
"@schematics/angular": "17.3.1",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-knobs": "~7.0.2",
Expand Down Expand Up @@ -125,7 +125,7 @@
"jest-preset-angular": "14.0.3",
"memfs": "^3.4.7",
"mocha": "^10.0.0",
"nx": "18.2.1",
"nx": "19.0.0-canary.20240420-9ca53b7",
"ovsx": "^0.7.1",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.3.0",
Expand Down

0 comments on commit 0505849

Please sign in to comment.