Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 5, 2024
1 parent 109f826 commit 560db4f
Show file tree
Hide file tree
Showing 7 changed files with 504 additions and 4,353 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@nanostores/i18n": "0.12.2",
"@nanostores/persistent": "0.10.2",
"@slowreader/api": "workspace:*",
"dompurify": "3.2.1",
"dompurify": "3.2.2",
"just-debounce-it": "3.2.0",
"nanoid": "5.0.8",
"nanoid": "5.0.9",
"nanostores": "0.11.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "pnpm build"
},
"dependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.23",
"vite": "5.4.11"
"@crxjs/vite-plugin": "2.0.0-beta.28",
"vite": "6.0.3"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
},
"devDependencies": {
"@logux/eslint-config": "53.5.1",
"@types/chrome": "0.0.283",
"@types/node": "22.9.3",
"@types/chrome": "0.0.287",
"@types/node": "22.10.1",
"@types/ws": "8.5.13",
"better-node-test": "0.7.1",
"eslint": "9.15.0",
"eslint-plugin-svelte": "2.46.0",
"eslint": "9.16.0",
"eslint-plugin-svelte": "2.46.1",
"husky": "9.1.7",
"nano-staged": "0.8.0",
"postcss-html": "1.7.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"remark-cli": "12.0.1",
"remark-lint-check-toc": "1.0.0",
Expand All @@ -56,9 +56,9 @@
"remark-lint-no-shell-dollars": "4.0.0",
"remark-lint-smarty-pants-typography": "1.1.0",
"remark-validate-links": "13.0.2",
"stylelint": "16.10.0",
"svelte": "5.2.7",
"svelte-check": "4.1.0",
"stylelint": "16.11.0",
"svelte": "5.6.2",
"svelte-check": "4.1.1",
"svgo": "3.3.2",
"typescript": "5.7.2"
},
Expand Down
Loading

0 comments on commit 560db4f

Please sign in to comment.