Skip to content

Commit

Permalink
chore: update dependencies (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Apr 3, 2024
1 parent b6871e2 commit 92d7f9e
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 209 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"check:style": "prettier -c .",
"check:svelte": "svelte-check --tsconfig ./tsconfig.json"
},
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.6",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/chrome": "^0.0.260",
"@types/node": "^20.11.19",
"@types/chrome": "^0.0.263",
"@types/node": "^20.12.2",
"prettier": "^3.2.5",
"prettier-plugin-sort-package-json": "^0.2.0",
"prettier-plugin-svelte": "^3.2.1",
"rollup": "^4.12.0",
"svelte": "^4.2.11",
"svelte-check": "^3.6.4",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"prettier-plugin-svelte": "^3.2.2",
"rollup": "^4.13.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.9",
"typescript": "^5.4.3",
"vite": "^5.2.7"
}
}
Loading

0 comments on commit 92d7f9e

Please sign in to comment.