@tolgee/format-icu
Advanced tools
Comparing version 5.29.2 to 5.29.3
{ | ||
"name": "@tolgee/format-icu", | ||
"version": "5.29.2", | ||
"version": "5.29.3", | ||
"description": "Tolgee format-icu plugin.", | ||
@@ -40,3 +40,3 @@ "main": "./dist/tolgee-format-icu.cjs.js", | ||
"clean": "rm -rf dist lib", | ||
"test": "jest --collect-coverage", | ||
"test": "jest --collect-coverage --runInBand", | ||
"develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --declaration --emitDeclarationOnly --watch --preserveWatchOutput --project tsconfig.prod.json\" ", | ||
@@ -56,3 +56,3 @@ "tsc": "tsc --noEmit" | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@tolgee/core": "5.29.2", | ||
"@tolgee/core": "5.29.3", | ||
"@types/jest": "^27.0.2", | ||
@@ -77,3 +77,3 @@ "@types/node": "^17.0.8", | ||
"sideEffects": false, | ||
"gitHead": "df094747494d7cd8ceb055eeed6890a2873e3fb8" | ||
"gitHead": "b01a680dc21049a8898697809adf3f1194bdced9" | ||
} |
2358925