Skip to content

Commit 91777a0

Browse files
committed
Updating dependencies
1 parent 183cf2e commit 91777a0

File tree

3 files changed

+186
-42
lines changed

3 files changed

+186
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.18.3",
9+
"eslint-plugin-react": "^7.19.0",
1010
"husky": "^4.2.3",
1111
"lerna": "^3.20.2",
1212
"prettier": "^1.19.1"

packages/react-dependency-scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"react-dom": "^16.9.0"
2525
},
2626
"dependencies": {
27-
"@babel/core": "^7.8.6",
27+
"@babel/core": "^7.8.7",
2828
"@babel/plugin-proposal-class-properties": "^7.8.3",
2929
"@babel/plugin-transform-runtime": "^7.8.3",
30-
"@babel/preset-env": "^7.8.6",
30+
"@babel/preset-env": "^7.8.7",
3131
"@babel/preset-react": "^7.8.3",
3232
"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.1",
36-
"choose-port": "^0.1.0",
36+
"choose-port": "^0.2.0",
3737
"css-loader": "^3.4.2",
3838
"file-loader": "^5.1.0",
3939
"fs-extra": "^8.1.0",

0 commit comments

Comments
 (0)