@jojomatik/nuxt-bundle 1.0.0-beta.21 → 1.0.0-beta.23
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.
- package/locales/fr.json +16 -0
- package/package.json +14 -14
package/locales/fr.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nuxt-bundle": {
|
|
3
|
+
"error": {
|
|
4
|
+
"404": {
|
|
5
|
+
"description": "Ce site n'existe pas",
|
|
6
|
+
"title": "404 Non trouvé"
|
|
7
|
+
},
|
|
8
|
+
"description": "Une erreur inconnue est survenue",
|
|
9
|
+
"title": "Erreur {error}"
|
|
10
|
+
},
|
|
11
|
+
"license-information": {
|
|
12
|
+
"description": "Ce site web est basé sur des logiciels à code source ouvert (Free Open Source Software, FOSS), qui sont soumis à des conditions de licence distinctes, énumérées ci-dessous.",
|
|
13
|
+
"title": "Informations de licence"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jojomatik/nuxt-bundle",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A bundle of commonly used nuxt dependencies and configuration.",
|
|
6
6
|
"keywords": [
|
|
@@ -33,19 +33,19 @@
|
|
|
33
33
|
"@mdi/js": "7.4.47",
|
|
34
34
|
"@nuxt/image": "1.2.0",
|
|
35
35
|
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
|
36
|
-
"@nuxtjs/i18n": "8.0
|
|
36
|
+
"@nuxtjs/i18n": "8.1.0",
|
|
37
37
|
"@nuxtjs/robots": "3.0.0",
|
|
38
38
|
"@semantic-release/exec": "6.0.3",
|
|
39
39
|
"@semantic-release/git": "10.0.1",
|
|
40
|
-
"@storybook/addon-essentials": "7.6.
|
|
41
|
-
"@storybook/addon-interactions": "7.6.
|
|
42
|
-
"@storybook/addon-links": "7.6.
|
|
43
|
-
"@storybook/blocks": "7.6.
|
|
40
|
+
"@storybook/addon-essentials": "7.6.13",
|
|
41
|
+
"@storybook/addon-interactions": "7.6.13",
|
|
42
|
+
"@storybook/addon-links": "7.6.13",
|
|
43
|
+
"@storybook/blocks": "7.6.13",
|
|
44
44
|
"@storybook/testing-library": "0.2.2",
|
|
45
|
-
"@storybook/vue3": "7.6.
|
|
46
|
-
"@storybook/vue3-vite": "7.6.
|
|
45
|
+
"@storybook/vue3": "7.6.13",
|
|
46
|
+
"@storybook/vue3-vite": "7.6.13",
|
|
47
47
|
"@types/node": "18.19.14",
|
|
48
|
-
"chromatic": "10.
|
|
48
|
+
"chromatic": "10.9.1",
|
|
49
49
|
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
50
50
|
"eslint-config-prettier": "9.1.0",
|
|
51
51
|
"eslint-plugin-prettier": "5.1.3",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"rollup-plugin-license": "3.2.0",
|
|
59
59
|
"sass": "1.70.0",
|
|
60
60
|
"semantic-release": "22.0.12",
|
|
61
|
-
"storybook": "7.6.
|
|
61
|
+
"storybook": "7.6.13",
|
|
62
62
|
"storybook-i18n": "^2.0.13",
|
|
63
63
|
"typescript": "5.3.3",
|
|
64
64
|
"unplugin-auto-import": "0.17.5",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"vite-plugin-vuetify": "2.0.1",
|
|
67
67
|
"vue-i18n": "9.9.1",
|
|
68
68
|
"vue-router": "4.2.5",
|
|
69
|
-
"vuetify": "3.5.
|
|
69
|
+
"vuetify": "3.5.3"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"eslint": "8.56.0",
|
|
73
|
-
"nuxt": "3.10.
|
|
74
|
-
"vite": "5.0
|
|
75
|
-
"vue": "3.4.
|
|
73
|
+
"nuxt": "3.10.1",
|
|
74
|
+
"vite": "5.1.0",
|
|
75
|
+
"vue": "3.4.16"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"eslint": "^8.56.0",
|