Skip to content

Commit 265083b

Browse files
docs: replace dfinity/utils by junobuild/utils (#680)
* docs: replace dfinity/utils by junobuild/utils Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * 📄 Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00a3f56 commit 265083b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.llms-snapshots/llms-full.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ npm i @junobuild/core
182182
```
183183

184184
```
185-
yarn add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
185+
yarn add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
186186
```
187187

188188
```
189-
pnpm add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
189+
pnpm add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
190190
```
191191

192192
2. Initialize your Satellite in your web app:
@@ -7486,11 +7486,11 @@ npm i @junobuild/core
74867486
```
74877487

74887488
```
7489-
yarn add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
7489+
yarn add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
74907490
```
74917491

74927492
```
7493-
pnpm add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
7493+
pnpm add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
74947494
```
74957495

74967496
### 2\. Start the Emulator
@@ -7745,11 +7745,11 @@ npm i @junobuild/core
77457745
```
77467746

77477747
```
7748-
yarn add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
7748+
yarn add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
77497749
```
77507750

77517751
```
7752-
pnpm add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
7752+
pnpm add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
77537753
```
77547754

77557755
## 2\. Start the Emulator
@@ -8399,11 +8399,11 @@ npm i @junobuild/core
83998399
```
84008400

84018401
```
8402-
yarn add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
8402+
yarn add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
84038403
```
84048404

84058405
```
8406-
pnpm add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
8406+
pnpm add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
84078407
```
84088408

84098409
#### 2\. Start the Emulator
@@ -8686,11 +8686,11 @@ npm i @junobuild/core
86868686
```
86878687

86888688
```
8689-
yarn add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
8689+
yarn add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
86908690
```
86918691

86928692
```
8693-
pnpm add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
8693+
pnpm add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
86948694
```
86958695

86968696
### 2\. Start the Emulator
@@ -8955,11 +8955,11 @@ npm i @junobuild/core
89558955
```
89568956

89578957
```
8958-
yarn add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
8958+
yarn add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
89598959
```
89608960

89618961
```
8962-
pnpm add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
8962+
pnpm add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
89638963
```
89648964

89658965
### 2\. Start the Emulator
@@ -9258,11 +9258,11 @@ npm i @junobuild/core
92589258
```
92599259

92609260
```
9261-
yarn add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
9261+
yarn add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
92629262
```
92639263

92649264
```
9265-
pnpm add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils
9265+
pnpm add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth
92669266
```
92679267

92689268
### 2\. Start the Emulator

docs/components/core.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { Bash } from "./bash.mdx";
22

33
<Bash
44
npm="npm i @junobuild/core"
5-
yarn="yarn add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils"
6-
pnpm="pnpm add @junobuild/core @icp-sdk/core @icp-sdk/auth @dfinity/utils"
5+
yarn="yarn add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth"
6+
pnpm="pnpm add @junobuild/core @junobuild/utils @icp-sdk/core @icp-sdk/auth"
77
/>

0 commit comments

Comments
 (0)