@dibs-tech/mail-client
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "@dibs-tech/mail-client", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "A mail client implementation, using sparkpost", | ||
@@ -19,9 +19,12 @@ "main": "index.js", | ||
"devDependencies": { | ||
"babel-eslint": "^7.1.1", | ||
"eslint": "^8.11.0", | ||
"@babel/core": "^7.17.8", | ||
"@babel/eslint-parser": "^7.17.0", | ||
"eslint": "^8.12.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-react": "^7.29.4" | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.4.0", | ||
"dotenv": "^16.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
24072
9