Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 6, 2023
1 parent 8a4889c commit 2cf6697
Show file tree
Hide file tree
Showing 2 changed files with 908 additions and 1,349 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"demo": "vite demo",
"dev": "vitest",
"doctoc": "doctoc README.md --notitle --maxlevel 3",
"lint": "eslint --ext .ts .",
"lint": "eslint --ext .ts . && prettier -c src test demo",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run --coverage",
Expand All @@ -54,12 +54,12 @@
"ws": "^8.12.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.19.0",
"@types/jsdom": "^20.0.1",
"@cloudflare/workers-types": "^4.20230115.0",
"@types/jsdom": "^21.1.0",
"@types/mri": "^1.1.1",
"@types/node": "^18.11.19",
"@types/ws": "^8.5.4",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-c8": "^0.28.4",
"@vue/compiler-sfc": "^3.2.47",
"c8": "^7.12.0",
Expand All @@ -68,13 +68,14 @@
"eslint": "^8.33.0",
"eslint-config-unjs": "^0.1.0",
"jiti": "^1.16.2",
"jsdom": "^20.0.3",
"jsdom": "^21.1.0",
"monaco-editor": "^0.34.1",
"msw": "^0.49.3",
"msw": "^1.0.0",
"prettier": "^2.8.3",
"types-cloudflare-worker": "^1.2.0",
"typescript": "^4.9.5",
"unbuild": "^0.9.4",
"vite": "^3.2.5",
"unbuild": "^1.1.1",
"vite": "^4.1.1",
"vitest": "^0.28.4",
"vue": "^3.2.47"
},
Expand Down
Loading

0 comments on commit 2cf6697

Please sign in to comment.