Skip to content

Commit

Permalink
chapter-1 updates (saving progress)
Browse files Browse the repository at this point in the history
  • Loading branch information
tima101 committed Dec 14, 2020
1 parent 24dc0aa commit a49b260
Show file tree
Hide file tree
Showing 40 changed files with 605 additions and 613 deletions.
8 changes: 4 additions & 4 deletions book/1-begin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"start": "next start"
},
"dependencies": {
"@material-ui/core": "4.8.0",
"@material-ui/styles": "4.7.1",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"next": "9.1.6",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {}
}
1 change: 0 additions & 1 deletion book/1-end/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
],
'camelcase': 'off',
'max-len': ['error', 100],
'no-underscore-dangle': ['error', { allow: ['_id'] }],
'no-mixed-operators': 'off',
'prefer-destructuring': [
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion book/1-end/components/SharedStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const styleBigAvatar = {
width: '80px',
height: '80px',
margin: '0px auto 15px',

};

const styleRaisedButton = {
Expand Down
11 changes: 5 additions & 6 deletions book/1-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint components pages lib"
"lint": "eslint '**/*.js' '**/*.jsx'"
},
"dependencies": {
"@material-ui/core": "4.8.0",
"@material-ui/styles": "4.7.1",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"next": "9.1.6",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand All @@ -26,7 +26,6 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"nodemon": "2.0.6",
"prettier": "^2.2.1"
}
}
872 changes: 451 additions & 421 deletions book/1-end/yarn.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion book/2-begin/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
],
'camelcase': 'off',
'max-len': ['error', 100],
'no-underscore-dangle': ['error', { allow: ['_id'] }],
'no-mixed-operators': 'off',
'prefer-destructuring': [
Expand Down
14 changes: 7 additions & 7 deletions book/2-begin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint components pages lib"
"lint": "eslint '**/*.js' '**/*.jsx'"
},
"dependencies": {
"@material-ui/core": "4.8.0",
"@material-ui/styles": "4.7.1",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"connect-mongo": "3.2.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.17.0",
"mongoose": "5.8.2",
"express-session": "1.17.1",
"mongoose": "5.10.0",
"next": "9.1.6",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
1 change: 0 additions & 1 deletion book/2-end/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
],
'camelcase': 'off',
'max-len': ['error', 100],
'no-underscore-dangle': ['error', { allow: ['_id'] }],
'no-mixed-operators': 'off',
'prefer-destructuring': [
Expand Down
12 changes: 6 additions & 6 deletions book/2-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"lint": "eslint '**/*.js' '**/*.jsx'"
},
"dependencies": {
"@material-ui/core": "4.8.0",
"@material-ui/styles": "4.7.1",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"connect-mongo": "3.2.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.17.0",
"mongoose": "5.8.2",
"express-session": "1.17.1",
"mongoose": "5.10.0",
"next": "9.1.6",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
1 change: 0 additions & 1 deletion book/3-begin/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
],
'camelcase': 'off',
'max-len': ['error', 100],
'no-underscore-dangle': ['error', { allow: ['_id'] }],
'no-mixed-operators': 'off',
'prefer-destructuring': [
Expand Down
16 changes: 8 additions & 8 deletions book/3-begin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
"dev-express": "nodemon server/server.js --watch server",
"build": "next build",
"start": "next start",
"lint": "eslint components pages lib server"
"lint": "eslint '**/*.js' '**/*.jsx'"
},
"dependencies": {
"@material-ui/core": "4.8.0",
"@material-ui/styles": "4.7.1",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"connect-mongo": "3.2.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.17.0",
"lodash": "4.17.15",
"mongoose": "5.8.2",
"express-session": "1.17.1",
"lodash": "4.17.20",
"mongoose": "5.10.0",
"next": "9.1.6",
"nprogress": "0.2.0",
"passport": "0.4.1",
"passport-google-oauth": "2.0.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
1 change: 0 additions & 1 deletion book/3-end/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
],
'camelcase': 'off',
'max-len': ['error', 100],
'no-underscore-dangle': ['error', { allow: ['_id'] }],
'no-mixed-operators': 'off',
'prefer-destructuring': [
Expand Down
16 changes: 8 additions & 8 deletions book/3-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
"dev": "nodemon server/server.js --watch server",
"build": "next build",
"start": "next start",
"lint": "eslint components pages lib server"
"lint": "eslint '**/*.js' '**/*.jsx'"
},
"dependencies": {
"@material-ui/core": "4.8.0",
"@material-ui/styles": "4.7.1",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"connect-mongo": "3.2.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.17.0",
"lodash": "4.17.15",
"mongoose": "5.8.2",
"express-session": "1.17.1",
"lodash": "4.17.20",
"mongoose": "5.10.0",
"next": "9.1.6",
"nprogress": "0.2.0",
"passport": "0.4.1",
"passport-google-oauth": "2.0.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
1 change: 0 additions & 1 deletion book/4-begin/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
],
'camelcase': 'off',
'max-len': ['error', 100],
'no-underscore-dangle': ['error', { allow: ['_id'] }],
'no-mixed-operators': 'off',
'prefer-destructuring': [
Expand Down
20 changes: 10 additions & 10 deletions book/4-begin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"dev": "nodemon server/server.js --watch server",
"build": "next build",
"start": "next start",
"lint": "eslint components pages lib server"
"lint": "eslint '**/*.js' '**/*.jsx'"
},
"dependencies": {
"@material-ui/core": "4.8.0",
"@material-ui/styles": "4.7.1",
"aws-sdk": "2.595.0",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"aws-sdk": "2.737.0",
"connect-mongo": "3.2.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.17.0",
"handlebars": "4.5.3",
"lodash": "4.17.15",
"mongoose": "5.8.2",
"express-session": "1.17.1",
"handlebars": "4.7.6",
"lodash": "4.17.20",
"mongoose": "5.10.0",
"next": "9.1.6",
"nprogress": "0.2.0",
"passport": "0.4.1",
"passport-google-oauth": "2.0.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
1 change: 0 additions & 1 deletion book/4-end/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
],
'camelcase': 'off',
'max-len': ['error', 100],
'no-underscore-dangle': ['error', { allow: ['_id'] }],
'no-mixed-operators': 'off',
'prefer-destructuring': [
Expand Down
18 changes: 9 additions & 9 deletions book/4-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"coverageDirectory": "./.coverage"
},
"dependencies": {
"@material-ui/core": "4.8.0",
"@material-ui/styles": "4.7.1",
"aws-sdk": "2.595.0",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"aws-sdk": "2.737.0",
"connect-mongo": "3.2.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.17.0",
"handlebars": "4.5.3",
"lodash": "4.17.15",
"mongoose": "5.8.2",
"express-session": "1.17.1",
"handlebars": "4.7.6",
"lodash": "4.17.20",
"mongoose": "5.10.0",
"next": "9.1.6",
"nprogress": "0.2.0",
"passport": "0.4.1",
"passport-google-oauth": "2.0.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
1 change: 0 additions & 1 deletion book/5-begin/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
],
'camelcase': 'off',
'max-len': ['error', 100],
'no-underscore-dangle': ['error', { allow: ['_id'] }],
'no-mixed-operators': 'off',
'prefer-destructuring': [
Expand Down
21 changes: 10 additions & 11 deletions book/5-begin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,24 @@
"coverageDirectory": "./.coverage"
},
"dependencies": {
"@material-ui/core": "4.8.0",
"@material-ui/styles": "4.7.1",
"aws-sdk": "2.595.0",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"aws-sdk": "2.737.0",
"connect-mongo": "3.2.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.17.0",
"handlebars": "4.5.3",
"isomorphic-unfetch": "3.0.0",
"lodash": "4.17.15",
"mongoose": "5.8.2",
"express-session": "1.17.1",
"handlebars": "4.7.6",
"isomorphic-unfetch": "^3.0.0",
"lodash": "4.17.20",
"mongoose": "5.10.0",
"next": "9.1.6",
"nprogress": "0.2.0",
"passport": "0.4.1",
"passport-google-oauth": "2.0.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"winston": "3.2.1"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
1 change: 0 additions & 1 deletion book/5-end/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
],
'camelcase': 'off',
'max-len': ['error', 100],
'no-underscore-dangle': ['error', { allow: ['_id'] }],
'no-mixed-operators': 'off',
'prefer-destructuring': [
Expand Down
21 changes: 10 additions & 11 deletions book/5-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,24 @@
"coverageDirectory": "./.coverage"
},
"dependencies": {
"@material-ui/core": "4.8.0",
"@material-ui/styles": "4.7.1",
"aws-sdk": "2.595.0",
"@material-ui/core": "4.11.0",
"@material-ui/styles": "4.10.0",
"aws-sdk": "2.737.0",
"connect-mongo": "3.2.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.17.0",
"handlebars": "4.5.3",
"isomorphic-unfetch": "3.0.0",
"lodash": "4.17.15",
"mongoose": "5.8.2",
"express-session": "1.17.1",
"handlebars": "4.7.6",
"isomorphic-unfetch": "^3.0.0",
"lodash": "4.17.20",
"mongoose": "5.10.0",
"next": "9.1.6",
"nprogress": "0.2.0",
"passport": "0.4.1",
"passport-google-oauth": "2.0.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"winston": "3.2.1"
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
1 change: 0 additions & 1 deletion book/6-begin/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
},
],
'camelcase': 'off',
'max-len': ['error', 100],
'no-underscore-dangle': ['error', { allow: ['_id'] }],
'no-mixed-operators': 'off',
'prefer-destructuring': [
Expand Down
Loading

0 comments on commit a49b260

Please sign in to comment.