Skip to content

Commit 0a38dac

Browse files
committed
add @rspack/binding-linux-x64-gnu in optional deps
1 parent 410823f commit 0a38dac

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

shell-ui/package-lock.json

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

shell-ui/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,9 @@
6161
"react-router-dom": "^7.0.1",
6262
"styled-components": "^5.3.11",
6363
"typescript": "^5.6.3"
64+
},
65+
"optionalDependencies": {
66+
"@rspack/binding-linux-x64-gnu": "^1.6.7",
67+
"@rspack/binding-linux-x64-musl": "^1.6.7"
6468
}
6569
}

ui/package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"typescript": "^5.3.3"
122122
},
123123
"optionalDependencies": {
124+
"@rspack/binding-linux-x64-gnu": "^1.6.7",
124125
"@testing-library/cypress": "^10.0.0",
125126
"cypress": "^13.17.0",
126127
"cypress-cucumber-preprocessor": "^21.0.0",

0 commit comments

Comments
 (0)