Skip to content

Commit 615d506

Browse files
Merge branch 'main' into ci/npm-trusted-publishers
2 parents e3e5481 + 1480aee commit 615d506

File tree

4 files changed

+1308
-669
lines changed

4 files changed

+1308
-669
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ cypress/downloads
3333
debug-storybook.log
3434

3535
.vscode
36+
.cursor/rules/nx-rules.mdc
37+
.github/instructions/nx.instructions.md

.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ dist
77
temp
88
.out
99

10-
.nx
10+
.nx
11+
/.nx/cache
12+
/.nx/workspace-data

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"glob": "11.0.3",
8787
"globals": "16.4.0",
8888
"husky": "9.1.7",
89-
"lerna": "8.2.4",
89+
"lerna": "9.0.0",
9090
"lint-staged": "16.2.4",
9191
"npm-run-all2": "8.0.4",
9292
"postcss": "8.5.6",

0 commit comments

Comments
 (0)