Skip to content

Commit fcd314f

Browse files
committed
fix: updating svelte
1 parent 1b36b53 commit fcd314f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/integrations/svelte.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ id: svelte
33
title: Svelte
44
---
55

6-
A Svelte wrapper component for [Grid.js](https://gridjs.io)
6+
A [Svelte wrapper](https://github.com/iamyuu/gridjs-svelte) component for Grid.js.
77

88
## Installation
99

1010
``` bash
1111
npm install gridjs gridjs-svelte
1212
```
1313

14+
[GitHub](https://github.com/iamyuu/gridjs-svelte)
15+
1416
## Usage
1517

1618
> [Try it out in the browser](https://svelte.dev/repl/9a066ccf55f54173bf5c6c8042142566)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"deploy": "docusaurus deploy"
1111
},
1212
"dependencies": {
13-
"@docusaurus/core": "^2.0.0-alpha.69",
13+
"@docusaurus/core": "^2.0.0-alpha.70",
1414
"@docusaurus/preset-classic": "^2.0.0-alpha.70",
15-
"@docusaurus/theme-live-codeblock": "^2.0.0-alpha.69",
15+
"@docusaurus/theme-live-codeblock": "^2.0.0-alpha.70",
1616
"@emotion/css": "^11.1.3",
1717
"chartist": "^0.11.4",
1818
"classnames": "^2.2.6",

sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
'integrations/react',
3333
'integrations/vue',
3434
'integrations/angular',
35+
'integrations/svelte',
3536
'integrations/jquery',
3637
],
3738
"🎮 Examples": [{

0 commit comments

Comments
 (0)