Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 24, 2023
1 parent 82694b8 commit 727cc5d
Show file tree
Hide file tree
Showing 5 changed files with 1,474 additions and 935 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.4.4",
"nuxt": "^3.0.0"
"nuxt": "^3.1.0"
}
}
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ export default defineNuxtConfig({
},
},
nitro: {
esbuild: {
options: {
target: 'esnext',
},
},
prerender: {
crawlLinks: true,
routes: ['/'],
Expand Down
39 changes: 17 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"generate": "nuxi generate",
"test:unit": "stale-dep && vitest",
"test:typecheck": "stale-dep && vue-tsc --noEmit && vue-tsc --noEmit --project service-worker/tsconfig.json",
"test": "stale-dep && nr test:unit",
"test": "nr test:unit",
"update:team:avatars": "esno scripts/avatars.ts",
"postinstall": "stale-dep -u && simple-git-hooks && nuxi prepare",
"release": "stale-dep && bumpp && esno scripts/release.ts"
Expand All @@ -39,12 +39,12 @@
"@tiptap/starter-kit": "2.0.0-beta.204",
"@tiptap/suggestion": "2.0.0-beta.204",
"@tiptap/vue-3": "2.0.0-beta.204",
"@vueuse/core": "^9.10.0",
"@vueuse/core": "^9.11.1",
"@vueuse/gesture": "2.0.0-beta.1",
"@vueuse/integrations": "^9.10.0",
"@vueuse/integrations": "^9.11.1",
"@vueuse/motion": "2.0.0-beta.12",
"blurhash": "^2.0.4",
"browser-fs-access": "^0.31.1",
"browser-fs-access": "^0.31.2",
"floating-vue": "2.0.0-beta.20",
"focus-trap": "^7.2.0",
"form-data": "^4.0.0",
Expand All @@ -53,8 +53,8 @@
"iso-639-1": "^2.1.15",
"js-yaml": "^4.1.0",
"lru-cache": "^7.14.1",
"masto": "^5.5.0",
"pinia": "^2.0.28",
"masto": "^5.6.1",
"pinia": "^2.0.29",
"shiki": "^0.12.1",
"shiki-es": "^0.1.2",
"slimeform": "^0.9.0",
Expand All @@ -70,7 +70,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.1",
"@antfu/ni": "^0.18.8",
"@antfu/ni": "^0.19.0",
"@emoji-mart/data": "^1.1.1",
"@iconify-json/carbon": "^1.1.13",
"@iconify-json/logos": "^1.1.22",
Expand All @@ -84,28 +84,27 @@
"@types/chroma-js": "^2.1.4",
"@types/file-saver": "^2.0.5",
"@types/fnando__sparkline": "^0.3.4",
"@types/fs-extra": "^11.0.0",
"@types/fs-extra": "^11.0.1",
"@types/js-yaml": "^4.0.5",
"@types/prettier": "^2.7.2",
"@types/wicg-file-system-access": "^2020.9.5",
"@unocss/nuxt": "^0.48.3",
"@vitejs/plugin-vue": "^3.2.0",
"@vue-macros/nuxt": "^0.2.10",
"@vueuse/math": "^9.10.0",
"@vueuse/nuxt": "^9.10.0",
"@unocss/nuxt": "^0.48.5",
"@vue-macros/nuxt": "^0.3.2",
"@vueuse/math": "^9.11.1",
"@vueuse/nuxt": "^9.11.1",
"bumpp": "^8.2.1",
"chroma-js": "^2.4.2",
"emoji-mart": "^5.4.0",
"eslint": "^8.31.0",
"eslint": "^8.32.0",
"esno": "^0.16.3",
"file-saver": "^2.0.5",
"fs-extra": "^11.1.0",
"jsdom": "^21.0.0",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.0",
"nuxt": "^3.0.0",
"nuxt": "^3.1.0",
"nuxt-security": "^0.10.0",
"postcss-nested": "^6.0.0",
"prettier": "^2.8.2",
"prettier": "^2.8.3",
"rollup-plugin-node-polyfills": "^0.2.1",
"simple-git": "^3.15.1",
"simple-git-hooks": "^2.8.1",
Expand All @@ -124,9 +123,6 @@
"workbox-window": "^6.5.4"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"overrides": {
"mlly": "1.1.0",
"@tiptap/extension-bubble-menu": "2.0.0-beta.204",
Expand All @@ -149,8 +145,7 @@
"@tiptap/extension-ordered-list": "2.0.0-beta.204",
"@tiptap/extension-paragraph": "2.0.0-beta.204",
"@tiptap/extension-strike": "2.0.0-beta.204",
"@tiptap/extension-text": "2.0.0-beta.204",
"vitest>vite": "^3.2.5"
"@tiptap/extension-text": "2.0.0-beta.204"
}
},
"simple-git-hooks": {
Expand Down
13 changes: 0 additions & 13 deletions patches/[email protected]

This file was deleted.

Loading

0 comments on commit 727cc5d

Please sign in to comment.