Skip to content

Commit

Permalink
chore(deps): update chore (#11042)
Browse files Browse the repository at this point in the history
See: #10805. 

A discussion on what should be checked in to git or not with regards to
`.nx`: nrwl/nx#20813

I have also included removing it from the fixture generation which seems
logical.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
Josh-Walker-GM and renovate[bot] authored Jul 21, 2024
1 parent 1ef51c7 commit bdf6208
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 206 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ packages/create-redwood-app/create-redwood-app.tgz
**/meta.*.json

.nx/cache
.nx/workspace-data
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"core-js": "3.37.1",
"cypress": "13.9.0",
"cypress": "13.13.1",
"cypress-fail-fast": "7.1.0",
"cypress-wait-until": "3.0.1",
"dependency-cruiser": "16.3.2",
"cypress-wait-until": "3.0.2",
"dependency-cruiser": "16.3.9",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"execa": "5.1.1",
Expand All @@ -101,7 +101,7 @@
"ncp": "2.0.0",
"nodemon": "3.1.4",
"npm-packlist": "8.0.2",
"nx": "19.0.4",
"nx": "19.5.1",
"ora": "8.0.1",
"prompts": "2.4.2",
"rimraf": "6.0.1",
Expand All @@ -110,7 +110,7 @@
"typescript": "5.4.5",
"vitest": "2.0.3",
"yargs": "17.7.2",
"zx": "8.1.0"
"zx": "8.1.4"
},
"packageManager": "yarn@4.3.1",
"npmClient": "yarn"
Expand Down
1 change: 1 addition & 0 deletions tasks/test-project/rebuild-test-project-fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ async function runCommand() {
await rimraf(`${OUTPUT_PROJECT_PATH}/.env`)
await rimraf(`${OUTPUT_PROJECT_PATH}/yarn.lock`)
await rimraf(`${OUTPUT_PROJECT_PATH}/step.txt`)
await rimraf(`${OUTPUT_PROJECT_PATH}/.nx`)

// Copy over package.json from template, so we remove the extra dev dependencies, and rwfw postinstall script
// that we added in "Adding framework dependencies to project"
Expand Down
Loading

0 comments on commit bdf6208

Please sign in to comment.