Skip to content

Commit

Permalink
Update: package dependencies 🆙 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
DHedgecock committed Oct 28, 2020
1 parent 32adb27 commit 2a6401a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@
"clean": "rm -rf dist types"
},
"dependencies": {
"@babel/core": "7.11.6",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-private-methods": "7.10.4",
"@babel/plugin-transform-runtime": "7.11.5",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@babel/core": "7.12.3",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-private-methods": "7.12.1",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.1",
"@babel/preset-typescript": "7.12.1",
"babel-plugin-transform-import-aliases": "1.2.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
},
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/cli": "7.12.1",
"@crystal-ball/commitizen-base": "2.8.0",
"@crystal-ball/prettier-base": "2.4.0",
"@crystal-ball/semantic-release-base": "2.21.0",
"@types/jest": "26.0.14",
"@types/node": "14.11.8",
"eslint-config-eloquence": "16.3.1",
"@crystal-ball/semantic-release-base": "2.22.0",
"@types/jest": "26.0.15",
"@types/node": "14.14.5",
"eslint-config-eloquence": "16.6.0",
"husky": "4.3.0",
"jest": "26.5.3",
"typescript": "4.0.3"
"jest": "26.6.1",
"typescript": "4.0.5"
},
"prettier": "@crystal-ball/prettier-base",
"config": {
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.10.4",
"version": "7.12.1",
},
],
Array [
Expand Down Expand Up @@ -49,7 +49,7 @@ Object {
"@babel/plugin-transform-runtime",
Object {
"useESModules": true,
"version": "7.10.4",
"version": "7.12.1",
},
],
Array [
Expand Down Expand Up @@ -98,7 +98,7 @@ Object {
"@babel/plugin-transform-runtime",
Object {
"useESModules": true,
"version": "7.10.4",
"version": "7.12.1",
},
],
Array [
Expand Down Expand Up @@ -147,7 +147,7 @@ Object {
"@babel/plugin-transform-runtime",
Object {
"useESModules": false,
"version": "7.10.4",
"version": "7.12.1",
},
],
Array [
Expand Down

0 comments on commit 2a6401a

Please sign in to comment.