We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08a8b9 commit 1480aeeCopy full SHA for 1480aee
.gitignore
@@ -33,3 +33,5 @@ cypress/downloads
33
debug-storybook.log
34
35
.vscode
36
+.cursor/rules/nx-rules.mdc
37
+.github/instructions/nx.instructions.md
.prettierignore
@@ -7,4 +7,6 @@ dist
7
temp
8
.out
9
10
-.nx
+.nx
11
+/.nx/cache
12
+/.nx/workspace-data
package.json
@@ -86,7 +86,7 @@
86
"glob": "11.0.3",
87
"globals": "16.4.0",
88
"husky": "9.1.7",
89
- "lerna": "8.2.4",
+ "lerna": "9.0.0",
90
"lint-staged": "16.2.4",
91
"npm-run-all2": "8.0.4",
92
"postcss": "8.5.6",
0 commit comments