Skip to content

Commit

Permalink
chore: update dependencies and types
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Mar 22, 2024
1 parent c4e5fd4 commit 0275c61
Show file tree
Hide file tree
Showing 6 changed files with 1,007 additions and 317 deletions.
7 changes: 4 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
"postinstall": "pnpm -w run build",
"build": "vite-react-ssg build",
"dev": "vite-react-ssg dev",
"start": "serve -l 5173 dist"
"start": "serve -l 5173 dist",
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.58.0",
"clsx": "^2.0.0"

},
"devDependencies": {
"@mdx-js/rollup": "3.0.0",
"@types/mdx": "2.0.6",
"@mdx-js/rollup": "3.0.1",
"@types/mdx": "2.0.11",
"@vitejs/plugin-react-swc": "^3.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-shikiji": "0.9.10",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@mdx-js/rollup": "3.0.0",
"@types/mdx": "2.0.6",
"@mdx-js/rollup": "3.0.1",
"@types/mdx": "2.0.11",
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "5.0.12",
"vite-react-ssg": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
},
"devDependencies": {
"@childrentime/devcert": "^1.2.5",
"@ririd/eslint-config": "^1.0.4",
"@ririd/eslint-config": "^1.1.0",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/html-minifier": "^4.0.2",
Expand Down
Loading

0 comments on commit 0275c61

Please sign in to comment.