Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit bba195c

Browse files
committed
chore: upgrade deps
1 parent f26a38e commit bba195c

File tree

2 files changed

+163
-170
lines changed

2 files changed

+163
-170
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "jest"
2323
},
2424
"devDependencies": {
25-
"@babel/cli": "^7.0.0-beta.46",
25+
"@babel/cli": "^7.0.0-beta.49",
2626
"@babel/core": "^7.0.0-beta.49",
2727
"@babel/plugin-external-helpers": "^7.0.0-beta.49",
2828
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.49",
@@ -32,7 +32,7 @@
3232
"@babel/preset-react": "^7.0.0-beta.49",
3333
"babel-core": "^7.0.0-0",
3434
"babel-eslint": "^8.2.3",
35-
"babel-jest": "^23.0.0",
35+
"babel-jest": "^23.0.1",
3636
"babel-loader": "^7.1.4",
3737
"conventional-github-releaser": "^2.0.2",
3838
"cross-env": "^5.1.6",
@@ -44,13 +44,13 @@
4444
"eslint-plugin-import": "^2.12.0",
4545
"eslint-plugin-jsx-a11y": "^6.0.3",
4646
"eslint-plugin-react": "^7.8.2",
47-
"jest": "^23.0.0",
47+
"jest": "^23.0.1",
4848
"jest-styled-components": "^5.0.1",
4949
"react": "^16.4.0",
5050
"react-dom": "^16.4.0",
5151
"react-styleguidist": "^7.0.14",
5252
"react-test-renderer": "^16.4.0",
53-
"rollup": "^0.59.3",
53+
"rollup": "^0.59.4",
5454
"rollup-plugin-babel": "^4.0.0-beta.4",
5555
"rollup-plugin-commonjs": "^9.1.3",
5656
"rollup-plugin-node-resolve": "^3.3.0",

0 commit comments

Comments
 (0)