Skip to content

Commit

Permalink
chore: upgrade all dependencies (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jan 11, 2024
1 parent bc69f5a commit 0005949
Show file tree
Hide file tree
Showing 10 changed files with 2,416 additions and 2,456 deletions.
2 changes: 1 addition & 1 deletion budget.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"resourceType": "script",
"budget": 62.3
"budget": 63.7
},
{
"resourceType": "stylesheet",
Expand Down
88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,78 +25,78 @@
"*.{css,vue}": "stylelint"
},
"dependencies": {
"@atproto/api": "^0.6.20",
"@iconify-json/ri": "^1.1.12",
"@atproto/api": "^0.8.0",
"@iconify-json/ri": "^1.1.18",
"@iconify-json/svg-spinners": "^1.1.2",
"@nuxt/content": "2.9.0",
"@nuxt/image": "1.0.0",
"@nuxt/kit": "3.9.0",
"@nuxtjs/color-mode": "3.3.1",
"@nuxt/content": "2.10.0",
"@nuxt/image": "1.1.0",
"@nuxt/kit": "3.9.1",
"@nuxtjs/color-mode": "3.3.2",
"@nuxtjs/fontaine": "0.4.1",
"@nuxtjs/html-validator": "1.5.2",
"@nuxtjs/plausible": "0.2.3",
"@nuxtjs/html-validator": "1.6.0",
"@nuxtjs/plausible": "0.2.4",
"@nuxtjs/web-vitals": "0.2.6",
"@unhead/vue": "^1.8.3",
"@unocss/nuxt": "^0.58.0",
"@unocss/postcss": "^0.58.0",
"@unocss/reset": "^0.58.0",
"defu": "^6.1.3",
"@unhead/vue": "^1.8.9",
"@unocss/nuxt": "^0.58.3",
"@unocss/postcss": "^0.58.3",
"@unocss/reset": "^0.58.3",
"defu": "^6.1.4",
"feed": "^4.2.2",
"globby": "^13.2.2",
"globby": "^14.0.0",
"gray-matter": "4.0.3",
"h3": "^1.9.0",
"h3": "^1.10.0",
"knitwork": "^1.0.0",
"magic-regexp": "0.7.0",
"magic-string": "^0.30.5",
"masto": "^6.0.0",
"masto": "^6.5.2",
"mlly": "^1.4.2",
"nitropack": "^2.7.2",
"nuxt": "3.9.0",
"nitropack": "^2.8.1",
"nuxt": "3.9.1",
"nuxt-time": "^0.1.1",
"partykit": "0.0.30",
"partysocket": "^0.0.12",
"pathe": "^1.1.1",
"postcss-nesting": "^12.0.1",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"partykit": "0.0.69",
"partysocket": "^0.0.20",
"pathe": "^1.1.2",
"postcss-nesting": "^12.0.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"ufo": "^1.3.1",
"unenv": "^1.7.4",
"unocss": "^0.58.0",
"unplugin": "^1.5.0",
"vue": "^3.3.13",
"ufo": "^1.3.2",
"unenv": "^1.9.0",
"unocss": "^0.58.3",
"unplugin": "^1.6.0",
"vue": "^3.4.9",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "18.4.0",
"@commitlint/config-conventional": "18.4.0",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@nuxt/eslint-config": "0.2.0",
"@nuxt/test-utils": "3.9.0",
"@playwright/test": "1.39.0",
"@playwright/test": "1.40.1",
"@vue/test-utils": "2.4.3",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-prettier": "5.1.3",
"execa": "^8.0.1",
"happy-dom": "12.9.1",
"lint-staged": "15.0.1",
"happy-dom": "13.0.0",
"lint-staged": "15.2.0",
"ofetch": "1.3.3",
"playwright-core": "^1.39.0",
"prettier": "3.0.3",
"rollup": "^4.9.1",
"playwright-core": "^1.40.1",
"prettier": "3.1.1",
"rollup": "^4.9.4",
"simple-git-hooks": "2.9.0",
"stylelint": "15.10.3",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "34.0.0",
"typescript": "5.2.2",
"vitest": "1.0.4",
"vue-tsc": "1.8.19"
"typescript": "5.3.3",
"vitest": "1.1.3",
"vue-tsc": "1.8.27"
},
"simple-git-hooks": {
"commit-msg": "pnpm commitlint --edit $1",
"pre-commit": "pnpm lint-staged"
},
"packageManager": "pnpm@8.10.2"
"packageManager": "pnpm@8.14.1"
}
Loading

1 comment on commit 0005949

@vercel
Copy link

@vercel vercel bot commented on 0005949 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.