Skip to content

Commit 92be1e8

Browse files
chore(deps): update dependency lerna to v8.1.6 (#4185)
1 parent 2e61bdb commit 92be1e8

File tree

5 files changed

+19
-17
lines changed

5 files changed

+19
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"forever": "4.0.3",
193193
"husky": "9.0.11",
194194
"jest": "26.6.3",
195-
"lerna": "8.1.5",
195+
"lerna": "8.1.6",
196196
"mocha": "10.5.1",
197197
"prettier": "3.3.2",
198198
"pretty-quick": "4.0.0",

pnpm-lock.yaml

Lines changed: 15 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"e2e:ci": "pnpm start & wait-on http-get://localhost:8080/ && npx cypress run --config-file ../cypress-e2e/config/cypress.config.ts --config '{\"supportFile\": \"../cypress-e2e/support/e2e.ts\"}' --spec \"./e2e/tests/runAll.cy.ts\" --browser=chrome"
1111
},
1212
"devDependencies": {
13-
"lerna": "8.1.5",
13+
"lerna": "8.1.6",
1414
"wait-on": "7.2.0"
1515
}
1616
}

shared-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"e2e:ci": "pnpm start & wait-on http-get://localhost:3001/ && npx cypress run --config-file ../cypress-e2e/config/cypress.config.ts --config '{\"supportFile\": \"../cypress-e2e/support/e2e.ts\"}' --spec \"./e2e/*.cy.ts\" --browser=chrome"
1212
},
1313
"devDependencies": {
14-
"lerna": "8.1.5",
14+
"lerna": "8.1.6",
1515
"wait-on": "7.2.0",
1616
"webpack-cli": "5.0.1"
1717
}

styled-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"build": "lerna run build"
1414
},
1515
"devDependencies": {
16-
"lerna": "8.1.5"
16+
"lerna": "8.1.6"
1717
}
1818
}

0 commit comments

Comments
 (0)