@transifex/vue2
Advanced tools
Comparing version 6.0.2 to 7.0.0
{ | ||
"name": "@transifex/vue2", | ||
"version": "6.0.2", | ||
"version": "7.0.0", | ||
"description": "Vue i18n framework using Transifex Native", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": ">=16.0.0" | ||
}, | ||
@@ -41,22 +41,22 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"@transifex/native": "^6.0.0", | ||
"@transifex/native": "^6.0.0 || ^7.0.0", | ||
"vue": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.10", | ||
"@babel/preset-env": "^7.17.10", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/vue": "^5.8.2", | ||
"@transifex/native": "^6.0.2", | ||
"@vue/compiler-sfc": "^3.2.33", | ||
"@babel/core": "^7.23.7", | ||
"@babel/preset-env": "^7.23.8", | ||
"@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/vue": "^5.9.0", | ||
"@transifex/native": "^7.0.0", | ||
"@vue/compiler-sfc": "^3.4.7", | ||
"@vue/vue2-jest": "^27.0.0", | ||
"babel-jest": "^27.5.1", | ||
"eslint": "^8.6.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-import": "^2.29.1", | ||
"jest": "^27.5.1", | ||
"npm-run-all": "^4.1.5", | ||
"rollup": "^2.71.1", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-vue2": "^0.8.1", | ||
"vue": "^2.6.11" | ||
"vue": "^2.7.16" | ||
}, | ||
@@ -63,0 +63,0 @@ "jest": { |
9898