Skip to content

Commit

Permalink
chore(packages): update (#80)
Browse files Browse the repository at this point in the history
* chore(packages): update

* chore(version): bump version 0.5.5
  • Loading branch information
caioagiani authored Jun 18, 2022
1 parent 9563a21 commit f695e59
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
@@ -1,6 +1,6 @@
{
"name": "mobizon-node",
"version": "0.5.4",
"version": "0.5.5",
"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.26.1",
"axios": "^0.27.0",
"qs": "^6.9.6"
},
"devDependencies": {
"jest": "27.5.1",
"@sucrase/jest-plugin": "2.2.0",
"dotenv": "16.0.0",
"eslint": "8.11.0",
"jest": "28",
"@sucrase/jest-plugin": "2.2.1",
"dotenv": "16.0.1",
"eslint": "8.18.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import-helpers": "1.2.1",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.6.0",
"sucrase": "3.20.3"
"prettier": "2.7.1",
"sucrase": "3.21.0"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit f695e59

Please sign in to comment.