@transifex/vue2
Advanced tools
Comparing version 3.2.2 to 4.0.0
{ | ||
"name": "@transifex/vue2", | ||
"version": "3.2.2", | ||
"version": "4.0.0", | ||
"description": "Vue i18n framework using Transifex Native", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
@@ -41,20 +41,20 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"@transifex/native": "^3.0.0", | ||
"@transifex/native": "^4.0.0", | ||
"vue": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.8", | ||
"@babel/preset-env": "^7.16.7", | ||
"@testing-library/jest-dom": "^5.16.1", | ||
"@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": "^3.2.2", | ||
"@vue/compiler-sfc": "^3.2.26", | ||
"@vue/vue2-jest": "^27.0.0-alpha.4", | ||
"babel-jest": "^27.4.5", | ||
"@transifex/native": "^4.0.0", | ||
"@vue/compiler-sfc": "^3.2.33", | ||
"@vue/vue2-jest": "^27.0.0", | ||
"babel-jest": "^27.5.1", | ||
"eslint": "^8.6.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-plugin-import": "^2.25.4", | ||
"jest": "^27.4.5", | ||
"jest": "^27.5.1", | ||
"npm-run-all": "^4.1.5", | ||
"rollup": "^2.62.0", | ||
"rollup": "^2.71.1", | ||
"rollup-plugin-vue2": "^0.8.1", | ||
@@ -61,0 +61,0 @@ "vue": "^2.6.11" |
9890