Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - grunt-i18nc@1.10.6
 - i18nc-core@10.15.3
 - i18nc-db-file@1.2.0
 - i18nc-key-clear@1.0.8
 - i18nc-key-combo@1.0.6
 - i18nc-key-end@1.0.8
 - i18nc-key-trim@1.0.7
 - i18nc-loader@1.0.1
 - i18nc-po@2.6.6
 - i18nc@4.6.7
  • Loading branch information
Bacra committed Dec 5, 2019
1 parent fec2b75 commit 8c88776
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions packages/grunt-i18nc/package.json
@@ -1,13 +1,13 @@
{
"name": "grunt-i18nc",
"version": "1.10.5",
"version": "1.10.6",
"description": "grunt for i18nc",
"main": "tasks/i18nc.js",
"dependencies": {
"bluebird": "^3.5.3",
"extend": "^3.0.2",
"grunt-legacy-log": "^2.0.0",
"i18nc": "^4.6.6"
"i18nc": "^4.6.7"
},
"devDependencies": {
"grunt": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/i18nc-core/package.json
@@ -1,6 +1,6 @@
{
"name": "i18nc-core",
"version": "10.15.2",
"version": "10.15.3",
"description": "Code of I18NC",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/i18nc-db-file/package.json
@@ -1,6 +1,6 @@
{
"name": "i18nc-db-file",
"version": "1.1.4",
"version": "1.2.0",
"description": "Load file for i18nc dbs",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"extend": "^3.0.2",
"glob": "^7.1.3",
"i18nc-db": "^1.1.4",
"i18nc-po": "^2.6.5",
"i18nc-po": "^2.6.6",
"lodash": "^4.17.11",
"strip-bom": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/i18nc-key-clear/package.json
@@ -1,6 +1,6 @@
{
"name": "i18nc-key-clear",
"version": "1.0.7",
"version": "1.0.8",
"description": "TranslateWord Clear for I18N",
"main": "keyclear.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"devDependencies": {
"cross-env": "^5.2.0",
"expect.js": "^0.3.1",
"i18nc": "^4.6.6",
"i18nc": "^4.6.7",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/i18nc-key-combo/package.json
@@ -1,6 +1,6 @@
{
"name": "i18nc-key-combo",
"version": "1.0.5",
"version": "1.0.6",
"description": "TranslateWord Combo for I18N",
"main": "keycombo.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"debug": "^4.0.1",
"i18nc-ast": "^1.0.2",
"i18nc-core": "^10.15.2",
"i18nc-core": "^10.15.3",
"lodash": "^4.17.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/i18nc-key-end/package.json
@@ -1,6 +1,6 @@
{
"name": "i18nc-key-end",
"version": "1.0.7",
"version": "1.0.8",
"description": "TranslateWord End for I18N",
"main": "keyend.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"devDependencies": {
"cross-env": "^5.2.0",
"expect.js": "^0.3.1",
"i18nc-core": "^10.15.2",
"i18nc-core": "^10.15.3",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/i18nc-key-trim/package.json
@@ -1,6 +1,6 @@
{
"name": "i18nc-key-trim",
"version": "1.0.6",
"version": "1.0.7",
"description": "TranslateWord Trim for I18N",
"main": "keytrim.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"devDependencies": {
"cross-env": "^5.2.0",
"expect.js": "^0.3.1",
"i18nc-core": "^10.15.2",
"i18nc-core": "^10.15.3",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/i18nc-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "i18nc-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "I18N Loader for Webpack",
"main": "index.js",
"scripts": {
Expand All @@ -10,21 +10,21 @@
"test-travis": "npm run example && istanbul cover _mocha --report lcovonly -- test/test_* --reporter dot"
},
"dependencies": {
"loader-utils": "^1.1.0",
"debug": "^4.1.0",
"lodash": "^4.17.11",
"extend": "^3.0.2",
"i18nc": "^4.6.1"
"i18nc": "^4.6.7",
"loader-utils": "^1.1.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"webpack-cli": "^3.1.2",
"webpack": "^4.23.1",
"cross-env": "^5.2.0",
"eslint": "^5.8.0",
"eslint-config-brcjs": "^0.2.0",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
"mocha": "^5.2.0",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18nc-po/package.json
@@ -1,6 +1,6 @@
{
"name": "i18nc-po",
"version": "2.6.5",
"version": "2.6.6",
"description": "I18NC PO File utils",
"main": "index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"cross-env": "^5.2.0",
"expect.js": "^0.3.1",
"i18nc-core": "^10.15.2",
"i18nc-core": "^10.15.3",
"istanbul": "^0.4.5",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/i18nc/package.json
@@ -1,6 +1,6 @@
{
"name": "i18nc",
"version": "4.6.6",
"version": "4.6.7",
"description": "i18nc",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"debug": "^4.0.1",
"extend": "^3.0.2",
"glob": "^7.1.3",
"i18nc-core": "^10.15.2",
"i18nc-po": "^2.6.5",
"i18nc-core": "^10.15.3",
"i18nc-po": "^2.6.6",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"strip-bom": "^3.0.0",
Expand Down

0 comments on commit 8c88776

Please sign in to comment.