@red-hat-developer-hub/backstage-plugin-translations 0.1.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-translations
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f74564d: Added 'it' and 'ja' i18n translation support and updated 'fr' translations.
8
+
9
+ ## 0.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - a698bf0: Backstage version bump to v1.45.3
14
+
3
15
  ## 0.1.0
4
16
 
5
17
  ### Minor Changes
@@ -4,21 +4,21 @@ import { translationsPluginTranslationRef } from './ref.esm.js';
4
4
  const translationsTranslationFr = createTranslationMessages({
5
5
  ref: translationsPluginTranslationRef,
6
6
  messages: {
7
- "common.error": "Une erreur s'est produite",
8
- "common.loading": "Chargement en cours...",
9
- "common.noData": "Aucune donn\xE9e disponible",
10
- "common.refresh": "Rafra\xEEchir",
11
- "export.downloadButton": "T\xE9l\xE9charger les traductions par d\xE9faut (anglais)",
12
- "export.filename": "traductions-{{timestamp}}.json",
13
- "export.title": "Traductions",
14
- "language.displayFormat": "{{displayName}} ({{code}})",
15
- "page.subtitle": "G\xE9rer et afficher les traductions charg\xE9es",
16
7
  "page.title": "Traductions",
17
- "table.headers.key": "Cl\xE9",
8
+ "page.subtitle": "G\xE9rer et afficher les traductions charg\xE9es",
9
+ "table.title": "Traductions charg\xE9es ({{count}})",
18
10
  "table.headers.refId": "ID de r\xE9f",
11
+ "table.headers.key": "Cl\xE9",
19
12
  "table.options.pageSize": "Articles par page",
20
13
  "table.options.pageSizeOptions": "Afficher {{count}} \xE9l\xE9ments",
21
- "table.title": "Traductions charg\xE9es ({{count}})"
14
+ "export.title": "Traductions",
15
+ "export.downloadButton": "T\xE9l\xE9charger les traductions par d\xE9faut (anglais)",
16
+ "export.filename": "traductions-{{timestamp}}.json",
17
+ "common.loading": "Chargement en cours...",
18
+ "common.error": "Une erreur s'est produite",
19
+ "common.noData": "Aucune donn\xE9e disponible",
20
+ "common.refresh": "Rafra\xEEchir",
21
+ "language.displayFormat": "{{displayName}} ({{code}})"
22
22
  }
23
23
  });
24
24
 
@@ -1 +1 @@
1
- {"version":3,"file":"fr.esm.js","sources":["../../src/translations/fr.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { translationsPluginTranslationRef } from './ref';\n\nconst translationsTranslationFr = createTranslationMessages({\n ref: translationsPluginTranslationRef,\n messages: {\n 'common.error': \"Une erreur s'est produite\",\n 'common.loading': 'Chargement en cours...',\n 'common.noData': 'Aucune donnée disponible',\n 'common.refresh': 'Rafraîchir',\n 'export.downloadButton': 'Télécharger les traductions par défaut (anglais)',\n 'export.filename': 'traductions-{{timestamp}}.json',\n 'export.title': 'Traductions',\n 'language.displayFormat': '{{displayName}} ({{code}})',\n 'page.subtitle': 'Gérer et afficher les traductions chargées',\n 'page.title': 'Traductions',\n 'table.headers.key': 'Clé',\n 'table.headers.refId': 'ID de réf',\n 'table.options.pageSize': 'Articles par page',\n 'table.options.pageSizeOptions': 'Afficher {{count}} éléments',\n 'table.title': 'Traductions chargées ({{count}})',\n },\n});\n\nexport default translationsTranslationFr;\n"],"names":[],"mappings":";;;AAkBA,MAAM,4BAA4B,yBAAA,CAA0B;AAAA,EAC1D,GAAA,EAAK,gCAAA;AAAA,EACL,QAAA,EAAU;AAAA,IACR,cAAA,EAAgB,2BAAA;AAAA,IAChB,gBAAA,EAAkB,wBAAA;AAAA,IAClB,eAAA,EAAiB,6BAAA;AAAA,IACjB,gBAAA,EAAkB,eAAA;AAAA,IAClB,uBAAA,EAAyB,2DAAA;AAAA,IACzB,iBAAA,EAAmB,gCAAA;AAAA,IACnB,cAAA,EAAgB,aAAA;AAAA,IAChB,wBAAA,EAA0B,4BAAA;AAAA,IAC1B,eAAA,EAAiB,kDAAA;AAAA,IACjB,YAAA,EAAc,aAAA;AAAA,IACd,mBAAA,EAAqB,QAAA;AAAA,IACrB,qBAAA,EAAuB,cAAA;AAAA,IACvB,wBAAA,EAA0B,mBAAA;AAAA,IAC1B,+BAAA,EAAiC,mCAAA;AAAA,IACjC,aAAA,EAAe;AAAA;AAEnB,CAAC;;;;"}
1
+ {"version":3,"file":"fr.esm.js","sources":["../../src/translations/fr.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { translationsPluginTranslationRef } from './ref';\n\n/**\n * fr translation for plugin.translations.\n * @public\n */\nconst translationsTranslationFr = createTranslationMessages({\n ref: translationsPluginTranslationRef,\n messages: {\n 'page.title': 'Traductions',\n 'page.subtitle': 'Gérer et afficher les traductions chargées',\n 'table.title': 'Traductions chargées ({{count}})',\n 'table.headers.refId': 'ID de réf',\n 'table.headers.key': 'Clé',\n 'table.options.pageSize': 'Articles par page',\n 'table.options.pageSizeOptions': 'Afficher {{count}} éléments',\n 'export.title': 'Traductions',\n 'export.downloadButton': 'Télécharger les traductions par défaut (anglais)',\n 'export.filename': 'traductions-{{timestamp}}.json',\n 'common.loading': 'Chargement en cours...',\n 'common.error': \"Une erreur s'est produite\",\n 'common.noData': 'Aucune donnée disponible',\n 'common.refresh': 'Rafraîchir',\n 'language.displayFormat': '{{displayName}} ({{code}})',\n },\n});\n\nexport default translationsTranslationFr;\n"],"names":[],"mappings":";;;AAuBA,MAAM,4BAA4B,yBAAA,CAA0B;AAAA,EAC1D,GAAA,EAAK,gCAAA;AAAA,EACL,QAAA,EAAU;AAAA,IACR,YAAA,EAAc,aAAA;AAAA,IACd,eAAA,EAAiB,kDAAA;AAAA,IACjB,aAAA,EAAe,qCAAA;AAAA,IACf,qBAAA,EAAuB,cAAA;AAAA,IACvB,mBAAA,EAAqB,QAAA;AAAA,IACrB,wBAAA,EAA0B,mBAAA;AAAA,IAC1B,+BAAA,EAAiC,mCAAA;AAAA,IACjC,cAAA,EAAgB,aAAA;AAAA,IAChB,uBAAA,EAAyB,2DAAA;AAAA,IACzB,iBAAA,EAAmB,gCAAA;AAAA,IACnB,gBAAA,EAAkB,wBAAA;AAAA,IAClB,cAAA,EAAgB,2BAAA;AAAA,IAChB,eAAA,EAAiB,6BAAA;AAAA,IACjB,gBAAA,EAAkB,eAAA;AAAA,IAClB,wBAAA,EAA0B;AAAA;AAE9B,CAAC;;;;"}
@@ -5,9 +5,10 @@ const translationsPluginTranslations = createTranslationResource({
5
5
  ref: translationsPluginTranslationRef,
6
6
  translations: {
7
7
  de: () => import('./de.esm.js'),
8
+ es: () => import('./es.esm.js'),
8
9
  fr: () => import('./fr.esm.js'),
9
10
  it: () => import('./it.esm.js'),
10
- es: () => import('./es.esm.js')
11
+ ja: () => import('./ja.esm.js')
11
12
  }
12
13
  });
13
14
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../../src/translations/index.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createTranslationResource } from '@backstage/core-plugin-api/alpha';\nimport { translationsPluginTranslationRef } from './ref';\n\n/**\n * @alpha\n *\n */\nexport const translationsPluginTranslations = createTranslationResource({\n ref: translationsPluginTranslationRef,\n translations: {\n de: () => import('./de'),\n fr: () => import('./fr'),\n it: () => import('./it'),\n es: () => import('./es'),\n },\n});\n/**\n * @alpha\n */\nexport { translationsPluginTranslationRef };\n"],"names":[],"mappings":";;;AAsBO,MAAM,iCAAiC,yBAAA,CAA0B;AAAA,EACtE,GAAA,EAAK,gCAAA;AAAA,EACL,YAAA,EAAc;AAAA,IACZ,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM;AAAA;AAE3B,CAAC;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/translations/index.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createTranslationResource } from '@backstage/core-plugin-api/alpha';\nimport { translationsPluginTranslationRef } from './ref';\n\n/**\n * @alpha\n *\n */\nexport const translationsPluginTranslations = createTranslationResource({\n ref: translationsPluginTranslationRef,\n translations: {\n de: () => import('./de'),\n es: () => import('./es'),\n fr: () => import('./fr'),\n it: () => import('./it'),\n ja: () => import('./ja'),\n },\n});\n/**\n * @alpha\n */\nexport { translationsPluginTranslationRef };\n"],"names":[],"mappings":";;;AAsBO,MAAM,iCAAiC,yBAAA,CAA0B;AAAA,EACtE,GAAA,EAAK,gCAAA;AAAA,EACL,YAAA,EAAc;AAAA,IACZ,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM;AAAA;AAE3B,CAAC;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"it.esm.js","sources":["../../src/translations/it.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { translationsPluginTranslationRef } from './ref';\n\nconst translationsTranslationIt = createTranslationMessages({\n ref: translationsPluginTranslationRef,\n messages: {\n // CRITICAL: Use flat dot notation, not nested objects\n 'page.title': 'Traduzioni',\n 'page.subtitle': 'Gestisci e visualizza le traduzioni caricate',\n 'table.title': 'Traduzioni caricate ({{count}})',\n 'table.headers.refId': 'ID di riferimento',\n 'table.headers.key': 'Chiave',\n 'table.options.pageSize': 'Elementi per pagina',\n 'table.options.pageSizeOptions': 'Mostra {{count}} elementi',\n 'export.title': 'Traduzioni',\n 'export.downloadButton': 'Scarica traduzioni predefinite (Inglese)',\n 'export.filename': 'traduzioni-{{timestamp}}.json',\n 'common.loading': 'Caricamento...',\n 'common.error': 'Si è verificato un errore',\n 'common.noData': 'Nessun dato disponibile',\n 'common.refresh': 'Aggiorna',\n 'language.displayFormat': '{{displayName}} ({{code}})',\n },\n});\n\nexport default translationsTranslationIt;\n"],"names":[],"mappings":";;;AAkBA,MAAM,4BAA4B,yBAAA,CAA0B;AAAA,EAC1D,GAAA,EAAK,gCAAA;AAAA,EACL,QAAA,EAAU;AAAA;AAAA,IAER,YAAA,EAAc,YAAA;AAAA,IACd,eAAA,EAAiB,8CAAA;AAAA,IACjB,aAAA,EAAe,iCAAA;AAAA,IACf,qBAAA,EAAuB,mBAAA;AAAA,IACvB,mBAAA,EAAqB,QAAA;AAAA,IACrB,wBAAA,EAA0B,qBAAA;AAAA,IAC1B,+BAAA,EAAiC,2BAAA;AAAA,IACjC,cAAA,EAAgB,YAAA;AAAA,IAChB,uBAAA,EAAyB,0CAAA;AAAA,IACzB,iBAAA,EAAmB,+BAAA;AAAA,IACnB,gBAAA,EAAkB,gBAAA;AAAA,IAClB,cAAA,EAAgB,8BAAA;AAAA,IAChB,eAAA,EAAiB,yBAAA;AAAA,IACjB,gBAAA,EAAkB,UAAA;AAAA,IAClB,wBAAA,EAA0B;AAAA;AAE9B,CAAC;;;;"}
1
+ {"version":3,"file":"it.esm.js","sources":["../../src/translations/it.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { translationsPluginTranslationRef } from './ref';\n\n/**\n * Italian translation for plugin.translations.\n * @public\n */\nconst translationsTranslationIt = createTranslationMessages({\n ref: translationsPluginTranslationRef,\n messages: {\n // CRITICAL: Use flat dot notation, not nested objects\n 'page.title': 'Traduzioni',\n 'page.subtitle': 'Gestisci e visualizza le traduzioni caricate',\n 'table.title': 'Traduzioni caricate ({{count}})',\n 'table.headers.refId': 'ID di riferimento',\n 'table.headers.key': 'Chiave',\n 'table.options.pageSize': 'Elementi per pagina',\n 'table.options.pageSizeOptions': 'Mostra {{count}} elementi',\n 'export.title': 'Traduzioni',\n 'export.downloadButton': 'Scarica traduzioni predefinite (Inglese)',\n 'export.filename': 'traduzioni-{{timestamp}}.json',\n 'common.loading': 'Caricamento...',\n 'common.error': 'Si è verificato un errore',\n 'common.noData': 'Nessun dato disponibile',\n 'common.refresh': 'Aggiorna',\n 'language.displayFormat': '{{displayName}} ({{code}})',\n },\n});\n\nexport default translationsTranslationIt;\n"],"names":[],"mappings":";;;AAsBA,MAAM,4BAA4B,yBAAA,CAA0B;AAAA,EAC1D,GAAA,EAAK,gCAAA;AAAA,EACL,QAAA,EAAU;AAAA;AAAA,IAER,YAAA,EAAc,YAAA;AAAA,IACd,eAAA,EAAiB,8CAAA;AAAA,IACjB,aAAA,EAAe,iCAAA;AAAA,IACf,qBAAA,EAAuB,mBAAA;AAAA,IACvB,mBAAA,EAAqB,QAAA;AAAA,IACrB,wBAAA,EAA0B,qBAAA;AAAA,IAC1B,+BAAA,EAAiC,2BAAA;AAAA,IACjC,cAAA,EAAgB,YAAA;AAAA,IAChB,uBAAA,EAAyB,0CAAA;AAAA,IACzB,iBAAA,EAAmB,+BAAA;AAAA,IACnB,gBAAA,EAAkB,gBAAA;AAAA,IAClB,cAAA,EAAgB,8BAAA;AAAA,IAChB,eAAA,EAAiB,yBAAA;AAAA,IACjB,gBAAA,EAAkB,UAAA;AAAA,IAClB,wBAAA,EAA0B;AAAA;AAE9B,CAAC;;;;"}
@@ -0,0 +1,26 @@
1
+ import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
2
+ import { translationsPluginTranslationRef } from './ref.esm.js';
3
+
4
+ const translationsTranslationJa = createTranslationMessages({
5
+ ref: translationsPluginTranslationRef,
6
+ messages: {
7
+ "page.title": "\u7FFB\u8A33",
8
+ "page.subtitle": "\u8AAD\u307F\u8FBC\u307E\u308C\u305F\u7FFB\u8A33\u306E\u7BA1\u7406\u304A\u3088\u3073\u8868\u793A",
9
+ "table.title": "\u8AAD\u307F\u8FBC\u307E\u308C\u305F\u7FFB\u8A33 ({{count}})",
10
+ "table.headers.refId": "\u53C2\u7167 ID",
11
+ "table.headers.key": "\u30AD\u30FC",
12
+ "table.options.pageSize": "1 \u30DA\u30FC\u30B8\u306E\u9805\u76EE\u6570",
13
+ "table.options.pageSizeOptions": "{{count}} \u4EF6\u306E\u9805\u76EE\u3092\u8868\u793A",
14
+ "export.title": "\u7FFB\u8A33",
15
+ "export.downloadButton": "\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u7FFB\u8A33\u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9 (\u82F1\u8A9E)",
16
+ "export.filename": "translations-{{timestamp}}.json",
17
+ "common.loading": "\u8AAD\u307F\u8FBC\u307F\u4E2D...",
18
+ "common.error": "\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F",
19
+ "common.noData": "\u5229\u7528\u53EF\u80FD\u306A\u30C7\u30FC\u30BF\u306F\u3042\u308A\u307E\u305B\u3093",
20
+ "common.refresh": "\u66F4\u65B0",
21
+ "language.displayFormat": "{{displayName}} ({{code}})"
22
+ }
23
+ });
24
+
25
+ export { translationsTranslationJa as default };
26
+ //# sourceMappingURL=ja.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ja.esm.js","sources":["../../src/translations/ja.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { translationsPluginTranslationRef } from './ref';\n\n/**\n * Japanese translation for plugin.translations.\n * @public\n */\nconst translationsTranslationJa = createTranslationMessages({\n ref: translationsPluginTranslationRef,\n messages: {\n 'page.title': '翻訳',\n 'page.subtitle': '読み込まれた翻訳の管理および表示',\n 'table.title': '読み込まれた翻訳 ({{count}})',\n 'table.headers.refId': '参照 ID',\n 'table.headers.key': 'キー',\n 'table.options.pageSize': '1 ページの項目数',\n 'table.options.pageSizeOptions': '{{count}} 件の項目を表示',\n 'export.title': '翻訳',\n 'export.downloadButton': 'デフォルトの翻訳のダウンロード (英語)',\n 'export.filename': 'translations-{{timestamp}}.json',\n 'common.loading': '読み込み中...',\n 'common.error': 'エラーが発生しました',\n 'common.noData': '利用可能なデータはありません',\n 'common.refresh': '更新',\n 'language.displayFormat': '{{displayName}} ({{code}})',\n },\n});\n\nexport default translationsTranslationJa;\n"],"names":[],"mappings":";;;AAuBA,MAAM,4BAA4B,yBAAA,CAA0B;AAAA,EAC1D,GAAA,EAAK,gCAAA;AAAA,EACL,QAAA,EAAU;AAAA,IACR,YAAA,EAAc,cAAA;AAAA,IACd,eAAA,EAAiB,kGAAA;AAAA,IACjB,aAAA,EAAe,8DAAA;AAAA,IACf,qBAAA,EAAuB,iBAAA;AAAA,IACvB,mBAAA,EAAqB,cAAA;AAAA,IACrB,wBAAA,EAA0B,8CAAA;AAAA,IAC1B,+BAAA,EAAiC,sDAAA;AAAA,IACjC,cAAA,EAAgB,cAAA;AAAA,IAChB,uBAAA,EAAyB,2GAAA;AAAA,IACzB,iBAAA,EAAmB,iCAAA;AAAA,IACnB,gBAAA,EAAkB,mCAAA;AAAA,IAClB,cAAA,EAAgB,8DAAA;AAAA,IAChB,eAAA,EAAiB,sFAAA;AAAA,IACjB,gBAAA,EAAkB,cAAA;AAAA,IAClB,wBAAA,EAA0B;AAAA;AAE9B,CAAC;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-translations",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -54,9 +54,9 @@
54
54
  "postpack": "backstage-cli package postpack"
55
55
  },
56
56
  "dependencies": {
57
- "@backstage/core-components": "^0.18.2",
58
- "@backstage/core-plugin-api": "^1.11.1",
59
- "@backstage/plugin-user-settings": "^0.8.28",
57
+ "@backstage/core-components": "^0.18.3",
58
+ "@backstage/core-plugin-api": "^1.12.0",
59
+ "@backstage/plugin-user-settings": "^0.8.29",
60
60
  "@backstage/theme": "^0.7.0",
61
61
  "@backstage/types": "^1.2.2",
62
62
  "@mui/icons-material": "5.18.0",
@@ -68,10 +68,10 @@
68
68
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/cli": "^0.34.4",
72
- "@backstage/core-app-api": "^1.19.1",
73
- "@backstage/dev-utils": "^1.1.16",
74
- "@backstage/test-utils": "^1.7.12",
71
+ "@backstage/cli": "^0.34.5",
72
+ "@backstage/core-app-api": "^1.19.2",
73
+ "@backstage/dev-utils": "^1.1.17",
74
+ "@backstage/test-utils": "^1.7.13",
75
75
  "@testing-library/jest-dom": "^6.0.0",
76
76
  "@testing-library/react": "^14.0.0",
77
77
  "@testing-library/user-event": "^14.0.0",