Skip to content

Commit 62a57fc

Browse files
committed
INT-2305: Update bedrock; regenerate lock file
1 parent 078761d commit 62a57fc

File tree

3 files changed

+332
-422
lines changed

3 files changed

+332
-422
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ node("primary") {
1212
}
1313

1414
stage("dependencies") {
15-
sh "yarn install"
15+
sh "yarn install --frozen-lockfile"
1616
}
1717

1818
stage("stamp") {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"license": "Apache-2.0",
2525
"devDependencies": {
2626
"@ephox/agar": "^5.1.1",
27-
"@ephox/bedrock-client": "^9.6.1",
28-
"@ephox/bedrock-server": "^9.6.3",
27+
"@ephox/bedrock-client": "^11.0.0",
28+
"@ephox/bedrock-server": "^11.0.2",
2929
"@ephox/katamari": "^7.1.1",
3030
"@ephox/sugar": "^7.0.3",
3131
"@ephox/swag": "^4.3.1",

0 commit comments

Comments
 (0)