Skip to content

Commit

Permalink
fix: build conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Pauer authored and fpauer committed Nov 27, 2024
1 parent 5734ceb commit ab27596
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
35 changes: 31 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/node": "^18.16.18",
"@types/uuid": "^9.0.2",
"@vitest/coverage-v8": "^2.1.5",
"eslint-config-iot-app-kit": "12.0.0",
"eslint-config-iot-app-kit": "12.1.0",
"flush-promises": "^1.0.2",
"jest-extended": "^3.2.4",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/scene-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@vitest/coverage-v8": "^2.1.5",
"babel-plugin-formatjs": "10.5.3",
"copyfiles": "^2.4.1",
"eslint-config-iot-app-kit": "12.0.0",
"eslint-config-iot-app-kit": "12.1.0",
"happy-dom": "^15.11.6",
"husky": "8.0.3",
"jest-extended": "^3.2.4",
Expand Down
1 change: 1 addition & 0 deletions packages/scene-composer/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"tsBuildInfoFile": "./dist/esm/.tsbuildinfo",
"noImplicitThis": false,
"noImplicitAny": false,
"allowJs": true,
"resolveJsonModule": true
}
}
1 change: 1 addition & 0 deletions packages/scene-composer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"noImplicitThis": false,
"noImplicitAny": false,
"strictNullChecks": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": false,
Expand Down

0 comments on commit ab27596

Please sign in to comment.