Skip to content

Commit

Permalink
fix: upgrade dependencies to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
osdevisnot committed Oct 17, 2020
1 parent 7eac909 commit ef14797
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@
"useTabs": true
},
"devDependencies": {
"@babel/core": "7.12.0",
"@babel/plugin-proposal-decorators": "7.10.5",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/plugin-transform-regenerator": "7.10.4",
"@babel/preset-env": "7.12.0",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.12.0",
"@babel/core": "7.12.3",
"@babel/plugin-proposal-decorators": "7.12.1",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-transform-regenerator": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.1",
"@babel/preset-typescript": "7.12.1",
"@rollup/plugin-babel": "5.2.1",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-replace": "2.3.3",
"@rollup/pluginutils": "4.0.0",
"@types/node": "14.11.8",
"@types/node": "14.11.10",
"@vercel/ncc": "0.24.1",
"babel-plugin-codegen": "4.0.1",
"babel-plugin-dev-expression": "0.2.2",
Expand All @@ -76,7 +76,7 @@
"mkdirp": "1.0.4",
"patch-package": "6.2.2",
"pretty-bytes": "5.4.1",
"rollup": "2.30.0",
"rollup": "2.32.0",
"rollup-plugin-dts": "1.4.13",
"rollup-plugin-node-globals": "1.4.0",
"semantic-release": "17.2.1",
Expand Down

0 comments on commit ef14797

Please sign in to comment.