Skip to content

Commit

Permalink
build(nx): update dependencies (#1711)
Browse files Browse the repository at this point in the history
* build(nx): update husky and conventional-changelog-cli to latest version

* build(nx): update react and react-dom

update react and react-dom to 16.9.0
update @types/react to 16.9.1

* build(nx): update graphviz to 0.0.9

* build(nx): update express 4.17.1 and @types/express to 4.17.0

* build(nx): update cypress to 3.4.1
  • Loading branch information
mehrad-rafigh authored and jaysoo committed Aug 15, 2019
1 parent a9a1f66 commit ff1de5b
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 253 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"@ngrx/store-devtools": "8.1.0",
"@schematics/angular": "8.1.1",
"@testing-library/react": "8.0.5",
"@types/express": "4.16.0",
"@types/express": "4.17.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "24.0.9",
"@types/node": "~8.9.4",
"@types/prettier": "^1.10.0",
"@types/react": "^16.8.4",
"@types/react-dom": "^16.8.2",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@types/webpack": "^4.4.24",
"@types/yargs": "^11.0.0",
"@typescript-eslint/eslint-plugin": "2.0.0-alpha.4",
Expand All @@ -77,21 +77,21 @@
"circular-dependency-plugin": "^5.0.2",
"codelyzer": "~5.0.1",
"commitizen": "^4.0.3",
"conventional-changelog-cli": "^2.0.21",
"conventional-changelog-cli": "^2.0.23",
"copy-webpack-plugin": "5.0.3",
"cosmiconfig": "^4.0.0",
"cypress": "3.4.0",
"cypress": "3.4.1",
"cz-conventional-changelog": "^3.0.2",
"document-register-element": "^1.13.1",
"dotenv": "6.2.0",
"express": "4.16.3",
"express": "4.17.1",
"eslint": "6.1.0",
"eslint-config-prettier": "6.0.0",
"fork-ts-checker-webpack-plugin": "^0.4.9",
"fs-extra": "7.0.1",
"graphviz": "^0.0.8",
"graphviz": "^0.0.9",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.0",
"husky": "^3.0.3",
"identity-obj-proxy": "3.0.0",
"ignore": "^5.0.4",
"import-fresh": "^3.1.0",
Expand All @@ -114,8 +114,8 @@
"opn": "^5.3.0",
"precise-commits": "1.0.2",
"prettier": "1.16.4",
"react": "16.8.6",
"react-dom": "16.8.6",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-router-dom": "5.0.1",
"release-it": "^7.4.0",
"rxjs": "~6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const nxVersion = '*';
export const cypressVersion = '3.4.0';
export const cypressVersion = '3.4.1';
4 changes: 2 additions & 2 deletions packages/express/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const nxVersion = '*';

export const expressVersion = '4.16.3';
export const expressTypingsVersion = '4.16.0';
export const expressVersion = '4.17.1';
export const expressTypingsVersion = '4.17.0';
6 changes: 3 additions & 3 deletions packages/react/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const nxVersion = '*';
export const frameworkVersion = '16.8.6';
export const typesVersion = '16.8.23';
export const frameworkVersion = '16.9.0';
export const typesVersion = '16.9.1';
export const styledComponentsVersion = '4.3.2';
export const styledComponentsTypesVersion = '4.1.18';
export const emotionVersion = '10.0.14';
export const domTypesVersion = '16.8.5';
export const domTypesVersion = '16.9.0';
export const reactRouterVersion = '5.0.1';
export const testingLibraryVersion = '8.0.5';
export const babelCoreVersion = '7.5.5';
Expand Down
Loading

0 comments on commit ff1de5b

Please sign in to comment.