Skip to content

Commit 29d105e

Browse files
authored
fix: make node:playright image use version replacers (#162)
1 parent 202fe31 commit 29d105e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

node-playwright/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"start": "node main.js"
88
},
99
"dependencies": {
10-
"apify": "latest",
11-
"crawlee": "latest",
12-
"playwright": "1.52.0",
10+
"apify": "APIFY_VERSION",
11+
"crawlee": "CRAWLEE_VERSION",
12+
"playwright": "PLAYWRIGHT_VERSION",
1313
"typescript": "^5.4.3"
1414
},
1515
"overrides": {
1616
"apify": {
17-
"@crawlee/core": "latest",
18-
"@crawlee/types": "latest",
19-
"@crawlee/utils": "latest"
17+
"@crawlee/core": "CRAWLEE_VERSION",
18+
"@crawlee/types": "CRAWLEE_VERSION",
19+
"@crawlee/utils": "CRAWLEE_VERSION"
2020
}
2121
},
2222
"repository": {}
23-
}
23+
}

0 commit comments

Comments
 (0)