From 63611b8c09619b0dac3536935420d23888de143d Mon Sep 17 00:00:00 2001 From: kevkevinpal Date: Thu, 2 Nov 2023 11:02:36 -0500 Subject: [PATCH] fix: package issue? --- package.json | 28 ++++++++++++++++++++++------ yarn.lock | 1 + 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 78ee5ce00..23c3cd9c1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.1.97", "private": true, "dependencies": { - "macaroon": "git+https://github.com/tierion/js-macaroon.git#ts", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", @@ -34,6 +33,7 @@ "leva": "^0.9.34", "lodash": "^4.17.21", "lsat-js": "^2.0.6", + "macaroon": "git+https://github.com/tierion/js-macaroon.git#ts", "moment": "^2.29.4", "postprocessing": "^6.31.0", "process": "^0.11.10", @@ -93,11 +93,17 @@ "lint": "eslint src --max-warnings 24" }, "eslintConfig": { - "extends": ["react-app", "react-app/jest"] + "extends": [ + "react-app", + "react-app/jest" + ] }, "jest": { "collectCoverage": true, - "collectCoverageFrom": ["./src/**/*.js", "./src/**/*.ts"], + "collectCoverageFrom": [ + "./src/**/*.js", + "./src/**/*.ts" + ], "coverageThreshold": { "global": { "lines": 0 @@ -121,8 +127,16 @@ } }, "browserslist": { - "production": [">0.2%", "not dead", "not op_mini all"], - "development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"] + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] }, "resolutions": { "react-error-overlay": "6.0.9" @@ -190,7 +204,9 @@ "nyc": { "all": true, "extends": "@istanbuljs/nyc-config-typescript", - "reporter": ["html"] + "reporter": [ + "html" + ] }, "coverage": { "min": 30 diff --git a/yarn.lock b/yarn.lock index b7847c42d..d52b789d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -19958,6 +19958,7 @@ __metadata: leva: ^0.9.34 lodash: ^4.17.21 lsat-js: ^2.0.6 + macaroon: "git+https://github.com/tierion/js-macaroon.git#ts" moment: ^2.29.4 postprocessing: ^6.31.0 prettier: ^2.7.1