Skip to content

Commit b5b3b09

Browse files
update
1 parent ddc541b commit b5b3b09

9 files changed

+280
-7973
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ testem.log
3838
.DS_Store
3939
Thumbs.db
4040

41-
.angular
42-
.nx
41+
.angular/*
42+
.nx/*

.nx/cache/d/daemon.log

+164-7,761
Large diffs are not rendered by default.

.nx/cache/d/server-process.json

-1
This file was deleted.

.nx/cache/file-map.json

+83-111
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@
22
"version": "6.0",
33
"nxVersion": "17.0.1",
44
"deps": {
5-
"@angular/animations": "~17.0.0-rc.0",
6-
"@angular/common": "~17.0.0-rc.0",
7-
"@angular/compiler": "~17.0.0-rc.0",
8-
"@angular/core": "17.0.0-rc.0",
9-
"@angular/forms": "~17.0.0-rc.0",
10-
"@angular/platform-browser": "~17.0.0-rc.0",
11-
"@angular/platform-browser-dynamic": "~17.0.0-rc.0",
12-
"@angular/router": "~17.0.0-rc.0",
5+
"@angular/animations": "~17.0.0-rc.1",
6+
"@angular/common": "~17.0.0-rc.1",
7+
"@angular/compiler": "~17.0.0-rc.1",
8+
"@angular/core": "17.0.0-rc.1",
9+
"@angular/forms": "~17.0.0-rc.1",
10+
"@angular/platform-browser": "~17.0.0-rc.1",
11+
"@angular/platform-browser-dynamic": "~17.0.0-rc.1",
12+
"@angular/router": "~17.0.0-rc.1",
1313
"@ngneat/until-destroy": "10.0.0",
14-
"@nx/angular": "17.0.1",
14+
"@nx/angular": "17.0.2",
1515
"@tailwindcss/aspect-ratio": "^0.4.2",
1616
"@tailwindcss/forms": "^0.5.6",
1717
"@tailwindcss/typography": "^0.5.10",
18-
"axios": "^1.5.1",
18+
"axios": "^1.6.0",
1919
"prettier-plugin-tailwindcss": "^0.5.6",
2020
"rxjs": "~7.8.1",
2121
"tslib": "^2.6.2",
22-
"zone.js": "~0.14.0",
23-
"@angular-devkit/build-angular": "~~17.0.0-rc.0",
24-
"@angular-devkit/core": "~~17.0.0-rc.0",
25-
"@angular-devkit/schematics": "~~17.0.0-rc.0",
22+
"zone.js": "~0.14.1",
23+
"@angular-devkit/build-angular": "~~17.0.0-rc.1",
24+
"@angular-devkit/core": "~~17.0.0-rc.1",
25+
"@angular-devkit/schematics": "~~17.0.0-rc.1",
2626
"@angular-eslint/eslint-plugin": "~16.2.0",
2727
"@angular-eslint/eslint-plugin-template": "~16.2.0",
2828
"@angular-eslint/template-parser": "~16.2.0",
29-
"@angular/cli": "~~17.0.0-rc.0",
30-
"@angular/compiler-cli": "~~17.0.0-rc.0",
31-
"@angular/language-service": "~~17.0.0-rc.0",
32-
"@nx/cypress": "17.0.1",
33-
"@nx/eslint-plugin": "17.0.1",
34-
"@nx/jest": "17.0.1",
35-
"@nx/js": "17.0.1",
36-
"@nx/linter": "17.0.1",
37-
"@nx/web": "17.0.1",
38-
"@nx/workspace": "17.0.1",
39-
"@schematics/angular": "~~17.0.0-rc.0",
29+
"@angular/cli": "~~17.0.0-rc.1",
30+
"@angular/compiler-cli": "~~17.0.0-rc.1",
31+
"@angular/language-service": "~~17.0.0-rc.1",
32+
"@nx/cypress": "17.0.2",
33+
"@nx/eslint-plugin": "17.0.2",
34+
"@nx/jest": "17.0.2",
35+
"@nx/js": "17.0.2",
36+
"@nx/linter": "17.0.2",
37+
"@nx/web": "17.0.2",
38+
"@nx/workspace": "17.0.2",
39+
"@schematics/angular": "~~17.0.0-rc.1",
4040
"@testing-library/cypress": "^10.0.1",
4141
"@types/jest": "^29.5.6",
4242
"@types/node": "20.8.7",
43-
"@typescript-eslint/eslint-plugin": "^6.8.0",
43+
"@typescript-eslint/eslint-plugin": "^6.9.0",
4444
"@typescript-eslint/parser": "^6.8.0",
4545
"autoprefixer": "^10.4.16",
46-
"cypress": "^13.3.2",
46+
"cypress": "^13.3.3",
4747
"eslint": "~8.52.0",
4848
"eslint-config-prettier": "9.0.0",
4949
"eslint-plugin-cypress": "^2.15.1",
5050
"jest": "^29.7.0",
5151
"jest-environment-jsdom": "^29.7.0",
5252
"jest-preset-angular": "~13.1.2",
53-
"nx": "17.0.1",
53+
"nx": "17.0.2",
5454
"postcss": "^8.4.31",
5555
"prettier": "^3.0.3",
56-
"tailwindcss": "^3.3.3",
56+
"tailwindcss": "^3.3.5",
5757
"ts-jest": "^29.1.1",
5858
"ts-node": "10.9.1",
5959
"typescript": "~5.1.6"
@@ -63,59 +63,6 @@
6363
"fileMap": {
6464
"nonProjectFiles": [],
6565
"projectFileMap": {
66-
"e2e": [
67-
{
68-
"file": "e2e/.eslintrc.json",
69-
"hash": "6465058199699877180"
70-
},
71-
{
72-
"file": "e2e/cypress.config.ts",
73-
"hash": "15414076024138857470",
74-
"deps": [
75-
"npm:cypress",
76-
"npm:@nx/cypress/plugins/cypress-preset"
77-
]
78-
},
79-
{
80-
"file": "e2e/project.json",
81-
"hash": "14275565120136483227"
82-
},
83-
{
84-
"file": "e2e/src/e2e/home.cy.ts",
85-
"hash": "11917028295427421742"
86-
},
87-
{
88-
"file": "e2e/src/e2e/posts.cy.ts",
89-
"hash": "13844444544696835621"
90-
},
91-
{
92-
"file": "e2e/src/e2e/todos.cy.ts",
93-
"hash": "17058188769238024650"
94-
},
95-
{
96-
"file": "e2e/src/fixtures/example.json",
97-
"hash": "11614668686582597233"
98-
},
99-
{
100-
"file": "e2e/src/support/app.po.ts",
101-
"hash": "11157016311132186162"
102-
},
103-
{
104-
"file": "e2e/src/support/commands.ts",
105-
"hash": "1094812379536286795",
106-
"deps": [
107-
"npm:@testing-library/cypress/add-commands"
108-
]
109-
},
110-
{
111-
"file": "e2e/src/support/e2e.ts",
112-
"hash": "3666078656922506009"
113-
},
114-
{
115-
"file": "e2e/tsconfig.json",
116-
"hash": "1423156233681105325"
117-
}
118-
],
11966
"app": [
12067
{
12168
"file": ".eslintignore",
@@ -127,32 +74,12 @@
12774
},
12875
{
12976
"file": ".gitignore",
130-
"hash": "2178144051909739023"
77+
"hash": "2026934751374986517"
13178
},
13279
{
13380
"file": ".npmrc",
13481
"hash": "1880664178033616490"
13582
},
136-
{
137-
"file": ".nx/cache/d/daemon.log",
138-
"hash": "1284300603428587614"
139-
},
140-
{
141-
"file": ".nx/cache/d/server-process.json",
142-
"hash": "14504368055915700094"
143-
},
144-
{
145-
"file": ".nx/cache/file-map.json",
146-
"hash": "8967545950526115788"
147-
},
148-
{
149-
"file": ".nx/cache/project-graph.json",
150-
"hash": "2124260144869010615"
151-
},
152-
{
153-
"file": ".nx/cache/terminalOutputs/7694098615822386607",
154-
"hash": "16885636724255171742"
155-
},
15683
{
15784
"file": ".prettierignore",
15885
"hash": "7848693104264504795"
@@ -175,7 +102,7 @@
175102
},
176103
{
177104
"file": "bun.lockb",
178-
"hash": "9537052172818913532"
105+
"hash": "1622542732185127268"
179106
},
180107
{
181108
"file": "jest.config.ts",
@@ -194,7 +121,7 @@
194121
},
195122
{
196123
"file": "package.json",
197-
"hash": "11069041200117979891"
124+
"hash": "9894458424679671487"
198125
},
199126
{
200127
"file": "project.json",
@@ -324,7 +251,7 @@
324251
},
325252
{
326253
"file": "src/app/utilities/local-storage.service.ts",
327-
"hash": "11651623965105698541",
254+
"hash": "5869513840341579532",
328255
"deps": [
329256
"npm:@angular/core"
330257
]
@@ -343,7 +270,7 @@
343270
},
344271
{
345272
"file": "src/main.ts",
346-
"hash": "11461926037819608613",
273+
"hash": "15428279217282173791",
347274
"deps": [
348275
"npm:@angular/platform-browser",
349276
"npm:@angular/router"
@@ -379,14 +306,59 @@
379306
{
380307
"file": "tsconfig.spec.json",
381308
"hash": "16287279946930924495"
309+
}
310+
],
311+
"e2e": [
312+
{
313+
"file": "e2e/.eslintrc.json",
314+
"hash": "6465058199699877180"
315+
},
316+
{
317+
"file": "e2e/cypress.config.ts",
318+
"hash": "15414076024138857470",
319+
"deps": [
320+
"npm:cypress",
321+
"npm:@nx/cypress/plugins/cypress-preset"
322+
]
323+
},
324+
{
325+
"file": "e2e/project.json",
326+
"hash": "14275565120136483227"
382327
},
383328
{
384-
"file": ".nx/cache/terminalOutputs/639771007330629463",
385-
"hash": "9385897450760491700"
329+
"file": "e2e/src/e2e/home.cy.ts",
330+
"hash": "11917028295427421742"
386331
},
387332
{
388-
"file": ".nx/cache/terminalOutputs/14570115157941225564",
389-
"hash": "3244421341483603138"
333+
"file": "e2e/src/e2e/posts.cy.ts",
334+
"hash": "13844444544696835621"
335+
},
336+
{
337+
"file": "e2e/src/e2e/todos.cy.ts",
338+
"hash": "17058188769238024650"
339+
},
340+
{
341+
"file": "e2e/src/fixtures/example.json",
342+
"hash": "11614668686582597233"
343+
},
344+
{
345+
"file": "e2e/src/support/app.po.ts",
346+
"hash": "11157016311132186162"
347+
},
348+
{
349+
"file": "e2e/src/support/commands.ts",
350+
"hash": "1094812379536286795",
351+
"deps": [
352+
"npm:@testing-library/cypress/add-commands"
353+
]
354+
},
355+
{
356+
"file": "e2e/src/support/e2e.ts",
357+
"hash": "3666078656922506009"
358+
},
359+
{
360+
"file": "e2e/tsconfig.json",
361+
"hash": "1423156233681105325"
390362
}
391363
]
392364
}

.nx/cache/terminalOutputs/14570115157941225564

-22
This file was deleted.

.nx/cache/terminalOutputs/639771007330629463

-22
This file was deleted.

.nx/cache/terminalOutputs/7694098615822386607

-23
This file was deleted.

bun.lockb

17.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)