@ribajs/i18n
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
{ | ||
"name": "@ribajs/i18n", | ||
"description": "Internationalization module for Riba.js", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"type": "module", | ||
@@ -39,3 +39,3 @@ "engines": { | ||
"@babel/cli": "^7.17.6", | ||
"@babel/core": "^7.17.8", | ||
"@babel/core": "^7.17.9", | ||
"@babel/plugin-proposal-class-properties": "^7.16.7", | ||
@@ -46,26 +46,26 @@ "@babel/plugin-proposal-object-rest-spread": "^7.17.3", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@babel/runtime": "^7.17.8", | ||
"@babel/runtime-corejs3": "^7.17.8", | ||
"@ribajs/eslint-config": "^2.0.0-alpha.2", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.2", | ||
"@ribajs/webpack-config": "^2.0.0-alpha.2", | ||
"@babel/runtime": "^7.17.9", | ||
"@babel/runtime-corejs3": "^7.17.9", | ||
"@ribajs/eslint-config": "^2.0.0-alpha.3", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.3", | ||
"@ribajs/webpack-config": "^2.0.0-alpha.3", | ||
"@types/jest": "^27.4.1", | ||
"@typescript-eslint/eslint-plugin": "^5.16.0", | ||
"@typescript-eslint/parser": "^5.16.0", | ||
"babel-loader": "^8.2.4", | ||
"@typescript-eslint/eslint-plugin": "^5.20.0", | ||
"@typescript-eslint/parser": "^5.20.0", | ||
"babel-loader": "^8.2.5", | ||
"babel-plugin-array-includes": "^2.0.3", | ||
"core-js": "^3.21.1", | ||
"eslint": "^8.11.0", | ||
"core-js": "^3.22.1", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"prettier": "^2.6.0", | ||
"typescript": "4.6.2", | ||
"webpack": "^5.70.0", | ||
"prettier": "^2.6.2", | ||
"typescript": "4.6.3", | ||
"webpack": "^5.72.0", | ||
"webpack-cli": "^4.9.2" | ||
}, | ||
"dependencies": { | ||
"@ribajs/bs4": "^2.0.0-alpha.2", | ||
"@ribajs/core": "^2.0.0-alpha.2", | ||
"@ribajs/events": "^2.0.0-alpha.2", | ||
"@ribajs/utils": "^2.0.0-alpha.2" | ||
"@ribajs/bs4": "^2.0.0-alpha.3", | ||
"@ribajs/core": "^2.0.0-alpha.3", | ||
"@ribajs/events": "^2.0.0-alpha.3", | ||
"@ribajs/utils": "^2.0.0-alpha.3" | ||
}, | ||
@@ -72,0 +72,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
175984
Updated@ribajs/bs4@^2.0.0-alpha.3
Updated@ribajs/core@^2.0.0-alpha.3
Updated@ribajs/utils@^2.0.0-alpha.3