Skip to content

Commit

Permalink
build: update nx to 14.4.3 (#38)
Browse files Browse the repository at this point in the history
* build: update nx to `14.4.3`

* build: minor changeset
  • Loading branch information
domjtalbot authored Jul 17, 2022
1 parent 732131f commit f34495c
Show file tree
Hide file tree
Showing 3 changed files with 1,747 additions and 1,902 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-terms-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'nx-plugin-graphql-mesh': minor
---

Update nx to 14.4.3
65 changes: 33 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,65 +31,66 @@
"@graphql-mesh/runtime": "0.40.0",
"@graphql-mesh/utils": "0.37.0",
"@graphql-yoga/node": "2.13.3",
"@nrwl/devkit": "14.1.9",
"@nrwl/js": "14.1.9",
"@nrwl/next": "14.1.9",
"@nrwl/nx-plugin": "14.1.9",
"@swc/helpers": "0.3.17",
"@nrwl/devkit": "14.4.3",
"@nrwl/js": "14.4.3",
"@nrwl/next": "14.4.3",
"@nrwl/nx-plugin": "14.4.3",
"@swc-node/register": "1.5.1",
"@swc/helpers": "0.4.3",
"core-js": "3.22.8",
"encoding": "0.1.13",
"graphql": "16.5.0",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.9",
"tslib": "2.4.0",
"type-fest": "2.13.0"
},
"devDependencies": {
"@nrwl/cli": "14.1.9",
"@nrwl/cypress": "14.1.9",
"@nrwl/devkit": "14.1.9",
"@nrwl/eslint-plugin-nx": "14.1.9",
"@nrwl/jest": "14.1.9",
"@nrwl/linter": "14.1.9",
"@nrwl/node": "14.1.9",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "14.1.9",
"@nrwl/web": "14.1.9",
"@nrwl/workspace": "14.1.9",
"@nrwl/cli": "14.4.3",
"@nrwl/cypress": "14.4.3",
"@nrwl/devkit": "14.4.3",
"@nrwl/eslint-plugin-nx": "14.4.3",
"@nrwl/jest": "14.4.3",
"@nrwl/linter": "14.4.3",
"@nrwl/node": "14.4.3",
"@nrwl/nx-cloud": "14.2.0",
"@nrwl/react": "14.4.3",
"@nrwl/web": "14.4.3",
"@nrwl/workspace": "14.4.3",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.215",
"@swc/jest": "0.2.20",
"@testing-library/react": "13.1.1",
"@testing-library/react": "13.3.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "27.4.1",
"@types/node": "16.11.41",
"@types/react": "18.0.8",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"babel-jest": "28.1.1",
"cypress": "9.7.0",
"eslint": "8.12.0",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"fs-extra": "10.1.0",
"husky": "8.0.1",
"jest": "27.5.1",
"lint-staged": "13.0.0",
"nx": "14.1.9",
"prettier": "2.6.2",
"react-test-renderer": "18.1.0",
"nx": "14.4.3",
"prettier": "2.7.1",
"react-test-renderer": "18.2.0",
"ts-jest": "27.1.5",
"ts-node": "9.1.1",
"ts-node": "10.8.2",
"tslib": "2.4.0",
"typescript": "4.6.4"
"typescript": "4.7.4"
},
"volta": {
"node": "16.15.1"
Expand Down
Loading

0 comments on commit f34495c

Please sign in to comment.