Skip to content

Commit

Permalink
publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Nov 20, 2023
1 parent bf4fd16 commit d120e67
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/file-size-impact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/file-size-impact",
"version": "14.1.4",
"version": "14.1.5",
"description": "Add files size impact into pull requests",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"file-size": "node ./scripts/file_size.mjs --log"
},
"dependencies": {
"@jsenv/dynamic-import-worker": "1.1.0",
"@jsenv/dynamic-import-worker": "1.2.0",
"@jsenv/filesystem": "4.3.2",
"@jsenv/github-pull-request-impact": "1.7.4",
"@jsenv/log": "3.4.2",
"@jsenv/log": "3.4.3",
"@jsenv/urls": "2.2.1"
}
}
6 changes: 3 additions & 3 deletions packages/lighthouse-impact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/lighthouse-impact",
"version": "4.1.1",
"version": "4.1.2",
"description": "Package description",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@jsenv/abort": "4.2.4",
"@jsenv/dynamic-import-worker": "1.1.0",
"@jsenv/dynamic-import-worker": "1.2.0",
"@jsenv/filesystem": "4.3.2",
"@jsenv/github-pull-request-impact": "1.7.4",
"@jsenv/log": "3.4.2",
"@jsenv/log": "3.4.3",
"lighthouse": "11.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/performance-impact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"test": "node ./scripts/test.mjs"
},
"dependencies": {
"@jsenv/dynamic-import-worker": "1.1.0",
"@jsenv/dynamic-import-worker": "1.2.0",
"@jsenv/filesystem": "4.3.2",
"@jsenv/github-pull-request-impact": "1.7.4",
"@jsenv/log": "3.4.2"
"@jsenv/log": "3.4.3"
}
}

0 comments on commit d120e67

Please sign in to comment.