Skip to content

Commit

Permalink
up template deps within ranges in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Feb 16, 2023
1 parent 4acf395 commit 9b460e2
Show file tree
Hide file tree
Showing 2 changed files with 966 additions and 692 deletions.
28 changes: 14 additions & 14 deletions packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@
"@flowershow/remark-callouts": "^1.0.0",
"@flowershow/remark-embed": "^1.0.0",
"@flowershow/remark-wiki-link": "^1.0.0",
"@heroicons/react": "^1.0.4",
"@heroicons/react": "^1.0.6",
"@silvenon/remark-smartypants": "^1.0.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.2",
"@tailwindcss/typography": "^0.5.9",
"@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",
"contentlayer": "^0.2.9",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"hastscript": "^7.0.2",
"next": "^13.0.4",
"hastscript": "^7.2.0",
"next": "^13.1.6",
"next-contentlayer": "^0.2.9",
"next-seo": "^5.14.1",
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"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.6"
}
}
Loading

0 comments on commit 9b460e2

Please sign in to comment.