diff --git a/_agstate/.gitignore b/_agstate/.gitignore index 07405ad..cf01ebe 100644 --- a/_agstate/.gitignore +++ b/_agstate/.gitignore @@ -1,2 +1,3 @@ agoric-wallet keys +agoric-servers diff --git a/ui/package.json b/ui/package.json index 60777ed..3e86e45 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,9 +15,9 @@ }, "browserslist": { "production": [ - ">0.2%", - "not dead", - "not op_mini all" + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" ], "development": [ "last 1 chrome version", @@ -61,7 +61,8 @@ "eslint-plugin-react": "^7.21.4", "eslint-plugin-react-hooks": "^4.1.2", "prettier": "^2.1.2", - "rimraf": "^3.0.2" + "rimraf": "^3.0.2", + "ses": "^0.14.2" }, "prettier": { "trailingComma": "all", diff --git a/ui/public/index.html b/ui/public/index.html index 32b6484..3bc3811 100644 --- a/ui/public/index.html +++ b/ui/public/index.html @@ -149,11 +149,8 @@