Skip to content

Commit

Permalink
Merge branch 'dep_bot_8089-b34018d6' into 'main'
Browse files Browse the repository at this point in the history
Dependency_Bot: Auto-Update 1.0.0

See merge request grandlinex/bundle/bundle-multilang!19
  • Loading branch information
Elschnagoo committed Jul 30, 2024
2 parents b34018d + ce702f7 commit b13e28a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grandlinex/bundle-multilang",
"version": "0.32.2",
"version": "1.0.0",
"description": "",
"type": "module",
"exports": {
Expand Down Expand Up @@ -45,31 +45,31 @@
},
"license": "BSD-3-Clause",
"dependencies": {
"@grandlinex/core": "0.32.0"
"@grandlinex/core": "1.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-junit": "^15.0.0",
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typedoc": "^0.23.28",
"typescript": "^5.0.3"
"@types/jest": "29.5.12",
"@types/node": "22.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.3.3",
"ts-jest": "29.1.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typedoc": "0.26.5",
"typescript": "5.5.4"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/LangModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class LangModule extends CoreBundleModule<
await client.setDbLang(this.defaultLang);
await this.getDb().setConfig('init', 'true');
}
await this.getKernel().triggerFunction('lang-loaded');
await this.getKernel().triggerEvent('lang-loaded');
}

initBundleModule(): Promise<void> {
Expand Down

0 comments on commit b13e28a

Please sign in to comment.