Skip to content

Commit

Permalink
bump build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Jun 13, 2021
1 parent cc85649 commit 17515cd
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 81 deletions.
106 changes: 35 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"react": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.10.3",
"@babel/runtime": "^7.14.5",
"kapellmeister": "^3.0.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/node": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.10.3",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/node": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/register": "^7.14.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^5.2.0",
Expand Down Expand Up @@ -95,7 +95,7 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-size-snapshot": "^0.11.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-uglify": "^5.0.2",
"rollup-plugin-uglify": "^6.0.4",
"sinon": "^7.5.0",
"webpack": "^4.43.0"
},
Expand Down

0 comments on commit 17515cd

Please sign in to comment.