Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2023
1 parent 164fc2d commit 7fced4a
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 425 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.9.0
nodejs 20.10.0
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"lint": "next lint --fix --dir . --dir pages --dir components --dir lib --dir layouts --dir scripts"
},
"dependencies": {
"@fontsource/inter": "5.0.15",
"@fontsource/noto-sans-mono": "5.0.17",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fontsource/inter": "5.0.16",
"@fontsource/noto-sans-mono": "5.0.18",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@prefresh/babel-plugin": "0.5.1",
"@tailwindcss/typography": "0.5.10",
Expand All @@ -27,10 +27,10 @@
"next-plugin-preact": "3.0.7",
"next-sitemap": "4.2.3",
"next-themes": "0.2.1",
"postcss": "8.4.31",
"preact": "10.19.1",
"preact-render-to-string": "6.3.0",
"preact-ssr-prepass": "1.2.0",
"postcss": "8.4.32",
"preact": "10.19.3",
"preact-render-to-string": "6.3.1",
"preact-ssr-prepass": "1.2.1",
"react": "npm:@preact/compat@17.1.2",
"react-dom": "npm:@preact/compat@17.1.2",
"react-obfuscate-email": "1.0.16",
Expand All @@ -41,8 +41,8 @@
"rehype-slug": "6.0.0",
"remark-footnotes": "4.0.1",
"remark-gfm": "3.0.1",
"sharp": "0.32.6",
"tailwindcss": "3.3.5",
"sharp": "0.33.0",
"tailwindcss": "3.3.6",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
Expand All @@ -51,18 +51,18 @@
"cross-env": "7.0.3",
"dedent": "1.5.1",
"esbuild": "^0.14.54",
"eslint": "8.53.0",
"eslint": "8.56.0",
"eslint-config-next": "12.3.4",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.0.1",
"globby": "14.0.0",
"inquirer": "9.2.12",
"js-yaml": "4.1.0",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"mdast-util-to-string": "4.0.0",
"next-remote-watch": "2.0.0",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.7"
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.9"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
Expand All @@ -77,5 +77,5 @@
"esbuild": "^0.14",
"preact-ssr-prepass": ">=1"
},
"packageManager": "pnpm@8.10.3"
"packageManager": "pnpm@8.12.1"
}
Loading

0 comments on commit 7fced4a

Please sign in to comment.