Skip to content

Commit

Permalink
Migration to svelte 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Apr 5, 2024
1 parent 0fb5535 commit 6cee057
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions typescript/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@
"ws": "^8.14.2"
}
}

10 changes: 5 additions & 5 deletions typescript/vscode-extension/webview-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.1.5",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
"typescript": "^5.0.0"
}
}
}

0 comments on commit 6cee057

Please sign in to comment.