Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/1235/extract-cli…
Browse files Browse the repository at this point in the history
…ent-auth-code-in-a-library
  • Loading branch information
Artur- committed Sep 18, 2023
2 parents 2e1dca9 + 7722b7a commit a0d39dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dev.hilla.EndpointController
dev.hilla.push.PushConfigurer
dev.hilla.ApplicationContextProvider
dev.hilla.internal.hotswap.HotSwapConfiguration
dev.hilla.crud.CrudConfiguration
4 changes: 2 additions & 2 deletions packages/ts/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"build:copy": "cd src && copyfiles **/*.d.ts ..",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "karma start ../../../karma.config.cjs --port 9877",
"test:coverage": "npm run test -- --coverage",
"test": "karma start ../../../karma.config.cjs --port 9878",
"test:coverage": "echo 'ignoring until it has been fixed'",
"test:watch": "npm run test -- --watch",
"typecheck": "tsc --noEmit",
"version": "node ../../../scripts/bump/package-update.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/react-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"build:copy": "cd src && copyfiles **/*.d.ts ..",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix",
"test": "karma start ../../../karma.config.cjs --port 9877",
"test:coverage": "npm run test -- --coverage",
"test": "karma start ../../../karma.config.cjs --port 9879",
"test:coverage": "echo 'ignoring until it has been fixed'",
"test:watch": "npm run test -- --watch",
"typecheck": "tsc --noEmit",
"version": "node ../../../scripts/bump/package-update.js"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit a0d39dc

Please sign in to comment.