Skip to content

Commit b42d0dc

Browse files
update commons-ui
1 parent df0619a commit b42d0dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
"devDependencies": {
8383
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
84-
"@gridsuite/commons-ui": "file:../_frontend/commons-ui/gridsuite-commons-ui-0.63.2.tgz",
84+
"@gridsuite/commons-ui": "file:../_frontend/commons-ui/gridsuite-commons-ui-0.63.4.tgz",
8585
"@types/core-js": "^2.5.8",
8686
"@types/eslint-config-prettier": "^6.11.3",
8787
"@types/jest": "^27.5.2",

src/services/app-local.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default class AppLocalSvc extends AppLocalComSvc {
1313
super();
1414
}
1515

16-
public async fetchEnv(): Promise<EnvJson> {
16+
public async fetchEnv() {
1717
return (await super.fetchEnv()) as EnvJson;
1818
}
1919
}

0 commit comments

Comments
 (0)