Skip to content

Commit dda0bd0

Browse files
authored
Merge pull request #170 from silinternational/feature/update-deps
build(dependencies): update multiple deps
2 parents 1f5ce85 + 4553e7f commit dda0bd0

File tree

3 files changed

+2354
-2559
lines changed

3 files changed

+2354
-2559
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Reusable Svelte components for some internal applications
44

55
## installation
66

7-
To install to your Svelte project, open your project's root directory in a terminal. Type or paste `npm i -D sass@1.50.x material-components-web@13.0.0 @silintl/ui-components` and press enter (versions will vary if you use an older release of this repo). Sass and-material-components web are required to develop additional material web components in your app, but it may depend on your version of npm if they are necessary even if you don't. You should already have svelte@3 installed if you are using this library.
7+
To install to your Svelte project, open your project's root directory in a terminal. Type or paste `npm i -D sass@1.55.x material-components-web@14.0.0 @silintl/ui-components` and press enter (versions will vary if you use an older release of this repo). Sass and-material-components web are required to develop additional material web components in your app, but it may depend on your version of npm if they are necessary even if you don't. You should already have svelte@3 installed if you are using this library.
88

99
If you are using typescript you will need to run `npm i -D tslib` to avoid a material-components-web type error.
1010

@@ -108,7 +108,7 @@ module.exports = {
108108

109109
## Sveltekit
110110

111-
Using this library in [Sveltekit](https://github.com/sveltejs/kit) is experimental (as of writing this Sveltekit is still in beta).
111+
Using this library in [Sveltekit](https://github.com/sveltejs/kit) is experimental (as of writing this Sveltekit is in release candidate phase).
112112
You may get lots of source map source warnings as referenced [here](https://github.com/vitejs/vite/issues/2892) and it may take several seconds and/or refreshes for your app to start with `npm run dev`. Building and previewing your build should run smoothly. Below are a number of references that may be relevant to your experience:
113113

114114
https://kit.svelte.dev/faq#packages

0 commit comments

Comments
 (0)