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 5 Upgrade and Semantic Search Integration #16

Merged
merged 0 commits into from
Feb 3, 2025

Conversation

LBercovitch
Copy link
Contributor

This pull request includes the syntax changes required for the Svelte upgrade to version 5 as well as the code for accessing the semantic search results.

Note: when upgrading to svelte 5, an upgrade for vite is needed as well. Here is a list of commands that I performed to apply the update:

  1. Navigate to the packages/web-app directory
  2. npm install svelte@latest
  3. npm install vite@latest
  4. npm update
  5. delete the node modules folder to ensure the obsolete packages are removed
  6. npm i to ensure the new packages are installed. This should create a new node modules folder.

@PVautour PVautour merged commit 2ebbb2f into Canadian-Geospatial-Platform:master Feb 3, 2025
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

Successfully merging this pull request may close these issues.

2 participants