Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte v5 support #88

Open
go-dockly opened this issue Aug 13, 2024 · 2 comments
Open

Svelte v5 support #88

go-dockly opened this issue Aug 13, 2024 · 2 comments

Comments

@go-dockly
Copy link

How hard would it be you recon to update the svelte dependency?

npm error   dev svelte@"^5.0.0-next.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer svelte@">=3.44.0" from [email protected]

Amazing project too sad to see it unattended these days :(

@go-dockly
Copy link
Author

Took a look but no luck this time around. svelte-loader seems in need of talent too...

npm warn Could not resolve dependency:
npm warn peer svelte@">=3.19.0" from [email protected]
npm warn node_modules/svelte-loader/node_modules/svelte-hmr
npm warn   svelte-hmr@"^0.14.2" from [email protected]

@go-dockly
Copy link
Author

changes made to package.json for documentation

  "engines": {
    "npm": "^10.8.1",
    "pnpm": "^7.27.0",
    "node": ">=20.16.0"
  },
  "packageManager": "[email protected]",
  "devDependencies": {
    "@babel/core": "7.25.2",
    "@babel/preset-env": "7.25.3",
    "@babel/preset-typescript": "7.24.7",
    "@jest/globals": "29.7.0",
    "@types/jest": "29.5.12",
    "@typescript-eslint/eslint-plugin": "8.0.0",
    "@typescript-eslint/parser": "8.0.0",
    "axios": "1.7.3",
    "babel-jest": "29.7.0",
    "crc-32": "1.2.2",
    "cross-env": "7.0.3",
    "css-loader": "7.1.2",
    "eslint": "8.57.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-svelte": "2.43.0",
    "fork-ts-checker-webpack-plugin": "9.0.2",
    "gulp": "5.0.0",
    "gulp-clean": "0.4.0",
    "gulp-rename": "2.0.0",
    "gulp-transform": "3.0.5",
    "html-webpack-plugin": "5.6.0",
    "husky": "9.1.4",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "lightweight-charts": "4.2.0",
    "lint-staged": "15.2.8",
    "lodash": "4.17.21",
    "mini-css-extract-plugin": "2.9.0",
    "plugin-error": "2.0.1",
		"svelte": "^5.0.0-next.1",
		"svelte-check": "^3.6.0",
    "svelte-loader": "3.2.0",
    "svelte-preprocess": "6.0.2",
    "ts-loader": "9.5.1",
    "tslib": "2.6.3",
    "typescript": "5.5.4",
    "webpack": "5.93.0",
    "webpack-cli": "5.1.4",
    "webpack-dev-server": "5.0.4",
    "yargs": "17.7.2"
  },
  "peerDependencies": {
    "lightweight-charts": ">=4.2.0",
    "svelte": ">=5.0.0"
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant