Skip to content

Commit

Permalink
update nx to 12.6.0-rc.0 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Jul 22, 2021
1 parent 01bf8d4 commit 4b69e09
Show file tree
Hide file tree
Showing 2 changed files with 1,529 additions and 652 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "12.0.4",
"@angular/common": "12.0.4",
"@angular/compiler": "12.0.4",
"@angular/core": "12.0.4",
"@angular/forms": "12.0.4",
"@angular/platform-browser": "12.0.4",
"@angular/platform-browser-dynamic": "12.0.4",
"@angular/router": "12.0.4",
"@angular/animations": "12.1.3",
"@angular/common": "12.1.3",
"@angular/compiler": "12.1.3",
"@angular/core": "12.1.3",
"@angular/forms": "12.1.3",
"@angular/platform-browser": "12.1.3",
"@angular/platform-browser-dynamic": "12.1.3",
"@angular/router": "12.1.3",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@ngrx/component-store": "12.1.0",
"@ngrx/effects": "12.1.0",
"@ngrx/entity": "12.1.0",
"@ngrx/router-store": "12.1.0",
"@ngrx/store": "12.1.0",
"@nrwl/angular": "12.6.0-beta.7",
"@ngrx/component-store": "12.2.0",
"@ngrx/effects": "12.2.0",
"@ngrx/entity": "12.2.0",
"@ngrx/router-store": "12.2.0",
"@ngrx/store": "12.2.0",
"@nrwl/angular": "12.6.0-rc.0",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
Expand All @@ -56,33 +56,33 @@
"@emotion/babel-plugin": "11.2.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.0.4",
"@angular-eslint/eslint-plugin": "12.0.0",
"@angular-eslint/eslint-plugin-template": "12.0.0",
"@angular-eslint/template-parser": "12.0.0",
"@angular/cli": "12.0.4",
"@angular/compiler-cli": "12.0.4",
"@angular/language-service": "12.0.4",
"@angular-devkit/build-angular": "12.1.3",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "12.1.3",
"@angular/compiler-cli": "12.1.3",
"@angular/language-service": "12.1.3",
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "12.1.0",
"@nrwl/cli": "12.6.0-beta.7",
"@nrwl/cypress": "12.6.0-beta.7",
"@nrwl/eslint-plugin-nx": "12.6.0-beta.7",
"@nrwl/jest": "12.6.0-beta.7",
"@nrwl/linter": "12.6.0-beta.7",
"@nrwl/nx-cloud": "12.2.7",
"@nrwl/react": "12.6.0-beta.7",
"@nrwl/tao": "12.6.0-beta.7",
"@nrwl/web": "12.6.0-beta.7",
"@nrwl/workspace": "12.6.0-beta.7",
"@ngrx/store-devtools": "12.2.0",
"@nrwl/cli": "12.6.0-rc.0",
"@nrwl/cypress": "12.6.0-rc.0",
"@nrwl/eslint-plugin-nx": "12.6.0-rc.0",
"@nrwl/jest": "12.6.0-rc.0",
"@nrwl/linter": "12.6.0-rc.0",
"@nrwl/nx-cloud": "12.3.0",
"@nrwl/react": "12.6.0-rc.0",
"@nrwl/tao": "12.6.0-rc.0",
"@nrwl/web": "12.6.0-rc.0",
"@nrwl/workspace": "12.6.0-rc.0",
"@testing-library/react": "11.2.5",
"@types/jest": "26.0.8",
"@types/node": "14.14.33",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/react-router-dom": "5.1.7",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"codelyzer": "6.0.1",
"cypress": "^5.0.0",
"dotenv": "8.2.0",
Expand All @@ -103,7 +103,7 @@
"ts-jest": "27.0.3",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.2.4",
"typescript": "4.3.5",
"webpack": "~4.42.0",
"webpack-dev-server": "3.11.2"
}
Expand Down
Loading

0 comments on commit 4b69e09

Please sign in to comment.