Skip to content

Commit 3602ae5

Browse files
committed
chore: some cleanup
1 parent 1f81bfe commit 3602ae5

File tree

4 files changed

+356
-394
lines changed

4 files changed

+356
-394
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"editor.codeActionsOnSave": {
33
"source.fixAll.eslint": true
4-
}
4+
},
5+
"cSpell.words": [
6+
"testnode"
7+
]
58
}

example/portal-vue.esm.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,20 @@
6666
"@vue/test-utils": "^2.0.0",
6767
"@vue/tsconfig": "^0.1.3",
6868
"autoprefixer": "^10.2.4",
69-
"eslint": "^8.29.0",
69+
"eslint": "^8.30.0",
7070
"jsdom": "^20.0.3",
7171
"lint-staged": "^13.1.0",
7272
"nanoid": "^4.0.0",
73-
"postcss": "^8.4.19",
73+
"postcss": "^8.4.20",
7474
"prettier": "^2.8.1",
7575
"release-it": "^15.5.1",
7676
"typescript": "^4.9.0",
7777
"vite": "^4.0.0",
78-
"vitepress": "1.0.0-alpha.30",
79-
"vitest": "^0.25.7",
78+
"vitepress": "1.0.0-alpha.32",
79+
"vitest": "^0.25.8",
8080
"vue": "^3.0.4",
8181
"vue-router": "^4.0.0",
82-
"vue-tsc": "^1.0.12",
82+
"vue-tsc": "^1.0.14",
8383
"yorkie": "^2.0.0"
8484
},
8585
"pnpm": {

0 commit comments

Comments
 (0)