Skip to content

Commit

Permalink
update nx to 13.8.1 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Feb 16, 2022
1 parent eeaa5d5 commit 4ce39df
Show file tree
Hide file tree
Showing 2 changed files with 1,473 additions and 1,243 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "13.1.1",
"@angular/common": "13.1.1",
"@angular/compiler": "13.1.1",
"@angular/core": "13.1.1",
"@angular/forms": "13.1.1",
"@angular/platform-browser": "13.1.1",
"@angular/platform-browser-dynamic": "13.1.1",
"@angular/router": "13.1.1",
"@angular/animations": "13.2.2",
"@angular/common": "13.2.2",
"@angular/compiler": "13.2.2",
"@angular/core": "13.2.2",
"@angular/forms": "13.2.2",
"@angular/platform-browser": "13.2.2",
"@angular/platform-browser-dynamic": "13.2.2",
"@angular/router": "13.2.2",
"@emotion/babel-plugin": "11.2.0",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
Expand All @@ -44,7 +44,7 @@
"@ngrx/entity": "13.0.1",
"@ngrx/router-store": "13.0.1",
"@ngrx/store": "13.0.1",
"@nrwl/angular": "13.5.2",
"@nrwl/angular": "13.8.1",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
Expand All @@ -56,40 +56,40 @@
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.1.2",
"@angular-devkit/build-angular": "13.2.3",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "13.1.2",
"@angular/compiler-cli": "13.1.1",
"@angular/language-service": "13.1.1",
"@angular/cli": "13.2.3",
"@angular/compiler-cli": "13.2.2",
"@angular/language-service": "13.2.2",
"@ngrx/store-devtools": "13.0.1",
"@nrwl/cli": "13.5.2",
"@nrwl/cypress": "13.5.2",
"@nrwl/eslint-plugin-nx": "13.5.2",
"@nrwl/jest": "13.5.2",
"@nrwl/linter": "13.5.2",
"@nrwl/nx-cloud": "13.1.2",
"@nrwl/react": "13.5.2",
"@nrwl/tao": "13.5.2",
"@nrwl/web": "13.5.2",
"@nrwl/workspace": "13.5.2",
"@nrwl/cli": "13.8.1",
"@nrwl/cypress": "13.8.1",
"@nrwl/eslint-plugin-nx": "13.8.1",
"@nrwl/jest": "13.8.1",
"@nrwl/linter": "13.8.1",
"@nrwl/nx-cloud": "13.1.4",
"@nrwl/react": "13.8.1",
"@nrwl/tao": "13.8.1",
"@nrwl/web": "13.8.1",
"@nrwl/workspace": "13.8.1",
"@testing-library/react": "11.2.6",
"@types/jest": "27.0.2",
"@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": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"cypress": "^8.3.0",
"dotenv": "10.0.0",
"eslint": "8.2.0",
"eslint": "8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-react-hooks": "4.3.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
Expand All @@ -99,6 +99,6 @@
"prettier": "2.5.1",
"ts-jest": "27.0.5",
"ts-node": "9.1.1",
"typescript": "4.5.4"
"typescript": "4.5.5"
}
}
Loading

0 comments on commit 4ce39df

Please sign in to comment.