-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update angular to recent version - Updated NX - Updated vitest - Improved lint stagged - Upgraded capacitor - Updated as much as possible eslint and stylelint libs - Removed .idea folder
- Loading branch information
1 parent
3a1b23a
commit e5427c1
Showing
50 changed files
with
220,904 additions
and
48,215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,4 +107,8 @@ dist | |
.angular | ||
|
||
# DS_STORE | ||
.DS_Store | ||
.DS_Store | ||
.idea/ | ||
|
||
.nx/cache | ||
.nx/workspace-data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"lint-staged": { | ||
"*": ["eslint --fix", "git add"] | ||
} | ||
} | ||
"*.{js,jsx,ts,tsx,html}": [ | ||
"eslint --fix", | ||
"git add" | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
.nx/cache/cloud/2406.13.5.hotfix2/lib/daemon/process-run-end.js
Large diffs are not rendered by default.
Oops, something went wrong.
41 changes: 41 additions & 0 deletions
41
.nx/cache/cloud/2406.13.5.hotfix2/lib/heartbeat/heartbeat-process.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "nx-cloud-client-bundle", | ||
"version": "0.0.1", | ||
"type": "commonjs", | ||
"main": "index.js", | ||
"author": "Victor Savkin", | ||
"license": "CC-BY-ND-3.0", | ||
"dependencies": { | ||
"axios": "1.1.3", | ||
"dotenv": "~10.0.0", | ||
"node-machine-id": "^1.1.12", | ||
"tar": "6.1.11", | ||
"strip-json-comments": "^5.0.1", | ||
"chalk": "^4.1.0", | ||
"yargs-parser": ">=21.1.1", | ||
"fs-extra": "^11.1.0", | ||
"open": "~8.4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1718985262620 |
Oops, something went wrong.