Skip to content

Commit

Permalink
Remove network-information-types (#8810)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdalamb committed Oct 11, 2023
1 parent 2993055 commit 0abff97
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-hairs-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Remove `network-information-types` package since TypeScript supports Network Information API natively.
1 change: 0 additions & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
"eol": "^0.9.1",
"memfs": "^4.2.1",
"mocha": "^10.2.0",
"network-information-types": "^0.1.1",
"node-mocks-http": "^1.13.0",
"parse-srcset": "^1.0.2",
"rehype-autolink-headings": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"declarationDir": "./dist",
"outDir": "./dist",
"jsx": "preserve",
"types": ["@types/dom-view-transitions", "network-information-types"]
"types": ["@types/dom-view-transitions"]
}
}
138 changes: 120 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0abff97

Please sign in to comment.