Skip to content

Commit

Permalink
[pkg/core/template,#419][m]: update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilcodes committed Feb 28, 2023
1 parent 0c68f19 commit d61d8e7
Show file tree
Hide file tree
Showing 3 changed files with 5,550 additions and 11,937 deletions.
22 changes: 11 additions & 11 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"type": "module",
"main": "./dist/index.js",
"dependencies": {
"@docsearch/react": "^3.3.0",
"@floating-ui/react-dom": "^1.2.1",
"@docsearch/react": "^3.3.3",
"@floating-ui/react-dom": "^1.3.0",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@giscus/react": "^2.2.6",
"@headlessui/react": "^1.7.6",
"@headlessui/react": "^1.7.12",
"clsx": "^1.2.1",
"disqus-react": "^1.1.5",
"framer-motion": "^8.4.3",
"kbar": "0.1.0-beta.39",
"framer-motion": "^10.0.1",
"kbar": "0.1.0-beta.40",
"mdx-mermaid": "^1.3.2",
"mermaid": "^9.3.0"
"mermaid": "^9.3.0",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"next": "^13.0.0",
"next-contentlayer": "^0.2.9",
"next": "^13.2.1",
"next-contentlayer": "^0.3.0",
"next-themes": "^0.2.1",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
46 changes: 23 additions & 23 deletions packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,43 @@
"generate": "contentlayer build && cross-env NODE_OPTIONS=\"--experimental-json-modules --experimental-modules\" node ./scripts/search.mjs"
},
"dependencies": {
"@flowershow/core": "^0.4.0",
"@flowershow/remark-callouts": "^1.0.0",
"@flowershow/remark-embed": "^1.0.0",
"@flowershow/remark-wiki-link": "^1.0.0",
"@heroicons/react": "^1.0.4",
"@silvenon/remark-smartypants": "^1.0.0",
"@flowershow/core": "workspace:^0.4.0",
"@flowershow/remark-callouts": "workspace:^1.0.0",
"@flowershow/remark-embed": "workspace:^1.0.0",
"@flowershow/remark-wiki-link": "workspace:^1.0.0",
"@heroicons/react": "^1.0.6",
"@silvenon/remark-smartypants": "^2.0.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"contentlayer": "^0.2.8",
"date-fns": "^2.29.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"contentlayer": "^0.3.0",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"hastscript": "^7.0.2",
"next": "^13.0.4",
"next-contentlayer": "^0.2.9",
"next-seo": "^5.14.1",
"hastscript": "^7.2.0",
"next": "^13.2.1",
"next-contentlayer": "^0.3.0",
"next-seo": "^5.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-mathjax": "^4.0.2",
"rehype-prism-plus": "^1.4.2",
"rehype-slug": "^5.0.1",
"rehype-prism-plus": "^1.5.1",
"rehype-slug": "^5.1.0",
"remark-code-extra": "^1.0.1",
"remark-gfm": "^3.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-smartypants": "^2.0.0",
"remark-toc": "^8.0.1",
"typed.js": "^2.0.12",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"postcss": "^8.4.12",
"tailwindcss": "^3.1.8"
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
},
"overrides": {
"mermaid": "9.3.0",
Expand Down
Loading

0 comments on commit d61d8e7

Please sign in to comment.