Skip to content

Commit

Permalink
chore: update nx to 13.10.0 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Apr 7, 2022
1 parent 4ce39df commit 432b895
Show file tree
Hide file tree
Showing 2 changed files with 1,086 additions and 890 deletions.
77 changes: 40 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,77 +28,80 @@
},
"private": true,
"dependencies": {
"@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",
"@angular/animations": "13.3.2",
"@angular/common": "13.3.2",
"@angular/compiler": "13.3.2",
"@angular/core": "13.3.2",
"@angular/forms": "13.3.2",
"@angular/platform-browser": "13.3.2",
"@angular/platform-browser-dynamic": "13.3.2",
"@angular/router": "13.3.2",
"@emotion/babel-plugin": "11.7.2",
"@emotion/react": "11.8.2",
"@emotion/styled": "11.8.1",
"@ngrx/component-store": "13.0.1",
"@ngrx/effects": "13.0.1",
"@ngrx/entity": "13.0.1",
"@ngrx/router-store": "13.0.1",
"@ngrx/store": "13.0.1",
"@nrwl/angular": "13.8.1",
"@nrwl/angular": "13.10.0",
"core-js": "^2.5.4",
"document-register-element": "1.13.1",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "18.0.0",
"react-router-dom": "5.2.0",
"react-test-renderer": "18.0.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.3",
"@angular-devkit/build-angular": "13.3.2",
"@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.2.3",
"@angular/compiler-cli": "13.2.2",
"@angular/language-service": "13.2.2",
"@angular/cli": "13.3.2",
"@angular/compiler-cli": "13.3.2",
"@angular/language-service": "13.3.2",
"@ngrx/store-devtools": "13.0.1",
"@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",
"@nrwl/cli": "13.10.0",
"@nrwl/cypress": "13.10.0",
"@nrwl/devkit": "13.10.0",
"@nrwl/eslint-plugin-nx": "13.10.0",
"@nrwl/jest": "13.10.0",
"@nrwl/linter": "13.10.0",
"@nrwl/nx-cloud": "13.2.2",
"@nrwl/react": "13.10.0",
"@nrwl/web": "13.10.0",
"@nrwl/workspace": "13.10.0",
"@testing-library/react": "12.1.4",
"@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.10.2",
"@typescript-eslint/parser": "5.10.2",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"cypress": "^8.3.0",
"dotenv": "10.0.0",
"eslint": "8.7.0",
"eslint": "8.12.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.3.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jest": "27.2.3",
"jest-preset-angular": "11.0.0",
"jest-preset-angular": "11.1.1",
"netlify": "^2.4.8",
"nx": "13.10.0",
"prettier": "2.5.1",
"ts-jest": "27.0.5",
"ts-node": "9.1.1",
"typescript": "4.5.5"
"typescript": "4.6.3"
}
}
Loading

0 comments on commit 432b895

Please sign in to comment.