Skip to content

Commit ffc7fd2

Browse files
committed
chore: update deps
1 parent 42384ba commit ffc7fd2

File tree

3 files changed

+79
-227
lines changed

3 files changed

+79
-227
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@vue/compiler-sfc": "^3.0.5",
1616
"cross-env": "^7.0.3",
1717
"typescript": "^4.1.5",
18-
"vite": "^2.0.0",
18+
"vite": "^2.0.1",
1919
"vite-plugin-components": "workspace:*",
20-
"vite-plugin-md": "^0.4.2"
20+
"vite-plugin-md": "^0.5.1"
2121
}
2222
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"@antfu/eslint-config": "^0.4.3",
3939
"@types/debug": "^4.1.5",
4040
"@types/minimatch": "^3.0.3",
41-
"@types/node": "^14.14.28",
41+
"@types/node": "^14.14.31",
4242
"@typescript-eslint/eslint-plugin": "^4.15.1",
4343
"eslint": "^7.20.0",
4444
"rollup": "^2.39.0",
45-
"standard-version": "^9.1.0",
46-
"tsup": "^3.12.1",
45+
"standard-version": "^9.1.1",
46+
"tsup": "^4.0.0",
4747
"typescript": "^4.1.5",
48-
"vite": "^2.0.0"
48+
"vite": "^2.0.1"
4949
}
5050
}

0 commit comments

Comments
 (0)