Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 2, 2023
1 parent 8e0f08f commit 772b528
Show file tree
Hide file tree
Showing 5 changed files with 1,008 additions and 931 deletions.
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.4.1.cjs
16 changes: 8 additions & 8 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "blog",
"version": "0.1.0",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@3.4.1",
"private": true,
"author": "Shun Tedokon <me@tdkn.dev> (https://tdkn.dev)",
"bugs": {
Expand Down Expand Up @@ -30,19 +30,19 @@
"@fortawesome/free-regular-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@next/bundle-analyzer": "13.1.5",
"@next/bundle-analyzer": "13.1.6",
"@vercel/og": "^0.0.27",
"clsx": "^1.2.1",
"contentlayer": "^0.3.0",
"date-fns": "2.29.3",
"framer-motion": "8.5.3",
"next": "13.1.5",
"framer-motion": "8.5.5",
"next": "13.1.6",
"next-contentlayer": "^0.3.0",
"next-seo": "5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-pretty-code": "^0.9.2",
"shiki": "^0.12.1",
"shiki": "^0.14.0",
"tailwind-merge": "^1.8.1"
},
"devDependencies": {
Expand All @@ -64,14 +64,14 @@
"postcss": "^8.4.21",
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"remark-emoji": "3.0.2",
"remark-emoji": "3.1.0",
"remark-images": "3.1.0",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4",
"typescript": "4.9.5",
"vercel": "^28.13.2",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.28.2"
Expand All @@ -80,6 +80,6 @@
"*.{js,jsx,ts,tsx,css,json,md,mdx}": "prettier --write"
},
"volta": {
"node": "18.13.0"
"node": "18.14.0"
}
}

0 comments on commit 772b528

Please sign in to comment.