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 0ee9c0a commit 2b19062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"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 @@ -189,9 +190,7 @@
"nyc": {
"all": true,
"extends": "@istanbuljs/nyc-config-typescript",
"reporter": [
"html"
]
"reporter": ["html"]
},
"coverage": {
"min": 30
Expand Down
19 changes: 2 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-react-jsx@npm:^7.22.15":
"@babel/plugin-transform-react-jsx@npm:^7.22.15, @babel/plugin-transform-react-jsx@npm:^7.22.5":
version: 7.22.15
resolution: "@babel/plugin-transform-react-jsx@npm:7.22.15"
dependencies:
Expand All @@ -1341,21 +1341,6 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-react-jsx@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/plugin-transform-react-jsx@npm:7.22.5"
dependencies:
"@babel/helper-annotate-as-pure": ^7.22.5
"@babel/helper-module-imports": ^7.22.5
"@babel/helper-plugin-utils": ^7.22.5
"@babel/plugin-syntax-jsx": ^7.22.5
"@babel/types": ^7.22.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: c8f93f29f32cf79683ca2b8958fd62f38155674846ef27a7d4b6fbeb8713c37257418391731b58ff8024ec37b888bed5960e615a3f552e28245d2082e7f2a2df
languageName: node
linkType: hard

"@babel/plugin-transform-react-pure-annotations@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.22.5"
Expand Down Expand Up @@ -15369,7 +15354,7 @@ __metadata:

"macaroon@git+https://github.com/tierion/js-macaroon.git#ts":
version: 3.1.0
resolution: "macaroon@git+ssh://git@github.com/tierion/js-macaroon.git#commit=f3654fd314f8fa778299b2286b87f78366a941e1"
resolution: "macaroon@https://github.com/tierion/js-macaroon.git#commit=f3654fd314f8fa778299b2286b87f78366a941e1"
dependencies:
sjcl: ^1.0.6
tweetnacl: ^1.0.0
Expand Down

0 comments on commit 2b19062

Please sign in to comment.