wix-design-systems-locale-utils
Advanced tools
Comparing version 1.10.0 to 1.11.0
{ | ||
"name": "wix-design-systems-locale-utils", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -18,15 +18,15 @@ "module": "dist/esm/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0" | ||
"@babel/runtime": "^7.16.5" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^14.0.0", | ||
"@types/jest": "^26.0.24", | ||
"@types/node": "^14.18.3", | ||
"@wix/jest-yoshi-preset": "^5.91.4", | ||
"@wix/yoshi-flow-library": "^5.91.4", | ||
"@wix/eslint-config-yoshi": "^5.89.0", | ||
"express": "^4.17.1", | ||
"husky": "~4.2.1", | ||
"lint-staged": "^10.0.7", | ||
"ts-jest": "^26.4.4", | ||
"typescript": "^4.1.2" | ||
"express": "^4.17.2", | ||
"husky": "~4.3.8", | ||
"lint-staged": "^10.5.4", | ||
"ts-jest": "^26.5.6", | ||
"typescript": "^4.5.4" | ||
}, | ||
@@ -33,0 +33,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
94571
Updated@babel/runtime@^7.16.5