Skip to content

Commit

Permalink
Update prod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Jan 13, 2024
1 parent c302bf0 commit 4090a10
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 51 deletions.
64 changes: 18 additions & 46 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"@sendgrid/client": "^7.7.0",
"@sendgrid/mail": "^7.7.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.2",
"classnames": "^2.3.1",
"concurrently": "^7.3.0",
"cross-env": "^7.0.3",
"esbuild": "^0.19.11",
"feed": "^4.2.2",
Expand All @@ -40,6 +42,7 @@
"gsap": "^3.9.1",
"mdx-bundler": "^10.0.1",
"node-sass": "^7.0.3",
"postcss": "^8.4.8",
"prismjs": "^1.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -49,7 +52,8 @@
"rehype-mathjax": "^4.0.2",
"rehype-prism-plus": "^1.4.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1"
"remark-math": "^5.1.1",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@remix-run/dev": "^1.7.0",
Expand All @@ -59,14 +63,10 @@
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-transition-group": "^4.4.4",
"autoprefixer": "^10.4.2",
"concurrently": "^7.3.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.8",
"prettier": "^2.5.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.7.4"
},
"engines": {
Expand Down

0 comments on commit 4090a10

Please sign in to comment.