Skip to content

Commit 1433a72

Browse files
committed
Updating dependencies
1 parent f2ca1ba commit 1433a72

File tree

4 files changed

+2002
-892
lines changed

4 files changed

+2002
-892
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"eslint": "^6.8.0",
77
"eslint-plugin-jsx-a11y": "^6.2.3",
88
"eslint-plugin-prettier": "^3.1.2",
9-
"eslint-plugin-react": "^7.17.0",
10-
"lerna": "^3.20.0",
9+
"eslint-plugin-react": "^7.18.0",
10+
"lerna": "^3.20.2",
1111
"prettier": "^1.19.1"
1212
},
1313
"scripts": {

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": "^4.0.1"
23+
"commander": "^4.1.0"
2424
}
2525
}

packages/react-dependency-scripts/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@
2424
"react-dom": "^16.9.0"
2525
},
2626
"dependencies": {
27-
"@babel/core": "^7.7.7",
28-
"@babel/plugin-proposal-class-properties": "^7.7.4",
29-
"@babel/plugin-transform-runtime": "^7.7.6",
30-
"@babel/preset-env": "^7.7.7",
31-
"@babel/preset-react": "^7.7.4",
32-
"babel-jest": "^24.9.0",
27+
"@babel/core": "^7.8.3",
28+
"@babel/plugin-proposal-class-properties": "^7.8.3",
29+
"@babel/plugin-transform-runtime": "^7.8.3",
30+
"@babel/preset-env": "^7.8.3",
31+
"@babel/preset-react": "^7.8.3",
32+
"babel-jest": "^25.1.0",
3333
"babel-loader": "^8.0.6",
3434
"babel-plugin-module-resolver": "^4.0.0",
3535
"babel-preset-react-app": "^9.1.0",
36-
"css-loader": "^3.4.0",
37-
"file-loader": "^4.2.0",
36+
"css-loader": "^3.4.2",
37+
"file-loader": "^5.0.2",
3838
"html-webpack-plugin": "^3.2.0",
3939
"image-webpack-loader": "^6.0.0",
40-
"jest": "^24.9.0",
40+
"jest": "^25.1.0",
4141
"open": "^7.0.0",
42-
"sass-loader": "^8.0.0",
43-
"style-loader": "^1.1.2",
42+
"sass-loader": "^8.0.2",
43+
"style-loader": "^1.1.3",
4444
"webpack": "^4.41.5",
4545
"webpack-dev-server": "^3.10.1"
4646
}

0 commit comments

Comments
 (0)