Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Mar 5, 2023
1 parent 1331d61 commit 05adcfa
Show file tree
Hide file tree
Showing 11 changed files with 521 additions and 666 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ indent_size = 2

# YAML doesn't support hard tabs 🙃
# Templates that will be weird with hard tabs in the website editor
[{**.yml, .github/**.md, **.rs}]
[{**.yml, .github/**.md, **.rs, **.mdx}]
indent_style = space

[*.rs]
Expand Down
12 changes: 6 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"build:wasm-dev": "wasm-pack build --out-dir ../../npm/wasm-web --target web --dev --scope rometools ../crates/rome_wasm"
},
"devDependencies": {
"@astrojs/mdx": "^0.11.5",
"@astrojs/prism": "^1.0.2",
"@astrojs/react": "^1.2.2",
"@astrojs/rss": "^1.0.3",
"@astrojs/mdx": "^0.17.2",
"@astrojs/prism": "^2.0.0",
"@astrojs/react": "^2.0.2",
"@astrojs/rss": "^2.1.1",
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lint": "^6.0.0",
Expand All @@ -33,8 +33,8 @@
"@types/react-dom": "^17.0.10",
"@uiw/react-codemirror": "^4.12.4",
"@vitejs/plugin-react": "^2.1.0",
"astro": "^1.6.7",
"astro-compress": "^1.1.1",
"astro": "^2.0.17",
"astro-compress": "^1.1.35",
"autoprefixer": "^10.4.12",
"codemirror-lang-rome-ast": "0.0.6",
"fast-diff": "^1.2.0",
Expand Down
Loading

0 comments on commit 05adcfa

Please sign in to comment.