Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mivr committed Nov 7, 2024
1 parent d43b151 commit 4aa47b4
Show file tree
Hide file tree
Showing 4 changed files with 1,819 additions and 1,145 deletions.
2 changes: 1 addition & 1 deletion e2e/loaders_jslib/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm_translate_lock(
no_optional = True,
npmrc = "//:.npmrc",
pnpm_lock = "//:pnpm-lock.yaml",
pnpm_version = "6.29.1",
pnpm_version = "9.0.0",
verify_node_modules_ignored = "//:.bazelignore",
)

Expand Down
6 changes: 3 additions & 3 deletions e2e/loaders_jslib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"scripts": {
"clean": "rm -rf dist node_modules"
},
"devDependencies": {
"css-loader": "6.7.3",
"mini-css-extract-plugin": "2.7.5",
Expand All @@ -14,5 +11,8 @@
"dependencies": {
"html-webpack-plugin": "^5.5.3",
"http-server": "^14.1.1"
},
"pnpm": {
"onlyBuiltDependencies": []
}
}
Loading

0 comments on commit 4aa47b4

Please sign in to comment.