Skip to content

Commit f233701

Browse files
authored
Merge pull request #59 from EastSun5566/chore/demo-deps
2 parents ee55133 + 069cf39 commit f233701

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

demo/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"vite": "^4.5.5"
1616
},
1717
"dependencies": {
18-
"bootswatch": "^5.3.3",
19-
"let-it-go": "^1.0.0"
18+
"bootswatch": "^5.3.3"
2019
}
2120
}

demo/pnpm-lock.yaml

-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { LetItGo } from 'let-it-go';
1+
import { LetItGo } from '../../src';
22

33
import {
44
type RangeOption,

demo/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-param-reassign */
2-
import { LetItGo } from 'let-it-go';
2+
import { LetItGo } from '../../src';
33

44
export const setupToggle = ({
55
isShowPanel = false,

0 commit comments

Comments
 (0)