Skip to content

Commit 1854e72

Browse files
update
1 parent 8afd423 commit 1854e72

File tree

6 files changed

+339
-669
lines changed

6 files changed

+339
-669
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
jest.preset.js

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ pnpx create-nx-workspace@latest
1616
### Cypress additional set up
1717

1818
```bash
19-
pnpm add - D @testing-library/cypress
19+
pnpm add -D @testing-library/cypress
2020
```
2121

22-
- update "types": ["cypress", "node", "@testing-library/cypress"], to tsconfig.json
23-
- add import '@testing-library/cypress/add-commands'; to cypress/support/commands.ts
22+
- update -> "types": ["cypress", "node", "@testing-library/cypress"], to tsconfig.json
23+
- add -> import '@testing-library/cypress/add-commands'; to cypress/support/commands.ts

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser-dynamic": "~16.0.0",
2020
"@angular/router": "~16.0.0",
2121
"@ngneat/until-destroy": "10.0.0-beta.0",
22-
"@nx/angular": "16.0.3",
22+
"@nx/angular": "16.1.4",
2323
"@tailwindcss/aspect-ratio": "^0.4.2",
2424
"@tailwindcss/forms": "^0.5.3",
2525
"@tailwindcss/typography": "^0.5.9",
@@ -39,28 +39,28 @@
3939
"@angular/cli": "~16.0.0",
4040
"@angular/compiler-cli": "~16.0.0",
4141
"@angular/language-service": "~16.0.0",
42-
"@nx/cypress": "16.1.0",
43-
"@nx/eslint-plugin": "16.1.0",
44-
"@nx/jest": "16.1.0",
45-
"@nx/js": "16.1.0",
46-
"@nx/linter": "16.1.0",
47-
"@nx/web": "16.0.3",
48-
"@nx/workspace": "16.0.3",
42+
"@nx/cypress": "16.1.4",
43+
"@nx/eslint-plugin": "16.1.4",
44+
"@nx/jest": "16.1.4",
45+
"@nx/js": "16.1.4",
46+
"@nx/linter": "16.1.4",
47+
"@nx/web": "16.1.4",
48+
"@nx/workspace": "16.1.4",
4949
"@schematics/angular": "~16.0.0",
5050
"@testing-library/cypress": "^9.0.0",
5151
"@types/jest": "^29.5.1",
5252
"@types/node": "18.16.3",
53-
"@typescript-eslint/eslint-plugin": "^5.59.2",
54-
"@typescript-eslint/parser": "^5.59.2",
53+
"@typescript-eslint/eslint-plugin": "^5.59.5",
54+
"@typescript-eslint/parser": "^5.59.5",
5555
"autoprefixer": "^10.4.14",
56-
"cypress": "^12.11.00",
57-
"eslint": "~8.39.0",
56+
"cypress": "^12.12.0",
57+
"eslint": "~8.40.0",
5858
"eslint-config-prettier": "8.8.0",
5959
"eslint-plugin-cypress": "^2.13.3",
6060
"jest": "^29.5.0",
6161
"jest-environment-jsdom": "^29.5.0",
62-
"jest-preset-angular": "~13.0.1",
63-
"nx": "16.1.0",
62+
"jest-preset-angular": "~13.1.0",
63+
"nx": "16.1.4",
6464
"postcss": "^8.4.23",
6565
"prettier": "^2.8.8",
6666
"tailwindcss": "^3.3.2",

0 commit comments

Comments
 (0)