Skip to content

Commit

Permalink
update all safe dependencies (#355)
Browse files Browse the repository at this point in the history
* update all safe dependencies

* /usr/local/bin/node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
  • Loading branch information
bh2smith authored Feb 11, 2022
1 parent d6bae18 commit e49a4f5
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 810 deletions.
8 changes: 1 addition & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
module.exports = {
plugins: ["import"],
extends: [
"plugin:import/recommended",
"plugin:import/typescript",
"plugin:prettier/recommended",
"react-app",
"prettier",
],
extends: ["plugin:import/typescript", "plugin:prettier/recommended", "react-app", "prettier"],
ignorePatterns: ["build/", "node_modules/", "!.prettierrc.js", "lib/"],
rules: {
"import/order": [
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "safe-airdrop",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
"start": "react-app-rewired start",
Expand All @@ -17,8 +18,8 @@
},
"dependencies": {
"@fast-csv/parse": "^4.3.6",
"@gnosis.pm/safe-apps-provider": "^0.9.1",
"@gnosis.pm/safe-apps-react-sdk": "^4.0.7",
"@gnosis.pm/safe-apps-provider": "^0.9.3",
"@gnosis.pm/safe-apps-react-sdk": "^4.1.0",
"@gnosis.pm/safe-apps-sdk": "^6.2.0",
"@gnosis.pm/safe-react-components": "^0.9.1",
"@material-ui/core": "^4.12.3",
Expand Down
Loading

0 comments on commit e49a4f5

Please sign in to comment.