Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Sep 7, 2019
1 parent c3feef3 commit 9211f4d
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 61 deletions.
6 changes: 3 additions & 3 deletions e2e-tests/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"devDependencies": {
"@types/jest": "^24.0.16",
"@types/node": "^12.6.8",
"@types/node": "^12.7.4",
"@types/react": "^16.8.24",
"@types/react-dom": "^16.8.5",
"cross-env": "^5.2.0",
"cross-env": "^5.2.1",
"cypress": "^3.4.1",
"cypress-testing-library": "^4.0.0",
"start-server-and-test": "^1.9.1",
"typescript": "3.5.3"
"typescript": "3.6.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2",
"babel-eslint": "^10.0.1",
"eslint": "^6.2.1",
"eslint-config-prettier": "^6.1.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-react-hooks": "^2.0.1",
"lerna": "^3.15.0",
"prettier": "^1.18.2"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/amplify-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"formik": "^2.0.1-rc.5",
"react-is-mounted-hook": "^1.0.1",
"react-recaptcha-hook": "^1.0.5",
"react-script-hook": "^1.0.5",
"react-script-hook": "^1.0.11",
"tiny-invariant": "^1.0.6",
"zxcvbn": "^4.4.2"
},
Expand All @@ -62,14 +62,14 @@
"devDependencies": {
"@aws-amplify/auth": "^1.2.30",
"@aws-amplify/core": "^1.0.31",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@material-ui/core": "^4.3.0",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@material-ui/core": "^4.4.0",
"@material-ui/icons": "^4.0.1",
"@storybook/addon-actions": "^5.1.10",
"@storybook/addon-storyshots": "^5.1.10",
"@storybook/react": "^5.1.10",
"@testing-library/react": "^9.1.3",
"@testing-library/react": "^9.1.4",
"@types/jest": "^24.0.16",
"@types/storybook__addon-storyshots": "^5.1.1",
"@types/storybook__react": "^4.0.2",
Expand All @@ -80,14 +80,14 @@
"babel-plugin-macros": "^2.6.1",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-preset-react-app": "^9.0.0",
"cross-env": "^5.2.0",
"cross-env": "^5.2.1",
"jest": "^24.8.0",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"require-context.macro": "^1.0.4",
"require-context.macro": "^1.2.1",
"rimraf": "^3.0.0",
"typescript": "^3.5.3"
"typescript": "^3.6.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ exports[`Storyshots UI/PasswordStrengthMeter default 1`] = `
Array [
<div
aria-valuenow={0}
className="MuiLinearProgress-root makeStyles-progress-151 MuiLinearProgress-colorPrimary MuiLinearProgress-determinate"
className="MuiLinearProgress-root MuiLinearProgress-colorPrimary makeStyles-progress-151 MuiLinearProgress-determinate"
role="progressbar"
>
<div
Expand All @@ -201,7 +201,7 @@ exports[`Storyshots UI/PasswordStrengthMeter fair 1`] = `
Array [
<div
aria-valuenow={50}
className="MuiLinearProgress-root makeStyles-progress-263 MuiLinearProgress-colorPrimary MuiLinearProgress-determinate"
className="MuiLinearProgress-root MuiLinearProgress-colorPrimary makeStyles-progress-263 MuiLinearProgress-determinate"
role="progressbar"
>
<div
Expand All @@ -226,7 +226,7 @@ exports[`Storyshots UI/PasswordStrengthMeter good 1`] = `
Array [
<div
aria-valuenow={75}
className="MuiLinearProgress-root makeStyles-progress-319 MuiLinearProgress-colorPrimary MuiLinearProgress-determinate"
className="MuiLinearProgress-root MuiLinearProgress-colorPrimary makeStyles-progress-319 MuiLinearProgress-determinate"
role="progressbar"
>
<div
Expand All @@ -251,7 +251,7 @@ exports[`Storyshots UI/PasswordStrengthMeter strong 1`] = `
Array [
<div
aria-valuenow={100}
className="MuiLinearProgress-root makeStyles-progress-375 MuiLinearProgress-colorPrimary MuiLinearProgress-determinate"
className="MuiLinearProgress-root MuiLinearProgress-colorPrimary makeStyles-progress-375 MuiLinearProgress-determinate"
role="progressbar"
>
<div
Expand All @@ -276,7 +276,7 @@ exports[`Storyshots UI/PasswordStrengthMeter weak 1`] = `
Array [
<div
aria-valuenow={25}
className="MuiLinearProgress-root makeStyles-progress-207 MuiLinearProgress-colorPrimary MuiLinearProgress-determinate"
className="MuiLinearProgress-root MuiLinearProgress-colorPrimary makeStyles-progress-207 MuiLinearProgress-determinate"
role="progressbar"
>
<div
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-data-amplify-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@aws-amplify/api": "^1.1.1",
"ra-core": "^3.0.0-alpha.4",
"rimraf": "^3.0.0",
"typescript": "^3.5.3"
"typescript": "^3.6.2"
}
}

0 comments on commit 9211f4d

Please sign in to comment.