Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 23, 2025
1 parent 89411d2 commit d290880
Show file tree
Hide file tree
Showing 7 changed files with 1,169 additions and 1,070 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/jsdom": "21.1.7",
"better-node-test": "0.7.1",
"c8": "10.1.3",
"jsdom": "25.0.1",
"jsdom": "26.0.0",
"nanospy": "1.0.0"
}
}
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"dependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.28",
"vite": "6.0.3"
"vite": "6.0.11"
}
}
4 changes: 2 additions & 2 deletions loader-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@slowreader/core": "workspace:*",
"jsdom": "25.0.1",
"jsdom": "26.0.0",
"nanostores": "0.11.3",
"yaml": "2.6.1"
"yaml": "2.7.0"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,34 @@
},
"devDependencies": {
"@logux/eslint-config": "53.5.1",
"@types/chrome": "0.0.287",
"@types/node": "22.10.2",
"@types/chrome": "0.0.299",
"@types/node": "22.10.7",
"@types/ws": "8.5.13",
"better-node-test": "0.7.1",
"eslint": "9.18.0",
"eslint-plugin-svelte": "2.46.1",
"husky": "9.1.7",
"nano-staged": "0.8.0",
"postcss-html": "1.7.0",
"postcss-html": "1.8.0",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-svelte": "3.3.3",
"remark-cli": "12.0.1",
"remark-lint-check-toc": "1.0.0",
"remark-lint-code-block-split-list": "1.0.0",
"remark-lint-fenced-code-flag": "4.0.0",
"remark-lint-first-heading-level": "4.0.0",
"remark-lint-heading-capitalization": "1.2.0",
"remark-lint-heading-capitalization": "1.3.0",
"remark-lint-heading-increment": "4.0.0",
"remark-lint-match-punctuation": "0.2.1",
"remark-lint-no-dead-urls": "2.0.1",
"remark-lint-no-shell-dollars": "4.0.0",
"remark-lint-smarty-pants-typography": "1.1.0",
"remark-validate-links": "13.0.2",
"stylelint": "16.12.0",
"svelte": "5.14.1",
"svelte-check": "4.1.1",
"stylelint": "16.13.2",
"svelte": "5.19.1",
"svelte-check": "4.1.4",
"svgo": "3.3.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit d290880

Please sign in to comment.