@visualizevalue/mint-app-base 0.1.106 → 0.1.107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/nuxt.config.ts +4 -0
  2. package/package.json +2 -2
package/nuxt.config.ts CHANGED
@@ -117,5 +117,9 @@ export default defineNuxtConfig({
117
117
  storage: 'localStorage'
118
118
  },
119
119
 
120
+ i18n: {
121
+ restructureDir: false,
122
+ },
123
+
120
124
  compatibilityDate: '2024-08-14',
121
125
  })
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@visualizevalue/mint-app-base",
3
- "version": "0.1.106",
3
+ "version": "0.1.107",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "dependencies": {
7
7
  "@csstools/postcss-global-data": "^2.1.1",
8
- "@nuxtjs/i18n": "^8.5.5",
8
+ "@nuxtjs/i18n": "^9.5.2",
9
9
  "@pinia-plugin-persistedstate/nuxt": "^1.2.1",
10
10
  "@pinia/nuxt": "^0.5.3",
11
11
  "@tanstack/vue-query": ">=5.45.0",