Skip to content

Commit

Permalink
v3.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed Sep 17, 2023
1 parent 62f52c7 commit b53ce7d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "3.5.9",
"version": "3.5.10",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/finder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscpd/finder",
"version": "3.5.5",
"version": "3.5.10",
"description": "detector of copy/paste in files",
"author": "Andrey Kucherenko <kucherenko.andrey@gmail.com>",
"homepage": "https://github.com/kucherenko/jscpd#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/html-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscpd/html-reporter",
"version": "3.5.9",
"version": "3.5.10",
"description": "html reporter for jscpd",
"keywords": [
"jscpd",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/kucherenko/jscpd/issues"
},
"dependencies": {
"@jscpd/finder": "^3.5.5",
"@jscpd/finder": "^3.5.10",
"colors": "1.4.0",
"fs-extra": "^9.0.1",
"pug": "^3.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/jscpd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscpd",
"version": "3.5.9",
"version": "3.5.10",
"description": "detector of copy/paste in files",
"author": "Andrey Kucherenko <kucherenko.andrey@gmail.com>",
"homepage": "https://github.com/kucherenko/jscpd#readme",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@jscpd/core": "^3.5.4",
"@jscpd/finder": "^3.5.5",
"@jscpd/html-reporter": "^3.5.9",
"@jscpd/finder": "^3.5.10",
"@jscpd/html-reporter": "^3.5.10",
"@jscpd/tokenizer": "^3.5.4",
"colors": "1.4.0",
"commander": "^5.0.0",
Expand Down

0 comments on commit b53ce7d

Please sign in to comment.