Skip to content

Commit

Permalink
fix: missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Nov 10, 2022
1 parent 6dca099 commit c1cf1c6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 189 deletions.
60 changes: 1 addition & 59 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "islandjs-monorepo",
"private": true,
"version": "0.7.1",
"version": "0.7.0",
"description": "Vite & Islands architecture SSG framework",
"packageManager": "pnpm@7.9.2",
"type": "module",
Expand Down Expand Up @@ -37,64 +37,6 @@
],
"author": "Sanyuan0704",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.19.0",
"@babel/helper-plugin-utils": "^7.19.0",
"@babel/preset-react": "^7.18.6",
"@mdx-js/mdx": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@mdx-js/rollup": "2",
"@svgr/core": "6.3.1",
"@unocss/preset-attributify": "^0.45.26",
"@unocss/preset-wind": "^0.45.26",
"@unocss/vite": "^0.45.26",
"@vitejs/plugin-react": "2.0.1",
"acorn": "^8.8.0",
"b-tween": "^0.3.3",
"body-scroll-lock": "4.0.0-beta.0",
"cac": "6.7.12",
"check-links": "^1.1.8",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"copy-to-clipboard": "^3.3.2",
"debug": "^4.3.4",
"esbuild": "0.15.5",
"fast-glob": "3.2.11",
"flexsearch": "0.6.32",
"fs-extra": "10.1.0",
"github-slugger": "^1.4.0",
"hast": "^1.0.0",
"hast-util-from-html": "^1.0.0",
"husky": "^8.0.1",
"lodash-es": "^4.17.21",
"mdast-util-mdxjs-esm": "^1.3.0",
"ora": "^6.1.2",
"picocolors": "^1.0.0",
"polka": "^0.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.3.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.0.1",
"rehype-highlight": "^5.0.2",
"rehype-slug": "^5.0.1",
"remark-directive": "^2.0.1",
"remark-frontmatter": "^4.0.1",
"remark-gemoji": "^7.0.1",
"remark-gfm": "^3.0.1",
"remark-mdx-frontmatter": "^2.0.3",
"sass": "^1.54.5",
"shiki": "^0.11.1",
"simple-git": "^3.14.1",
"sirv": "^2.0.2",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1",
"unist-util-visit-children": "^2.0.0",
"unocss": "^0.45.26",
"vite": "~3.1.4",
"vite-plugin-inspect": "^0.7.4"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/island/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@iconify-json/carbon": "^1.1.8",
"@islandjs/plugin-backtop": "0.7.1",
"@islandjs/plugin-search": "0.7.1",
"body-scroll-lock": "4.0.0-beta.0",
"@mdx-js/mdx": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@mdx-js/rollup": "2",
Expand Down
166 changes: 36 additions & 130 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit c1cf1c6

@vercel
Copy link

@vercel vercel bot commented on c1cf1c6 Nov 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.