Skip to content

Commit

Permalink
migrate to 1.19.1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbares authored May 13, 2024
1 parent 2bed7a6 commit ccad886
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-exec-plugin.version>3.2.0</maven-exec-plugin.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<squashql.version>1.19.0</squashql.version>
<squashql.version>1.19.1</squashql.version>
<spring-boot.version>3.0.13</spring-boot.version>
<junit.version>5.9.1</junit.version>
<junit-platform.version>1.9.1</junit-platform.version>
Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@squashql/squashql-codegen": "1.0.17",
"@squashql/squashql-js": "1.19.0",
"@squashql/squashql-js": "1.19.1",
"lodash": "^4.17.21"
}
}
8 changes: 4 additions & 4 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@antv/s2-react": "^1.46.1",
"@duckdb/duckdb-wasm": "^1.28.1-dev106.0",
"@squashql/squashql-js": "1.19.0",
"@squashql/squashql-js": "1.19.1",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"next": "14.1.0",
Expand Down

0 comments on commit ccad886

Please sign in to comment.