Skip to content

Commit 613f1a5

Browse files
committed
chore: update locks
1 parent d5f6145 commit 613f1a5

File tree

4 files changed

+85
-210
lines changed

4 files changed

+85
-210
lines changed

example/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@vue/compiler-sfc": "^3.0.5",
1616
"cross-env": "^7.0.3",
1717
"typescript": "^4.1.5",
18-
"vite": "^2.0.1",
18+
"vite": "^2.0.2",
1919
"vite-plugin-components": "workspace:*",
2020
"vite-plugin-md": "^0.5.1"
2121
}

example/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"devDependencies": {
88
"cross-env": "^7.0.3",
9-
"vite": "^2.0.1",
9+
"vite": "^2.0.2",
1010
"vite-plugin-components": "workspace:*",
1111
"vite-plugin-vue2": "^1.2.1"
1212
},

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@types/debug": "^4.1.5",
4040
"@types/minimatch": "^3.0.3",
4141
"@types/node": "^14.14.31",
42-
"@typescript-eslint/eslint-plugin": "^4.15.1",
42+
"@typescript-eslint/eslint-plugin": "^4.15.2",
4343
"eslint": "^7.20.0",
44-
"rollup": "^2.39.0",
44+
"rollup": "^2.39.1",
4545
"standard-version": "^9.1.1",
46-
"tsup": "^4.0.0",
46+
"tsup": "^4.2.0",
4747
"typescript": "^4.1.5",
48-
"vite": "^2.0.1"
48+
"vite": "^2.0.2"
4949
}
5050
}

0 commit comments

Comments
 (0)