Skip to content

Commit eef205b

Browse files
committed
Updates
1 parent fdac068 commit eef205b

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"license": "MIT",
44
"scripts": {
55
"download": "node download-plugins-npm-api.ts",
6+
"format": "prettier --write .",
67
"generate": "node generate-plugins.ts",
78
"update": "yarn download && yarn generate",
89
"upload": "aws s3 sync dist s3://jbrowse.org/plugins/ --cache-control 'no-cache, must-revalidate' && aws s3 cp new_plugins.json s3://jbrowse.org/plugin-store/plugins2.json --cache-control 'no-cache, must-revalidate'",
@@ -11,10 +12,10 @@
1112
"postdeploy": "git push --follow-tags"
1213
},
1314
"dependencies": {
14-
"prettier": "^3.5.3",
15-
"tar": "^7.5.2"
15+
"prettier": "^3.8.1",
16+
"tar": "^7.5.6"
1617
},
1718
"devDependencies": {
18-
"@types/node": "^24.9.1"
19+
"@types/node": "^25.0.10"
1920
}
2021
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
minipass "^7.0.4"
1111

12-
"@types/node@^24.9.1":
13-
version "24.10.9"
14-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.9.tgz#1aeb5142e4a92957489cac12b07f9c7fe26057d0"
15-
integrity sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==
12+
"@types/node@^25.0.10":
13+
version "25.0.10"
14+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.10.tgz#4864459c3c9459376b8b75fd051315071c8213e7"
15+
integrity sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==
1616
dependencies:
1717
undici-types "~7.16.0"
1818

@@ -33,15 +33,15 @@ minizlib@^3.1.0:
3333
dependencies:
3434
minipass "^7.1.2"
3535

36-
prettier@^3.5.3:
37-
version "3.8.0"
38-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.0.tgz#f72cf71505133f40cfa2ef77a2668cdc558fcd69"
39-
integrity sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==
36+
prettier@^3.8.1:
37+
version "3.8.1"
38+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173"
39+
integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==
4040

41-
tar@^7.5.2:
42-
version "7.5.3"
43-
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.3.tgz#e1a41236e32446f75e63b720222112c4ffe5b3a1"
44-
integrity sha512-ENg5JUHUm2rDD7IvKNFGzyElLXNjachNLp6RaGf4+JOgxXHkqA+gq81ZAMCUmtMtqBsoU62lcp6S27g1LCYGGQ==
41+
tar@^7.5.6:
42+
version "7.5.6"
43+
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.6.tgz#2db7a210748a82f0a89cc31527b90d3a24984fb7"
44+
integrity sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==
4545
dependencies:
4646
"@isaacs/fs-minipass" "^4.0.0"
4747
chownr "^3.0.0"

0 commit comments

Comments
 (0)