Skip to content

Commit f8543fe

Browse files
author
Lucas Choi
committed
fix
1 parent 02e2329 commit f8543fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/vue-pack/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtree/vue-pack",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Simple tools and ESLint, Prettier configuration for Vue development",
55
"keywords": [
66
"dev",
@@ -33,15 +33,15 @@
3333
"author": "Lucas Choi <eterv7@gmail.com>",
3434
"license": "MIT",
3535
"dependencies": {
36-
"@typescript-eslint/eslint-plugin": "^4.22.0",
37-
"@typescript-eslint/parser": "^4.22.0",
36+
"@typescript-eslint/eslint-plugin": "^4.26.0",
37+
"@typescript-eslint/parser": "^4.26.0",
3838
"@vue/eslint-config-typescript": "^7.0.0",
39-
"eslint": "^7.25.0",
39+
"eslint": "^7.27.0",
4040
"eslint-config-prettier": "^8.3.0",
4141
"eslint-plugin-prettier": "^3.4.0",
42-
"eslint-plugin-vue": "^7.9.0",
43-
"prettier": "^2.2.1",
44-
"typescript": "^4.2.4"
42+
"eslint-plugin-vue": "^7.10.0",
43+
"prettier": "^2.3.0",
44+
"typescript": "^4.3.2"
4545
},
4646
"eslintConfig": {
4747
"extends": [

0 commit comments

Comments
 (0)