Skip to content

Commit

Permalink
chore: some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Dec 18, 2022
1 parent 1f81bfe commit 3602ae5
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 394 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"cSpell.words": [
"testnode"
]
}
1 change: 0 additions & 1 deletion example/portal-vue.esm.js

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@
"@vue/test-utils": "^2.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.2.4",
"eslint": "^8.29.0",
"eslint": "^8.30.0",
"jsdom": "^20.0.3",
"lint-staged": "^13.1.0",
"nanoid": "^4.0.0",
"postcss": "^8.4.19",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"release-it": "^15.5.1",
"typescript": "^4.9.0",
"vite": "^4.0.0",
"vitepress": "1.0.0-alpha.30",
"vitest": "^0.25.7",
"vitepress": "1.0.0-alpha.32",
"vitest": "^0.25.8",
"vue": "^3.0.4",
"vue-router": "^4.0.0",
"vue-tsc": "^1.0.12",
"vue-tsc": "^1.0.14",
"yorkie": "^2.0.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 3602ae5

Please sign in to comment.