Skip to content

Commit

Permalink
chore: update repo to nx 19
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Jun 7, 2024
1 parent e9a7601 commit f5a5241
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 202 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ packages/**/.yarn
!.yarn/versions

.nx/cache
.nx/workspace-data
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ packages/website/build
# see the file header in eslint-base.test.js for more info
packages/rule-tester/tests/eslint-base

/.nx/cache
/.nx/cache
/.nx/workspace-data
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"@eslint/eslintrc": "^2.1.4",
"@eslint/js": "^8.57.0",
"@jest/types": "29.6.3",
"@nx/eslint": "18.3.5",
"@nx/jest": "18.3.5",
"@nx/workspace": "18.3.5",
"@nx/eslint": "19.2.1",
"@nx/jest": "19.2.1",
"@nx/workspace": "19.2.1",
"@swc/core": "^1.4.12",
"@swc/jest": "^0.2.36",
"@types/babel__code-frame": "^7.0.6",
Expand Down Expand Up @@ -111,7 +111,7 @@
"markdownlint-cli": "^0.41.0",
"ncp": "^2.0.0",
"netlify": "^13.1.14",
"nx": "18.3.5",
"nx": "19.2.1",
"prettier": "3.3.0",
"pretty-format": "^29.7.0",
"rimraf": "^5.0.5",
Expand Down
Loading

0 comments on commit f5a5241

Please sign in to comment.