Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltott committed Sep 20, 2023
1 parent d3f41b4 commit 543141a
Show file tree
Hide file tree
Showing 2 changed files with 1,584 additions and 1,406 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"engines": {
"node": ">=18.16"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].6",
"scripts": {
"preinstall": "npx only-allow pnpm",
"format": "npx prettier --write --ignore-unknown --list-different \"**/*\"",
Expand All @@ -36,7 +36,7 @@
"analyze": "source-map-explorer 'public/build/**/*.js'"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@faker-js/faker": "^8.1.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
Expand All @@ -62,24 +62,24 @@
"cssnano": "^6.0.1",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"front-matter": "^4.0.2",
"graphql": "^16.8.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"hast-util-to-string": "^2.0.0",
"hastscript": "^8.0.0",
"luxon": "^3.4.2",
"luxon": "^3.4.3",
"markdown-it": "^13.0.1",
"mdast-util-toc": "^7.0.0",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"postcss-cli": "^10.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^6.0.0",
"rehype-sanitize": "^5.0.1",
Expand All @@ -92,24 +92,24 @@
"remix-auth-form": "^1.3.0",
"require-dir": "^1.2.0",
"sanitize-html": "^2.11.0",
"sass": "^1.66.1",
"sass": "^1.67.0",
"tiny-invariant": "^1.3.1",
"unified": "^10.1.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.9",
"@types/luxon": "^3.3.1",
"@types/react": "^18.2.21",
"@tailwindcss/typography": "^0.5.10",
"@types/luxon": "^3.3.2",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/require-dir": "^1.0.2",
"@types/sanitize-html": "^2.9.0",
"netlify-cli": "^16.2.0",
"netlify-cli": "^16.4.1",
"prettier": "^3.0.3",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.3.3",
"tsx": "^3.12.7",
"tsx": "^3.12.10",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 543141a

Please sign in to comment.