Skip to content

Commit

Permalink
chore(deps): update npm dependencies (non-major) (#134)
Browse files Browse the repository at this point in the history
* chore(deps): update npm dependencies (non-major)

* update new version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: productdevbook <[email protected]>
  • Loading branch information
renovate[bot] and productdevbook authored May 18, 2023
1 parent 79e9e16 commit f188d3c
Show file tree
Hide file tree
Showing 5 changed files with 1,613 additions and 1,827 deletions.
12 changes: 6 additions & 6 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ export default defineNuxtConfig({
cookieKey: 'i18n_redirected',
redirectOn: 'root', // recommended
},
vueI18n: {
legacy: false,
locale: 'tr',
fallbackLocale: 'tr',
availableLocales: ['en', 'tr'],
},
// vueI18n: {
// legacy: false,
// locale: 'tr',
// fallbackLocale: 'tr',
// availableLocales: ['en', 'tr'],
// },
},

typescript: {
Expand Down
36 changes: 19 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.1.0",
"packageManager": "pnpm@8.5.1",
"engines": {
"node": "^16.11.0 || ^17.0.0 || || ^18.0.0"
},
Expand All @@ -10,39 +10,41 @@
"generate": "nuxi generate",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"allupdate": "yarn upgrade-interactive"
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@headlessui/vue": "1.7.12",
"@headlessui/vue": "1.7.13",
"@huntersofbook/naive-ui-nuxt": "0.7.1",
"@nuxtjs/i18n": "8.0.0-beta.10",
"@pinia/nuxt": "0.4.8",
"@nuxtjs/i18n": "8.0.0-beta.12",
"@pinia/nuxt": "0.4.11",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/line-clamp": "0.4.4",
"@tailwindcss/typography": "0.5.9",
"pinia": "2.0.34"
"pinia": "2.1.1"
},
"devDependencies": {
"@antfu/eslint-config": "0.38.4",
"@antfu/eslint-config": "0.38.6",
"@iconify-json/carbon": "1.1.16",
"@iconify-json/ic": "1.1.13",
"@iconify-json/ph": "1.1.5",
"@iconify-json/twemoji": "1.1.11",
"@nuxtjs/color-mode": "3.2.0",
"@nuxtjs/tailwindcss": "6.6.5",
"@unocss/nuxt": "0.50.8",
"@vueuse/nuxt": "10.0.2",
"eslint": "8.38.0",
"@nuxtjs/tailwindcss": "6.7.0",
"@unocss/nuxt": "0.51.13",
"@vueuse/nuxt": "10.1.2",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.10.0",
"nuxt": "3.3.3",
"prettier": "2.8.7",
"prettier-plugin-tailwindcss": "0.2.7",
"sass": "1.61.0",
"eslint-plugin-vue": "9.13.0",
"nuxt": "3.5.0",
"sass": "1.62.1",
"sass-loader": "13.2.2",
"typescript": "5.0.4"
},
"pnpm": {
"overrides": {
"consola": "3.1.0"
}
}
}
Loading

1 comment on commit f188d3c

@vercel
Copy link

@vercel vercel bot commented on f188d3c May 18, 2023

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.