Skip to content

Commit

Permalink
fix: package issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Nov 2, 2023
1 parent 2b19062 commit 63611b8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
28 changes: 22 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -190,7 +204,9 @@
"nyc": {
"all": true,
"extends": "@istanbuljs/nyc-config-typescript",
"reporter": ["html"]
"reporter": [
"html"
]
},
"coverage": {
"min": 30
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63611b8

Please sign in to comment.