Skip to content

Commit 365c9fe

Browse files
authored
Merge branch 'next' into fix-config-types
2 parents c6c44ff + 6182f45 commit 365c9fe

File tree

3 files changed

+59
-5
lines changed

3 files changed

+59
-5
lines changed

packages/mdx/dev/content/test.mdx

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,50 @@ console.log(1)
1111
Hello 1
1212

1313
</CH.Scrollycoding>
14+
15+
16+
```terminal
17+
❯ npm create astro -y
18+
19+
╭─────╮ Houston:
20+
│ ◠ ◡ ◠ Initiating launch sequence...
21+
╰─────╯
22+
23+
 astro  v2.9.2 Launch sequence initiated.
24+
25+
  dir  Where should we create your new project?
26+
./cosmic-chroma
27+
28+
  tmpl  How would you like to start your new project?
29+
Empty
30+
 ✔ Template copied
31+
32+
  deps  Install dependencies?
33+
No
34+
 ◼ No problem!
35+
 Remember to install dependencies after setup.
36+
37+
  ts  Do you plan to write TypeScript?
38+
No
39+
 ◼ No worries!
40+
 TypeScript is supported in Astro by default,
41+
 but you are free to continue writing JavaScript instead.
42+
43+
  git  Initialize a new git repository?
44+
No
45+
 ◼ Sounds good!
46+
 You can always run git init manually.
47+
48+
  next  Liftoff confirmed. Explore your project!
49+
50+
 Enter your project directory using cd ./cosmic-chroma
51+
 Run npm run dev to start the dev server. CTRL+C to stop.
52+
Add frameworks like react or tailwind using astro add.
53+
54+
Stuck? Join us at https://astro.build/chat
55+
56+
╭─────╮ Houston:
57+
│ ◠ ◡ ◠ Good luck out there, astronaut! 🚀
58+
╰─────╯
59+
```
60+

packages/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"coverage": "vitest run --coverage"
4545
},
4646
"dependencies": {
47-
"@code-hike/lighter": "0.7.3",
47+
"@code-hike/lighter": "0.8.2",
4848
"node-fetch": "^2.0.0"
4949
},
5050
"devDependencies": {

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,12 @@
455455
"@babel/helper-validator-identifier" "^7.19.1"
456456
to-fast-properties "^2.0.0"
457457

458-
"@code-hike/[email protected]":
459-
version "0.7.3"
460-
resolved "https://registry.yarnpkg.com/@code-hike/lighter/-/lighter-0.7.3.tgz#729a7ab484f11069d258c34dfe39be918f093e39"
461-
integrity sha512-IW3nBrnQRSoYDY2suXUjNZegCGVH3ljEH5w51chazy30s103CdpwSwvFya3e6GbY/xfbyAVj+Uyg6HH4L5T6tw==
458+
"@code-hike/[email protected]":
459+
version "0.8.2"
460+
resolved "https://registry.yarnpkg.com/@code-hike/lighter/-/lighter-0.8.2.tgz#21fe70c339b645718606a8aa301f15524e5f829f"
461+
integrity sha512-h7PA2+90rIRQWamxeHSpcgVLs9hwhz8UW8+RG+vYIYh2Y4F2GTa4c+7S5HQH/BKTyMPv5yrSCEwhCB605gO5og==
462+
dependencies:
463+
ansi-sequence-parser "^1.1.0"
462464

463465
"@codesandbox/sandpack-client@^0.19.0":
464466
version "0.19.0"
@@ -1964,6 +1966,11 @@ ansi-regex@^5.0.1:
19641966
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
19651967
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
19661968

1969+
ansi-sequence-parser@^1.1.0:
1970+
version "1.1.0"
1971+
resolved "https://registry.yarnpkg.com/ansi-sequence-parser/-/ansi-sequence-parser-1.1.0.tgz#4d790f31236ac20366b23b3916b789e1bde39aed"
1972+
integrity sha512-lEm8mt52to2fT8GhciPCGeCXACSz2UwIN4X2e2LJSnZ5uAbn2/dsYdOmUXq0AtWS5cpAupysIneExOgH0Vd2TQ==
1973+
19671974
ansi-styles@^3.2.1:
19681975
version "3.2.1"
19691976
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"

0 commit comments

Comments
 (0)