Skip to content

Commit cfa189c

Browse files
committed
Updating dependencies
1 parent 4133a3c commit cfa189c

File tree

6 files changed

+1514
-1206
lines changed

6 files changed

+1514
-1206
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"private": true,
44
"devDependencies": {
55
"babel-eslint": "^10.1.0",
6-
"eslint": "^6.8.0",
6+
"eslint": "^7.1.0",
77
"eslint-plugin-jsx-a11y": "^6.2.3",
8-
"eslint-plugin-prettier": "^3.1.2",
9-
"eslint-plugin-react": "^7.19.0",
10-
"husky": "^4.2.3",
11-
"lerna": "^3.20.2",
12-
"prettier": "^1.19.1"
8+
"eslint-plugin-prettier": "^3.1.3",
9+
"eslint-plugin-react": "^7.20.0",
10+
"husky": "^4.2.5",
11+
"lerna": "^3.22.0",
12+
"prettier": "^2.0.5"
1313
},
1414
"husky": {
1515
"hooks": {

packages/create-react-dependency/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ program
2323
.name(`${require('./package.json').name} new`)
2424
.command('new <name-project>')
2525
.description('Create a new project')
26-
.action(name => (projectName = name));
26+
.action((name) => (projectName = name));
2727

2828
program.parse(process.argv);
2929

packages/create-react-dependency/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"url": "git+https://github.com/andrelmlins/create-react-dependency.git"
2121
},
2222
"dependencies": {
23-
"commander": "^5.0.0"
23+
"commander": "^5.1.0"
2424
}
2525
}

packages/react-dependency-scripts/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
'use strict';
44

5-
process.on('unhandledRejection', err => {
5+
process.on('unhandledRejection', (err) => {
66
throw err;
77
});
88

packages/react-dependency-scripts/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,27 @@
2424
"react-dom": "^16.9.0"
2525
},
2626
"dependencies": {
27-
"@babel/core": "^7.9.0",
27+
"@babel/core": "^7.9.6",
2828
"@babel/plugin-proposal-class-properties": "^7.8.3",
29-
"@babel/plugin-transform-runtime": "^7.9.0",
30-
"@babel/preset-env": "^7.9.0",
29+
"@babel/plugin-transform-runtime": "^7.9.6",
30+
"@babel/preset-env": "^7.9.6",
3131
"@babel/preset-react": "^7.9.4",
3232
"babel-jest": "^25.2.6",
3333
"babel-loader": "^8.1.0",
3434
"babel-plugin-module-resolver": "^4.0.0",
3535
"babel-preset-react-app": "^9.1.2",
3636
"choose-port": "^0.2.0",
37-
"css-loader": "^3.4.2",
37+
"css-loader": "^3.5.3",
3838
"file-loader": "^6.0.0",
3939
"fs-extra": "^9.0.0",
40-
"html-webpack-plugin": "^4.0.4",
40+
"html-webpack-plugin": "^4.3.0",
4141
"image-webpack-loader": "^6.0.0",
4242
"jest": "^25.2.6",
43-
"open": "^7.0.3",
43+
"open": "^7.0.4",
4444
"sass-loader": "^8.0.2",
45-
"style-loader": "^1.1.3",
46-
"variables-loader": "^0.2.2",
47-
"webpack": "^4.42.1",
48-
"webpack-dev-server": "^3.10.3"
45+
"style-loader": "^1.2.1",
46+
"variables-loader": "^1.0.0",
47+
"webpack": "^4.43.0",
48+
"webpack-dev-server": "^3.11.0"
4949
}
5050
}

0 commit comments

Comments
 (0)