Skip to content

Commit

Permalink
Upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed May 22, 2021
1 parent b73f881 commit 45130fd
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 123 deletions.
172 changes: 57 additions & 115 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tonicpow-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "TonicPow API Library in JS - https://docs.tonicpow.com",
"main": "dist/api.js",
"module": "./module/api.js",
Expand Down Expand Up @@ -50,11 +50,11 @@
],
"homepage": "https://docs.tonicpow.com",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-env": "^7.14.2",
"@babel/register": "^7.12.10",
"@jest/globals": "^26.6.2",
"babel-core": "^7.0.0-bridge.0",
Expand All @@ -63,9 +63,9 @@
"babel-plugin-add-module-exports": "^1.0.4",
"babel-preset-minify": "^0.5.1",
"cross-env": "^7.0.3",
"eslint": "^7.25.0",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.3",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"npm-check": "^5.9.2",
Expand All @@ -75,7 +75,7 @@
"run-sequence": "2.2.1"
},
"dependencies": {
"@babel/runtime": "^7.13.17",
"@babel/runtime": "^7.14.0",
"axios": "^0.21.0",
"browser-or-node": "^1.3.0"
},
Expand Down

0 comments on commit 45130fd

Please sign in to comment.