Skip to content

Commit

Permalink
[vite] fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
haikyuu committed Sep 22, 2022
1 parent ac6883c commit 675bde0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions packages/vite-plugin-imba/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/vite-plugin-imba/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-imba",
"version": "0.7.0",
"version": "0.7.2",
"license": "MIT",
"author": "Abdellah Alaoui",
"files": [
Expand Down Expand Up @@ -52,7 +52,8 @@
"debug": "^4.3.4",
"deepmerge": "^4.2.2",
"kleur": "^4.1.5",
"magic-string": "^0.26.2"
"magic-string": "^0.26.2",
"diff": "^5.1.0"
},
"peerDependencies": {
"diff-match-patch": "^1.0.5",
Expand All @@ -67,7 +68,6 @@
"@types/debug": "^4.1.7",
"@types/diff-match-patch": "^1.0.32",
"colors": "^1.4.0",
"diff": "^5.1.0",
"diff-match-patch": "^1.0.5",
"esbuild": "^0.15.5",
"imba": "../imba",
Expand Down

0 comments on commit 675bde0

Please sign in to comment.