Compare commits

..
Author SHA1 Message Date
github-actions[bot]andSasha Sorokin d46362362d Version Packages 2023-05-12 20:55:47 +02:00
Sasha Sorokin 8f4ca76780 Move @nuxt/schema to devdeps 2023-05-12 17:14:52 +02:00
3 changed files with 15 additions and 5 deletions
+10
View File
@@ -1,5 +1,15 @@
# @vintl/nuxt
## 1.1.4
### Patch Changes
- 8f4ca76: Fix compatibility with newer versions of Nuxt
It seems that TypeScript has a trouble identifying similar types from different packages, which caused it to disregard any types from VIntl.
Now that the `@nuxt/schema` is moved to `devDependencies` (since it's used for types only anyway), and doesn't have to strictly match the version, this should be fixed.
## 1.1.3
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@vintl/nuxt",
"version": "1.1.3",
"version": "1.1.4",
"description": "Nuxt Module for VIntl integration",
"keywords": [
"i18n",
@@ -40,6 +40,7 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.3.0",
"@nuxt/schema": "^3.4.2",
"@types/hash-sum": "^1.0.0",
"@types/node": "^18.15.12",
"@unhead/vue": "^1.1.26",
@@ -51,7 +52,6 @@
"dependencies": {
"@formatjs/intl": "^2.7.1",
"@nuxt/kit": "^3.4.2",
"@nuxt/schema": "^3.4.2",
"@vintl/unplugin": "^1.2.1",
"@vintl/vintl": "^4.1.2",
"astring": "^1.8.4",
+3 -3
View File
@@ -101,9 +101,6 @@ importers:
'@nuxt/kit':
specifier: ^3.4.2
version: 3.4.2(esbuild@0.17.17)(rollup@3.20.7)
'@nuxt/schema':
specifier: ^3.4.2
version: 3.4.2(rollup@3.20.7)
'@vintl/unplugin':
specifier: ^1.2.1
version: 1.2.1(rollup@3.20.7)(webpack@5.80.0)
@@ -135,6 +132,9 @@ importers:
'@nuxt/module-builder':
specifier: ^0.3.0
version: 0.3.0
'@nuxt/schema':
specifier: ^3.4.2
version: 3.4.2(rollup@3.20.7)
'@types/hash-sum':
specifier: ^1.0.0
version: 1.0.0