Skip to content

Commit

Permalink
Update: Package dependencies 🆙
Browse files Browse the repository at this point in the history
  • Loading branch information
DHedgecock committed Mar 22, 2020
1 parent 1b89546 commit 0383a18
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@
"clean": "rm -rf dist types"
},
"dependencies": {
"@babel/core": "7.8.7",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-private-methods": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-react": "7.9.1",
"@babel/preset-typescript": "7.9.0",
"babel-plugin-transform-import-aliases": "1.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@crystal-ball/commitizen-base": "2.4.0",
"@crystal-ball/prettier-base": "1.6.0",
"@crystal-ball/prettier-base": "2.0.0",
"@crystal-ball/semantic-release-base": "2.15.0",
"@types/jest": "25.1.4",
"@types/node": "13.9.1",
"@types/node": "13.9.3",
"eslint-config-eloquence": "13.6.0",
"husky": "4.2.3",
"jest": "25.1.0",
Expand Down
8 changes: 4 additions & 4 deletions src/__snapshots__/index.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Object {
"@babel/plugin-transform-runtime",
Object {
"useESModules": false,
"version": "7.8.4",
"version": "7.9.2",
},
],
Array [
Expand Down Expand Up @@ -49,7 +49,7 @@ Object {
"@babel/plugin-transform-runtime",
Object {
"useESModules": true,
"version": "7.8.4",
"version": "7.9.2",
},
],
Array [
Expand Down Expand Up @@ -101,7 +101,7 @@ Object {
"@babel/plugin-transform-runtime",
Object {
"useESModules": true,
"version": "7.8.4",
"version": "7.9.2",
},
],
Array [
Expand Down Expand Up @@ -153,7 +153,7 @@ Object {
"@babel/plugin-transform-runtime",
Object {
"useESModules": false,
"version": "7.8.4",
"version": "7.9.2",
},
],
Array [
Expand Down
2 changes: 1 addition & 1 deletion src/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jest.mock('path')

import babelBase from './index'

const mockEnv = testEnv => envs => {
const mockEnv = (testEnv) => (envs) => {
if (typeof envs === 'string') {
return envs === testEnv
}
Expand Down

0 comments on commit 0383a18

Please sign in to comment.