Skip to content

Commit

Permalink
Update dependency @vaadin/router to v2 (#257)
Browse files Browse the repository at this point in the history
* Update dependency @vaadin/router to v2

* fix : issues with application

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raja Kolli <[email protected]>
  • Loading branch information
renovate[bot] and rajadilipkolli authored Oct 18, 2024
1 parent ba65e03 commit 96f4b0d
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 59 deletions.
143 changes: 122 additions & 21 deletions package-lock.json

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

78 changes: 41 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@vaadin/hilla-react-auth": "24.5.0",
"@vaadin/hilla-react-crud": "24.5.0",
"@vaadin/hilla-react-form": "24.5.0",
"@vaadin/hilla-react-i18n": "24.4.9",
"@vaadin/hilla-react-signals": "24.4.9",
"@vaadin/hilla-react-i18n": "24.5.0",
"@vaadin/hilla-react-signals": "24.5.0",
"@vaadin/polymer-legacy-adapter": "24.5.0",
"@vaadin/react-components": "24.5.0",
"@vaadin/react-components-pro": "24.5.0",
"@vaadin/router": "1.7.5",
"@vaadin/router": "2.0.0",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "24.5.0",
"@vaadin/vaadin-material-styles": "24.5.0",
Expand All @@ -33,6 +33,7 @@
},
"devDependencies": {
"@babel/preset-react": "7.25.7",
"@preact/signals-react-transform": "0.4.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/pluginutils": "5.1.2",
"@types/react": "18.3.11",
Expand All @@ -44,6 +45,7 @@
"@vaadin/hilla-generator-plugin-client": "24.5.0",
"@vaadin/hilla-generator-plugin-model": "24.5.0",
"@vaadin/hilla-generator-plugin-push": "24.5.0",
"@vaadin/hilla-generator-plugin-signals": "24.5.0",
"@vaadin/hilla-generator-plugin-subtypes": "24.5.0",
"@vaadin/hilla-generator-utils": "24.5.0",
"@vitejs/plugin-react": "4.3.2",
Expand All @@ -62,64 +64,66 @@
},
"vaadin": {
"dependencies": {
"@polymer/polymer": "3.5.1",
"@vaadin/bundles": "24.4.10",
"@polymer/polymer": "3.5.2",
"@vaadin/bundles": "24.5.0",
"@vaadin/common-frontend": "0.0.19",
"@vaadin/hilla-file-router": "24.4.9",
"@vaadin/hilla-frontend": "24.4.9",
"@vaadin/hilla-lit-form": "24.4.9",
"@vaadin/hilla-react-auth": "24.4.9",
"@vaadin/hilla-react-crud": "24.4.9",
"@vaadin/hilla-react-form": "24.4.9",
"@vaadin/hilla-react-i18n": "24.4.9",
"@vaadin/hilla-react-signals": "24.4.9",
"@vaadin/polymer-legacy-adapter": "24.4.10",
"@vaadin/hilla-file-router": "24.5.0",
"@vaadin/hilla-frontend": "24.5.0",
"@vaadin/hilla-lit-form": "24.5.0",
"@vaadin/hilla-react-auth": "24.5.0",
"@vaadin/hilla-react-crud": "24.5.0",
"@vaadin/hilla-react-form": "24.5.0",
"@vaadin/hilla-react-i18n": "24.5.0",
"@vaadin/hilla-react-signals": "24.5.0",
"@vaadin/polymer-legacy-adapter": "24.5.0",
"@vaadin/react-components": "24.4.5",
"@vaadin/react-components-pro": "24.4.4",
"@vaadin/router": "1.7.5",
"@vaadin/vaadin-development-mode-detector": "2.0.7",
"@vaadin/vaadin-lumo-styles": "24.4.10",
"@vaadin/vaadin-material-styles": "24.4.10",
"@vaadin/vaadin-themable-mixin": "24.4.10",
"@vaadin/vaadin-lumo-styles": "24.5.0",
"@vaadin/vaadin-material-styles": "24.5.0",
"@vaadin/vaadin-themable-mixin": "24.5.0",
"@vaadin/vaadin-usage-statistics": "2.1.2",
"construct-style-sheets-polyfill": "3.1.0",
"date-fns": "2.29.3",
"lit": "3.1.4",
"proj4": "2.11.0",
"lit": "3.2.1",
"proj4": "2.12.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2"
},
"devDependencies": {
"@babel/preset-react": "7.24.7",
"@rollup/plugin-replace": "5.0.7",
"@rollup/pluginutils": "5.1.0",
"@types/react": "18.3.4",
"@babel/preset-react": "7.25.7",
"@preact/signals-react-transform": "0.4.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/pluginutils": "5.1.2",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@vaadin/hilla-generator-cli": "24.4.9",
"@vaadin/hilla-generator-core": "24.4.9",
"@vaadin/hilla-generator-plugin-backbone": "24.4.9",
"@vaadin/hilla-generator-plugin-barrel": "24.4.9",
"@vaadin/hilla-generator-plugin-client": "24.4.9",
"@vaadin/hilla-generator-plugin-model": "24.4.9",
"@vaadin/hilla-generator-plugin-push": "24.4.9",
"@vaadin/hilla-generator-plugin-subtypes": "24.4.9",
"@vaadin/hilla-generator-utils": "24.4.9",
"@vitejs/plugin-react": "4.3.1",
"@vaadin/hilla-generator-cli": "24.5.0",
"@vaadin/hilla-generator-core": "24.5.0",
"@vaadin/hilla-generator-plugin-backbone": "24.5.0",
"@vaadin/hilla-generator-plugin-barrel": "24.5.0",
"@vaadin/hilla-generator-plugin-client": "24.5.0",
"@vaadin/hilla-generator-plugin-model": "24.5.0",
"@vaadin/hilla-generator-plugin-push": "24.5.0",
"@vaadin/hilla-generator-plugin-signals": "24.5.0",
"@vaadin/hilla-generator-plugin-subtypes": "24.5.0",
"@vaadin/hilla-generator-utils": "24.5.0",
"@vitejs/plugin-react": "4.3.2",
"async": "3.2.6",
"glob": "10.4.5",
"rollup-plugin-brotli": "3.1.0",
"rollup-plugin-visualizer": "5.12.0",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.4.5",
"vite": "5.4.6",
"vite-plugin-checker": "0.6.4",
"typescript": "5.6.3",
"vite": "5.4.8",
"vite-plugin-checker": "0.8.0",
"workbox-build": "7.1.1",
"workbox-core": "7.1.0",
"workbox-precaching": "7.1.0"
},
"hash": "3d313e4268bd7db35a785dc55965ab7e83f4497e7e3d2771c40c786f9d10f60d"
"hash": "d28e6dfa35380451e52078c115392530fb77c49ebad4ea68c72f8ef660a2df3c"
},
"overrides": {
"@vaadin/bundles": "$@vaadin/bundles",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-supabase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
datasource:
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://aws-0-ap-south-1.pooler.supabase.com:5432/postgres
username: postgres.qejsvfbibinqlezmmdol
username: postgres.jkkwbevrahufvjpcxxsp
password: foliom4n@123
hikari:
maximum-pool-size: 10
Expand Down

0 comments on commit 96f4b0d

Please sign in to comment.