Skip to content

Commit

Permalink
Bump urlpattern-polyfill to 10.0.0 and move to dev dependencies (#9502)
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller authored Nov 13, 2024
1 parent d9031ec commit aec8d5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion applications/browser-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
"slugify": "^1.6.6",
"stemmer": "^2.0.1",
"uint8array-extras": "^1.4.0",
"urlpattern-polyfill": "^5.0.3",
"use-async-effect": "^2.2.7",
"use-debounce": "^10.0.4",
"use-sync-external-store": "^1.2.2",
Expand Down Expand Up @@ -289,6 +288,7 @@
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^5.1.0",
"urlpattern-polyfill": "^10.0.0",
"webpack": "^5.96.1",
"webpack-build-notifier": "^3.1.0",
"webpack-bundle-analyzer": "^4.10.2",
Expand Down
1 change: 1 addition & 0 deletions applications/browser-extension/src/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ https://github.com/typescript-eslint/typescript-eslint/issues/3295#issuecomment-
*/

// We only use this package for its types. URLPattern is Chrome 95+
// See https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1199
/// <reference types="urlpattern-polyfill" />

// Improve standard type library https://www.totaltypescript.com/ts-reset
Expand Down
8 changes: 5 additions & 3 deletions package-lock.json

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

0 comments on commit aec8d5e

Please sign in to comment.