@dargmuesli/nuxt-vio 10.2.8 → 10.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/nuxt.config.ts +0 -1
  2. package/package.json +7 -7
package/nuxt.config.ts CHANGED
@@ -102,7 +102,6 @@ export default defineNuxtConfig(
102
102
  tsConfig: {
103
103
  compilerOptions: {
104
104
  esModuleInterop: true,
105
- // moduleResolution: 'bundler',
106
105
  // noErrorTruncation: true,
107
106
  },
108
107
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "10.2.8",
3
+ "version": "10.2.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"
@@ -12,7 +12,7 @@
12
12
  "engines": {
13
13
  "node": "20"
14
14
  },
15
- "packageManager": "pnpm@8.15.2",
15
+ "packageManager": "pnpm@8.15.3",
16
16
  "files": [
17
17
  "assets",
18
18
  "components",
@@ -41,7 +41,7 @@
41
41
  "@nuxt/image": "1.3.0",
42
42
  "@nuxtjs/color-mode": "3.3.2",
43
43
  "@nuxtjs/html-validator": "1.6.0",
44
- "@nuxtjs/i18n": "8.1.0",
44
+ "@nuxtjs/i18n": "8.1.1",
45
45
  "@nuxtjs/seo": "2.0.0-rc.8",
46
46
  "@nuxtjs/tailwindcss": "6.11.4",
47
47
  "@pinia/nuxt": "0.5.1",
@@ -54,7 +54,7 @@
54
54
  "clipboardy": "4.0.0",
55
55
  "dayjs": "2.0.0-alpha.4",
56
56
  "jose": "5.2.2",
57
- "nuxt-security": "1.1.1",
57
+ "nuxt-security": "1.1.2",
58
58
  "sweetalert2": "11.10.5",
59
59
  "vue-gtag": "2.0.1"
60
60
  },
@@ -81,7 +81,7 @@
81
81
  "jiti": "1.21.0",
82
82
  "lint-staged": "15.2.2",
83
83
  "lodash-es": "4.17.21",
84
- "nuxt": "3.10.1",
84
+ "nuxt": "3.10.2",
85
85
  "pinia": "2.1.7",
86
86
  "prettier": "3.2.5",
87
87
  "prettier-plugin-tailwindcss": "0.5.11",
@@ -98,9 +98,9 @@
98
98
  "vue-tsc": "1.8.27"
99
99
  },
100
100
  "peerDependencies": {
101
- "nuxt": "3.10.1",
101
+ "nuxt": "3.10.2",
102
102
  "playwright-core": "1.41.2",
103
- "vue": "3.4.18",
103
+ "vue": "3.4.19",
104
104
  "vue-router": "4.2.5"
105
105
  },
106
106
  "scripts": {