Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Feb 18, 2023
1 parent 4707a7f commit 6c81575
Show file tree
Hide file tree
Showing 3 changed files with 1,771 additions and 896 deletions.
64 changes: 32 additions & 32 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,48 +15,48 @@
"sentry": "sentry-cli releases files 1.0.0 upload-sourcemaps .nuxt/dist/client/_nuxt"
},
"dependencies": {
"@nuxt/devtools": "^0.1.2",
"@nuxt/devtools": "^0.1.4",
"@nuxt/image": "^0.7.1",
"@nuxt/image-edge": "^1.0.0-27840416.dc1ed65",
"@sentry/browser": "^7.36.0",
"@sentry/tracing": "^7.36.0",
"nuxt": "^3.2.0",
"@nuxt/image-edge": "^1.0.0-27919678.2f5b64b",
"@sentry/browser": "^7.38.0",
"@sentry/tracing": "^7.38.0",
"nuxt": "^3.2.2",
"nuxt-meilisearch": "^0.1.7",
"nuxt-umami": "^1.2.0"
"nuxt-umami": "^1.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.30.1",
"@bytemd/plugin-breaks": "^1.20.0",
"@bytemd/plugin-frontmatter": "^1.20.0",
"@bytemd/plugin-gemoji": "^1.20.0",
"@bytemd/plugin-gfm": "^1.20.0",
"@bytemd/plugin-highlight": "^1.20.0",
"@bytemd/plugin-math-ssr": "^1.20.0",
"@bytemd/plugin-medium-zoom": "^1.20.0",
"@bytemd/plugin-mermaid": "^1.20.0",
"@bytemd/vue-next": "^1.20.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@antfu/eslint-config": "^0.35.2",
"@bytemd/plugin-breaks": "^1.20.2",
"@bytemd/plugin-frontmatter": "^1.20.2",
"@bytemd/plugin-gemoji": "^1.20.2",
"@bytemd/plugin-gfm": "^1.20.2",
"@bytemd/plugin-highlight": "^1.20.2",
"@bytemd/plugin-math-ssr": "^1.20.2",
"@bytemd/plugin-medium-zoom": "^1.20.2",
"@bytemd/plugin-mermaid": "^1.20.2",
"@bytemd/vue-next": "^1.20.2",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@formkit/auto-animate": "^1.0.0-beta.6",
"@iconify-json/carbon": "^1.1.10",
"@iconify-json/twemoji": "^1.1.5",
"@iconify-json/carbon": "^1.1.15",
"@iconify-json/twemoji": "^1.1.11",
"@nuxtjs/color-mode": "^3.2.0",
"@pinia/nuxt": "^0.4.3",
"@sentry/cli": "^2.12.0",
"@pinia/nuxt": "^0.4.6",
"@sentry/cli": "^2.13.0",
"@types/marked": "^4.0.8",
"@unocss/nuxt": "^0.46.5",
"@vueuse/nuxt": "^9.5.0",
"eslint": "^8.27.0",
"@unocss/nuxt": "^0.49.7",
"@vueuse/nuxt": "^9.13.0",
"eslint": "^8.34.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lint-staged": "^13.1.2",
"marked": "^4.2.12",
"nuxt-seo-kit": "^0.4.13",
"pinia": "^2.0.23",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"nuxt-seo-kit": "^1.2.3",
"pinia": "^2.0.30",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"unist-util-visit": "^4.1.2",
"vite": "^3.2.1",
"vue": "^3.2.45"
"vite": "^4.1.2",
"vue": "^3.2.47"
},
"lint-staged": {
"**/*.{js,ts,vue,html}": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"devDependencies": {
"husky": "^8.0.3",
"nuxt": "^3.0.0",
"turbo": "^1.7.2"
"nuxt": "^3.2.2",
"turbo": "^1.8.1"
},
"license": "Apache-2.0"
}
Loading

0 comments on commit 6c81575

Please sign in to comment.