mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Switch to pnpm
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
#
|
||||||
|
# NOTICE: this is an auto-generated file
|
||||||
|
#
|
||||||
|
# This file sets the default parameters for manual `pnpm install`.
|
||||||
|
#
|
||||||
|
shamefully-hoist=true
|
||||||
|
strict-peer-dependencies=false
|
||||||
+6
-4
@@ -1,13 +1,13 @@
|
|||||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||||
|
|
||||||
val springCloudVersion by extra("2023.0.3")
|
val springCloudVersion by extra("2023.0.3")
|
||||||
val vaadinVersion by extra("24.4.5")
|
val vaadinVersion by extra("24.4.10")
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
val kotlinVersion = "2.0.10"
|
val kotlinVersion = "2.0.10"
|
||||||
val vaadinVersion = "24.4.5"
|
val vaadinVersion = "24.4.10"
|
||||||
|
|
||||||
id("org.springframework.boot") version "3.3.2"
|
id("org.springframework.boot") version "3.3.3"
|
||||||
id("io.spring.dependency-management") version "1.1.6"
|
id("io.spring.dependency-management") version "1.1.6"
|
||||||
id("com.vaadin") version vaadinVersion
|
id("com.vaadin") version vaadinVersion
|
||||||
kotlin("jvm") version kotlinVersion
|
kotlin("jvm") version kotlinVersion
|
||||||
@@ -49,7 +49,9 @@ dependencies {
|
|||||||
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
||||||
|
|
||||||
// Vaadin Hilla
|
// Vaadin Hilla
|
||||||
implementation("com.vaadin:vaadin")
|
implementation("com.vaadin:vaadin-core") {
|
||||||
|
exclude("com.vaadin:flow-react")
|
||||||
|
}
|
||||||
api("com.vaadin:vaadin-spring-boot-starter")
|
api("com.vaadin:vaadin-spring-boot-starter")
|
||||||
|
|
||||||
// Logging
|
// Logging
|
||||||
|
|||||||
Generated
-16082
File diff suppressed because it is too large
Load Diff
+49
-55
@@ -7,24 +7,23 @@
|
|||||||
"@nextui-org/react": "^2.4.6",
|
"@nextui-org/react": "^2.4.6",
|
||||||
"@phosphor-icons/react": "^2.1.7",
|
"@phosphor-icons/react": "^2.1.7",
|
||||||
"@polymer/polymer": "3.5.1",
|
"@polymer/polymer": "3.5.1",
|
||||||
"@vaadin/bundles": "24.4.1",
|
"@vaadin/bundles": "24.4.5",
|
||||||
"@vaadin/common-frontend": "0.0.19",
|
"@vaadin/common-frontend": "0.0.19",
|
||||||
"@vaadin/hilla-file-router": "24.4.3",
|
"@vaadin/hilla-file-router": "24.4.6",
|
||||||
"@vaadin/hilla-frontend": "24.4.3",
|
"@vaadin/hilla-frontend": "24.4.6",
|
||||||
"@vaadin/hilla-lit-form": "24.4.3",
|
"@vaadin/hilla-lit-form": "24.4.6",
|
||||||
"@vaadin/hilla-react-auth": "24.4.3",
|
"@vaadin/hilla-react-auth": "24.4.6",
|
||||||
"@vaadin/hilla-react-crud": "24.4.3",
|
"@vaadin/hilla-react-crud": "24.4.6",
|
||||||
"@vaadin/hilla-react-form": "24.4.3",
|
"@vaadin/hilla-react-form": "24.4.6",
|
||||||
"@vaadin/hilla-react-i18n": "24.4.3",
|
"@vaadin/hilla-react-i18n": "24.4.6",
|
||||||
"@vaadin/hilla-react-signals": "24.4.3",
|
"@vaadin/hilla-react-signals": "24.4.6",
|
||||||
"@vaadin/polymer-legacy-adapter": "24.4.1",
|
"@vaadin/polymer-legacy-adapter": "24.4.5",
|
||||||
"@vaadin/react-components": "24.4.1",
|
"@vaadin/react-components": "24.4.5",
|
||||||
"@vaadin/react-components-pro": "24.4.1",
|
|
||||||
"@vaadin/router": "1.7.5",
|
"@vaadin/router": "1.7.5",
|
||||||
"@vaadin/vaadin-development-mode-detector": "2.0.7",
|
"@vaadin/vaadin-development-mode-detector": "2.0.7",
|
||||||
"@vaadin/vaadin-lumo-styles": "24.4.1",
|
"@vaadin/vaadin-lumo-styles": "24.4.5",
|
||||||
"@vaadin/vaadin-material-styles": "24.4.1",
|
"@vaadin/vaadin-material-styles": "24.4.5",
|
||||||
"@vaadin/vaadin-themable-mixin": "24.4.1",
|
"@vaadin/vaadin-themable-mixin": "24.4.5",
|
||||||
"@vaadin/vaadin-usage-statistics": "2.1.2",
|
"@vaadin/vaadin-usage-statistics": "2.1.2",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"classnames": "^2.5.1",
|
"classnames": "^2.5.1",
|
||||||
@@ -36,7 +35,6 @@
|
|||||||
"http-status-codes": "^2.3.0",
|
"http-status-codes": "^2.3.0",
|
||||||
"lit": "3.1.4",
|
"lit": "3.1.4",
|
||||||
"next-themes": "^0.3.0",
|
"next-themes": "^0.3.0",
|
||||||
"proj4": "2.11.0",
|
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-router-dom": "6.23.1",
|
"react-router-dom": "6.23.1",
|
||||||
@@ -52,15 +50,15 @@
|
|||||||
"@types/node": "^22.4.0",
|
"@types/node": "^22.4.0",
|
||||||
"@types/react": "18.3.3",
|
"@types/react": "18.3.3",
|
||||||
"@types/react-dom": "18.3.0",
|
"@types/react-dom": "18.3.0",
|
||||||
"@vaadin/hilla-generator-cli": "24.4.3",
|
"@vaadin/hilla-generator-cli": "24.4.6",
|
||||||
"@vaadin/hilla-generator-core": "24.4.3",
|
"@vaadin/hilla-generator-core": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-backbone": "24.4.3",
|
"@vaadin/hilla-generator-plugin-backbone": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-barrel": "24.4.3",
|
"@vaadin/hilla-generator-plugin-barrel": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-client": "24.4.3",
|
"@vaadin/hilla-generator-plugin-client": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-model": "24.4.3",
|
"@vaadin/hilla-generator-plugin-model": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-push": "24.4.3",
|
"@vaadin/hilla-generator-plugin-push": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-subtypes": "24.4.3",
|
"@vaadin/hilla-generator-plugin-subtypes": "24.4.6",
|
||||||
"@vaadin/hilla-generator-utils": "24.4.3",
|
"@vaadin/hilla-generator-utils": "24.4.6",
|
||||||
"@vitejs/plugin-react": "4.3.1",
|
"@vitejs/plugin-react": "4.3.1",
|
||||||
"@vitejs/plugin-react-swc": "^3.7.0",
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
||||||
"async": "3.2.5",
|
"async": "3.2.5",
|
||||||
@@ -83,7 +81,7 @@
|
|||||||
"overrides": {
|
"overrides": {
|
||||||
"classnames": "$classnames",
|
"classnames": "$classnames",
|
||||||
"react": "$react",
|
"react": "$react",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "$react-dom",
|
||||||
"react-router-dom": "$react-router-dom",
|
"react-router-dom": "$react-router-dom",
|
||||||
"@vaadin/bundles": "$@vaadin/bundles",
|
"@vaadin/bundles": "$@vaadin/bundles",
|
||||||
"@vaadin/common-frontend": "$@vaadin/common-frontend",
|
"@vaadin/common-frontend": "$@vaadin/common-frontend",
|
||||||
@@ -103,11 +101,11 @@
|
|||||||
"@material-tailwind/react": "$@material-tailwind/react",
|
"@material-tailwind/react": "$@material-tailwind/react",
|
||||||
"sonner": "$sonner",
|
"sonner": "$sonner",
|
||||||
"http-status-codes": "$http-status-codes",
|
"http-status-codes": "$http-status-codes",
|
||||||
|
"date-fns": "$date-fns",
|
||||||
"@vaadin/polymer-legacy-adapter": "$@vaadin/polymer-legacy-adapter",
|
"@vaadin/polymer-legacy-adapter": "$@vaadin/polymer-legacy-adapter",
|
||||||
"@vaadin/vaadin-development-mode-detector": "$@vaadin/vaadin-development-mode-detector",
|
"@vaadin/vaadin-development-mode-detector": "$@vaadin/vaadin-development-mode-detector",
|
||||||
"@vaadin/vaadin-usage-statistics": "$@vaadin/vaadin-usage-statistics",
|
"@vaadin/vaadin-usage-statistics": "$@vaadin/vaadin-usage-statistics",
|
||||||
"@vaadin/react-components": "$@vaadin/react-components",
|
"@vaadin/react-components": "$@vaadin/react-components",
|
||||||
"@vaadin/react-components-pro": "$@vaadin/react-components-pro",
|
|
||||||
"@vaadin/hilla-frontend": "$@vaadin/hilla-frontend",
|
"@vaadin/hilla-frontend": "$@vaadin/hilla-frontend",
|
||||||
"@vaadin/hilla-react-auth": "$@vaadin/hilla-react-auth",
|
"@vaadin/hilla-react-auth": "$@vaadin/hilla-react-auth",
|
||||||
"@vaadin/hilla-react-crud": "$@vaadin/hilla-react-crud",
|
"@vaadin/hilla-react-crud": "$@vaadin/hilla-react-crud",
|
||||||
@@ -116,8 +114,6 @@
|
|||||||
"@vaadin/hilla-lit-form": "$@vaadin/hilla-lit-form",
|
"@vaadin/hilla-lit-form": "$@vaadin/hilla-lit-form",
|
||||||
"@vaadin/hilla-react-form": "$@vaadin/hilla-react-form",
|
"@vaadin/hilla-react-form": "$@vaadin/hilla-react-form",
|
||||||
"@vaadin/hilla-react-signals": "$@vaadin/hilla-react-signals",
|
"@vaadin/hilla-react-signals": "$@vaadin/hilla-react-signals",
|
||||||
"date-fns": "$date-fns",
|
|
||||||
"proj4": "$proj4",
|
|
||||||
"@vaadin/vaadin-themable-mixin": "$@vaadin/vaadin-themable-mixin",
|
"@vaadin/vaadin-themable-mixin": "$@vaadin/vaadin-themable-mixin",
|
||||||
"@vaadin/vaadin-lumo-styles": "$@vaadin/vaadin-lumo-styles",
|
"@vaadin/vaadin-lumo-styles": "$@vaadin/vaadin-lumo-styles",
|
||||||
"@vaadin/vaadin-material-styles": "$@vaadin/vaadin-material-styles"
|
"@vaadin/vaadin-material-styles": "$@vaadin/vaadin-material-styles"
|
||||||
@@ -125,29 +121,27 @@
|
|||||||
"vaadin": {
|
"vaadin": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@polymer/polymer": "3.5.1",
|
"@polymer/polymer": "3.5.1",
|
||||||
"@vaadin/bundles": "24.4.1",
|
"@vaadin/bundles": "24.4.5",
|
||||||
"@vaadin/common-frontend": "0.0.19",
|
"@vaadin/common-frontend": "0.0.19",
|
||||||
"@vaadin/hilla-file-router": "24.4.3",
|
"@vaadin/hilla-file-router": "24.4.6",
|
||||||
"@vaadin/hilla-frontend": "24.4.3",
|
"@vaadin/hilla-frontend": "24.4.6",
|
||||||
"@vaadin/hilla-lit-form": "24.4.3",
|
"@vaadin/hilla-lit-form": "24.4.6",
|
||||||
"@vaadin/hilla-react-auth": "24.4.3",
|
"@vaadin/hilla-react-auth": "24.4.6",
|
||||||
"@vaadin/hilla-react-crud": "24.4.3",
|
"@vaadin/hilla-react-crud": "24.4.6",
|
||||||
"@vaadin/hilla-react-form": "24.4.3",
|
"@vaadin/hilla-react-form": "24.4.6",
|
||||||
"@vaadin/hilla-react-i18n": "24.4.3",
|
"@vaadin/hilla-react-i18n": "24.4.6",
|
||||||
"@vaadin/hilla-react-signals": "24.4.3",
|
"@vaadin/hilla-react-signals": "24.4.6",
|
||||||
"@vaadin/polymer-legacy-adapter": "24.4.1",
|
"@vaadin/polymer-legacy-adapter": "24.4.5",
|
||||||
"@vaadin/react-components": "24.4.1",
|
"@vaadin/react-components": "24.4.5",
|
||||||
"@vaadin/react-components-pro": "24.4.1",
|
|
||||||
"@vaadin/router": "1.7.5",
|
"@vaadin/router": "1.7.5",
|
||||||
"@vaadin/vaadin-development-mode-detector": "2.0.7",
|
"@vaadin/vaadin-development-mode-detector": "2.0.7",
|
||||||
"@vaadin/vaadin-lumo-styles": "24.4.1",
|
"@vaadin/vaadin-lumo-styles": "24.4.5",
|
||||||
"@vaadin/vaadin-material-styles": "24.4.1",
|
"@vaadin/vaadin-material-styles": "24.4.5",
|
||||||
"@vaadin/vaadin-themable-mixin": "24.4.1",
|
"@vaadin/vaadin-themable-mixin": "24.4.5",
|
||||||
"@vaadin/vaadin-usage-statistics": "2.1.2",
|
"@vaadin/vaadin-usage-statistics": "2.1.2",
|
||||||
"construct-style-sheets-polyfill": "3.1.0",
|
"construct-style-sheets-polyfill": "3.1.0",
|
||||||
"date-fns": "2.29.3",
|
"date-fns": "2.29.3",
|
||||||
"lit": "3.1.4",
|
"lit": "3.1.4",
|
||||||
"proj4": "2.11.0",
|
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-router-dom": "6.23.1"
|
"react-router-dom": "6.23.1"
|
||||||
@@ -158,15 +152,15 @@
|
|||||||
"@rollup/pluginutils": "5.1.0",
|
"@rollup/pluginutils": "5.1.0",
|
||||||
"@types/react": "18.3.3",
|
"@types/react": "18.3.3",
|
||||||
"@types/react-dom": "18.3.0",
|
"@types/react-dom": "18.3.0",
|
||||||
"@vaadin/hilla-generator-cli": "24.4.3",
|
"@vaadin/hilla-generator-cli": "24.4.6",
|
||||||
"@vaadin/hilla-generator-core": "24.4.3",
|
"@vaadin/hilla-generator-core": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-backbone": "24.4.3",
|
"@vaadin/hilla-generator-plugin-backbone": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-barrel": "24.4.3",
|
"@vaadin/hilla-generator-plugin-barrel": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-client": "24.4.3",
|
"@vaadin/hilla-generator-plugin-client": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-model": "24.4.3",
|
"@vaadin/hilla-generator-plugin-model": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-push": "24.4.3",
|
"@vaadin/hilla-generator-plugin-push": "24.4.6",
|
||||||
"@vaadin/hilla-generator-plugin-subtypes": "24.4.3",
|
"@vaadin/hilla-generator-plugin-subtypes": "24.4.6",
|
||||||
"@vaadin/hilla-generator-utils": "24.4.3",
|
"@vaadin/hilla-generator-utils": "24.4.6",
|
||||||
"@vitejs/plugin-react": "4.3.1",
|
"@vitejs/plugin-react": "4.3.1",
|
||||||
"async": "3.2.5",
|
"async": "3.2.5",
|
||||||
"glob": "10.4.1",
|
"glob": "10.4.1",
|
||||||
@@ -181,6 +175,6 @@
|
|||||||
"workbox-core": "7.1.0",
|
"workbox-core": "7.1.0",
|
||||||
"workbox-precaching": "7.1.0"
|
"workbox-precaching": "7.1.0"
|
||||||
},
|
},
|
||||||
"hash": "3cde6bb06b49097b3e1b82b0ef939d58f6b445ea03b5e0bee9b1b90bc4d61334"
|
"hash": "7e2c61ec341a02c9a4778f045cbbda29ac1393776eb453e98b41899df49d0cdb"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,9 @@ spring:
|
|||||||
vaadin:
|
vaadin:
|
||||||
# To improve the performance during development.
|
# To improve the performance during development.
|
||||||
# For more information https://vaadin.com/docs/flow/spring/tutorial-spring-configuration.html#special-configuration-parameters
|
# For more information https://vaadin.com/docs/flow/spring/tutorial-spring-configuration.html#special-configuration-parameters
|
||||||
whitelisted-packages:
|
allowed-packages:
|
||||||
- com.vaadin
|
- com.vaadin
|
||||||
- org.vaadin
|
- org.vaadin
|
||||||
- dev.hilla
|
- dev.hilla
|
||||||
|
pnpm:
|
||||||
|
enable: true
|
||||||
Reference in New Issue
Block a user