Skip to content

Commit 28028a6

Browse files
committed
Update deps
1 parent 089be90 commit 28028a6

File tree

3 files changed

+3032
-5451
lines changed

3 files changed

+3032
-5451
lines changed

apps/web/content/blog/rich-content-websites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Leaner media are more cost-efficient, richer media are more expressive. That's t
2828

2929
This framework is from 1986 and hasn't age very well. But we can borrow some ideas to think about content websites.
3030

31-
The web is a versatile medium. It can be as lean or as rich as you want. You can build a lean website with just text, or a rich website with interactive, personalized, collaborative, multimedia content.
31+
The web is a versatile medium, it can be as lean or as rich as you want. You can build a lean website with just text, or a rich website with interactive, personalized, collaborative, multimedia content.
3232

3333
Remember, richness means: the ability to express complex messages.
3434

packages/codehike/package.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
{
22
"name": "codehike",
33
"version": "1.0.0-beta.9",
4+
"description": "Build rich content websites with Markdown and React",
5+
"keywords": [
6+
"react",
7+
"markdown",
8+
"mdx",
9+
"syntax highlighting",
10+
"rsc",
11+
"code blocks"
12+
],
13+
"homepage": "https://codehike.org",
14+
"bugs": {
15+
"url": "https://github.com/code-hike/codehike/issues"
16+
},
17+
"author": "Rodrigo Pombo",
418
"type": "module",
519
"sideEffects": false,
620
"license": "MIT",
721
"repository": "code-hike/codehike",
8-
"homepage": "https://codehike.org",
922
"funding": {
1023
"type": "github",
1124
"url": "https://github.com/sponsors/code-hike"
@@ -16,7 +29,6 @@
1629
"./mdx": "./dist/mdx.js",
1730
"./blocks": "./dist/blocks.js",
1831
"./code": "./dist/code/index.js",
19-
"./utils": "./dist/utils.js",
2032
"./utils/token-transitions": "./dist/utils/token-transitions.js",
2133
"./utils/static-fallback": "./dist/utils/static-fallback.js",
2234
"./utils/selection": "./dist/utils/selection.js"
@@ -29,17 +41,18 @@
2941
"dev": "tsc -p . --watch",
3042
"test": "vitest run",
3143
"watch": "vitest -u",
32-
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
44+
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
45+
"check-exports": "attw --pack ."
3346
},
3447
"dependencies": {
3548
"@code-hike/lighter": "1.0.0",
3649
"diff": "^5.1.0",
3750
"estree-util-visit": "^2.0.0",
38-
"front-matter": "^4.0.2",
3951
"mdast-util-mdx-jsx": "^3.0.0",
4052
"unist-util-visit": "^5.0.0"
4153
},
4254
"devDependencies": {
55+
"@arethetypeswrong/cli": "^0.15.4",
4356
"@mdx-js/mdx": "^3.0.0",
4457
"@types/diff": "^5.0.9",
4558
"@types/mdast": "^4.0.3",
@@ -48,6 +61,7 @@
4861
"@types/react": "^18.2.46",
4962
"@types/react-dom": "^18.2.18",
5063
"@vitest/ui": "^2.0.3",
64+
"front-matter": "^4.0.2",
5165
"mdast-util-from-markdown": "^2.0.0",
5266
"react": "18.3.0-canary-c5b937576-20231219",
5367
"react-dom": "18.3.0-canary-c5b937576-20231219",

0 commit comments

Comments
 (0)