mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-22 05:54:42 -04:00
Pin crane and npm dependencies (#3477)
* ci: pin crane dependency * docs: pin npm dependencies * deps: bump docusaurus --------- Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
This commit is contained in:
parent
d874b5b5f4
commit
521ff0d14c
9 changed files with 19680 additions and 21 deletions
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
node_modules
|
||||
package-lock.json
|
||||
.docusaurus
|
||||
build/
|
|
@ -8,7 +8,7 @@ During edits you can preview your changes using the [`docusaurus`](https://docus
|
|||
|
||||
```sh
|
||||
# requires node >=16.14
|
||||
npm install
|
||||
npm ci # Install pinned dependencies
|
||||
npm run build
|
||||
npm run serve
|
||||
```
|
||||
|
|
19660
docs/package-lock.json
generated
Normal file
19660
docs/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -14,25 +14,25 @@
|
|||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cmfcmf/docusaurus-search-local": "^1.2.0",
|
||||
"@docusaurus/core": "^3.5.2",
|
||||
"@docusaurus/plugin-google-gtag": "^3.5.2",
|
||||
"@docusaurus/preset-classic": "^3.5.2",
|
||||
"@docusaurus/theme-mermaid": "^3.5.2",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"asciinema-player": "^3.8.0",
|
||||
"clsx": "^2.0.0",
|
||||
"prism-react-renderer": "^2.3.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0"
|
||||
"@cmfcmf/docusaurus-search-local": "1.2.0",
|
||||
"@docusaurus/core": "3.6.2",
|
||||
"@docusaurus/plugin-google-gtag": "3.6.2",
|
||||
"@docusaurus/preset-classic": "3.6.2",
|
||||
"@docusaurus/theme-mermaid": "3.6.2",
|
||||
"@mdx-js/react": "3.1.0",
|
||||
"asciinema-player": "3.8.1",
|
||||
"clsx": "2.1.1",
|
||||
"prism-react-renderer": "2.4.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "^3.5.2",
|
||||
"@docusaurus/types": "^3.5.2"
|
||||
"@docusaurus/module-type-aliases": "3.6.2",
|
||||
"@docusaurus/types": "3.6.2"
|
||||
},
|
||||
"overrides": {
|
||||
"@cmfcmf/docusaurus-search-local": {
|
||||
"@docusaurus/core": "3.5.2",
|
||||
"@docusaurus/core": "3.6.2",
|
||||
"cheerio": "1.0.0-rc.12"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -181,7 +181,7 @@ The following `fio` settings were used:
|
|||
- IOPS: 4 KB blocks and 128 iodepth
|
||||
- Bandwidth: 1024 KB blocks and 128 iodepth
|
||||
|
||||
For more details, see the [`fio` test configuration](../../../../.github/actions/e2e_benchmark/fio.ini).
|
||||
For more details, see the [`fio` test configuration](https://github.com/edgelesssys/constellation/blob/main/.github/actions/e2e_benchmark/fio.ini).
|
||||
|
||||
The results for IOPS on Azure are as follows:
|
||||
|
||||
|
|
|
@ -181,7 +181,7 @@ The following `fio` settings were used:
|
|||
- IOPS: 4 KB blocks and 128 iodepth
|
||||
- Bandwidth: 1024 KB blocks and 128 iodepth
|
||||
|
||||
For more details, see the [`fio` test configuration](../../../../.github/actions/e2e_benchmark/fio.ini).
|
||||
For more details, see the [`fio` test configuration](https://github.com/edgelesssys/constellation/blob/main/.github/actions/e2e_benchmark/fio.ini).
|
||||
|
||||
The results for IOPS on Azure are as follows:
|
||||
|
||||
|
|
|
@ -181,7 +181,7 @@ The following `fio` settings were used:
|
|||
- IOPS: 4 KB blocks and 128 iodepth
|
||||
- Bandwidth: 1024 KB blocks and 128 iodepth
|
||||
|
||||
For more details, see the [`fio` test configuration](../../../../.github/actions/e2e_benchmark/fio.ini).
|
||||
For more details, see the [`fio` test configuration](https://github.com/edgelesssys/constellation/blob/main/.github/actions/e2e_benchmark/fio.ini).
|
||||
|
||||
The results for IOPS on Azure are as follows:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue