Skip to content

Commit

Permalink
chore: update nx to 14.5.0-beta.2 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Jul 18, 2022
1 parent 620de87 commit 51624e3
Show file tree
Hide file tree
Showing 3 changed files with 1,656 additions and 966 deletions.
15 changes: 6 additions & 9 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"cli": {
"warnings": {
"versionMismatch": false
Expand All @@ -50,5 +42,10 @@
}
},
"defaultProject": "products",
"$schema": "./node_modules/nx/schemas/nx-schema.json"
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
}
}
}
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,71 +37,71 @@
"@angular/platform-browser-dynamic": "14.0.0",
"@angular/router": "14.0.0",
"@emotion/babel-plugin": "11.9.2",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@ngrx/component-store": "13.2.0",
"@ngrx/effects": "13.2.0",
"@ngrx/entity": "13.2.0",
"@ngrx/router-store": "13.2.0",
"@ngrx/store": "13.2.0",
"@nrwl/angular": "14.2.0-rc.1",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@ngrx/component-store": "14.0.2",
"@ngrx/effects": "14.0.2",
"@ngrx/entity": "14.0.2",
"@ngrx/router-store": "14.0.2",
"@ngrx/store": "14.0.2",
"@nrwl/angular": "14.5.0-beta.2",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-is": "18.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-router-dom": "6.3.0",
"react-test-renderer": "18.1.0",
"react-test-renderer": "18.2.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.0",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "~14.0.0",
"@angular/compiler-cli": "14.0.0",
"@angular/language-service": "14.0.0",
"@ngrx/store-devtools": "13.2.0",
"@nrwl/cli": "14.2.0-rc.1",
"@nrwl/cypress": "14.2.0-rc.1",
"@nrwl/devkit": "14.2.0-rc.1",
"@nrwl/eslint-plugin-nx": "14.2.0-rc.1",
"@nrwl/jest": "14.2.0-rc.1",
"@nrwl/linter": "14.2.0-rc.1",
"@nrwl/nx-cloud": "14.0.5",
"@nrwl/react": "14.2.0-rc.1",
"@nrwl/web": "14.2.0-rc.1",
"@nrwl/workspace": "14.2.0-rc.1",
"@testing-library/react": "13.1.1",
"@ngrx/store-devtools": "14.0.2",
"@nrwl/cli": "14.5.0-beta.2",
"@nrwl/cypress": "14.5.0-beta.2",
"@nrwl/devkit": "14.5.0-beta.2",
"@nrwl/eslint-plugin-nx": "14.5.0-beta.2",
"@nrwl/jest": "14.5.0-beta.2",
"@nrwl/linter": "14.5.0-beta.2",
"@nrwl/nx-cloud": "14.2.0",
"@nrwl/react": "14.5.0-beta.2",
"@nrwl/web": "14.5.0-beta.2",
"@nrwl/workspace": "14.5.0-beta.2",
"@testing-library/react": "13.3.0",
"@types/jest": "27.4.1",
"@types/node": "14.14.33",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@types/node": "18.0.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.24.0",
"@typescript-eslint/parser": "5.24.0",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"cypress": "^8.3.0",
"dotenv": "10.0.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-jsx-a11y": "6.4.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",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jest": "27.5.1",
"jest-preset-angular": "11.1.2",
"netlify": "^2.4.8",
"nx": "14.2.0-rc.1",
"nx": "14.5.0-beta.2",
"prettier": "2.6.2",
"ts-jest": "27.1.4",
"ts-node": "9.1.1",
"ts-node": "10.8.2",
"typescript": "4.7.2"
}
}
Loading

0 comments on commit 51624e3

Please sign in to comment.