Skip to content

Commit

Permalink
chore(deps): upgrade (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
caioagiani authored Jan 26, 2022
1 parent 63e57da commit 1b4b790
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobizon-node",
"version": "0.4.2",
"version": "0.4.3",
"description": "Biblioteca NodeJS para trabalhar com os serviços Mobizon API",
"readmeFilename": "README.md",
"main": "dist/index.js",
Expand Down Expand Up @@ -41,21 +41,21 @@
"dev:test:clear": "jest --clearCache"
},
"dependencies": {
"axios": "^0.21.1",
"axios": "^0.25.0",
"qs": "^6.9.6"
},
"devDependencies": {
"jest": "27.1.1",
"@sucrase/jest-plugin": "2.1.1",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"jest": "27.4.7",
"@sucrase/jest-plugin": "2.2.0",
"dotenv": "14.3.2",
"eslint": "8.7.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-import-helpers": "1.1.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import-helpers": "1.2.1",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.4.0",
"sucrase": "3.20.1"
"prettier": "2.5.1",
"sucrase": "3.20.3"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 1b4b790

Please sign in to comment.