Skip to content

Commit

Permalink
build: upgrade nx to 19.3.0 (#1773)
Browse files Browse the repository at this point in the history
* upgrade to 19.3.0

* remove deprecated field
  • Loading branch information
SeanCassiere authored Jun 18, 2024
1 parent 90b09a0 commit 9412432
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 60 deletions.
3 changes: 0 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"affected": {
"defaultBase": "main"
},
"defaultBase": "main",
"nxCloudAccessToken": "ZWJiNDliYTgtNzFiMi00NDg2LWFkZGMtYjIxOWY0MDU1ZGYxfHJlYWQtb25seQ==",
"useInferencePlugins": false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"redaxios": "^0.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^10.3.14",
"nx": "^18.3.4",
"nx": "^19.3.0",
"prettier": "^3.2.5",
"publint": "^0.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redaxios": "^0.5.0",
"rimraf": "^5.0.6",
"typescript": "^5.4.5",
"vite": "^5.2.11",
Expand Down
117 changes: 62 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9412432

Please sign in to comment.