Skip to content

Commit

Permalink
fix: upgrade node-emoji to it's esm version
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzano committed Dec 30, 2023
1 parent ca49d3c commit b288d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"debug": "^4.3.2",
"git-url-parse": "^11.6.0",
"lodash": "^4.17.21",
"node-emoji": "^1.11.0"
"node-emoji": "^2.1.3"
},
"scripts": {
"clean": "rimraf build",
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6422,15 +6422,6 @@ __metadata:
languageName: node
linkType: hard

"node-emoji@npm:^1.11.0":
version: 1.11.0
resolution: "node-emoji@npm:1.11.0"
dependencies:
lodash: "npm:^4.17.21"
checksum: 5dac6502dbef087092d041fcc2686d8be61168593b3a9baf964d62652f55a3a9c2277f171b81cccb851ccef33f2d070f45e633fab1fda3264f8e1ae9041c673f
languageName: node
linkType: hard

"node-emoji@npm:^2.1.3":
version: 2.1.3
resolution: "node-emoji@npm:2.1.3"
Expand Down Expand Up @@ -8077,7 +8068,7 @@ __metadata:
lint-staged: "npm:^11.2.3"
lodash: "npm:^4.17.21"
nock: "npm:^13.1.3"
node-emoji: "npm:^1.11.0"
node-emoji: "npm:^2.1.3"
nyc: "npm:^15.1.0"
rimraf: "npm:^3.0.2"
semantic-release: "npm:^22.0.0"
Expand Down

0 comments on commit b288d40

Please sign in to comment.