Skip to content

Commit

Permalink
remove @types/web now that we're on the latest TypeScript
Browse files Browse the repository at this point in the history
this was previously needed to get the latest DOM types

also bump packages sizes
  • Loading branch information
jenseng committed Jun 14, 2023
1 parent 94ff578 commit ebf92b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"@typescript/lib-dom": "npm:@types/web",
"abort-controller": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.0.3",
Expand Down Expand Up @@ -119,10 +118,10 @@
"none": "16.1 kB"
},
"packages/react-router-dom/dist/react-router-dom.production.min.js": {
"none": "12.3 kB"
"none": "12.5 kB"
},
"packages/react-router-dom/dist/umd/react-router-dom.production.min.js": {
"none": "18.3 kB"
"none": "18.4 kB"
}
}
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2514,11 +2514,6 @@
"@typescript-eslint/types" "5.37.0"
eslint-visitor-keys "^3.3.0"

"@typescript/lib-dom@npm:@types/web":
version "0.0.99"
resolved "https://registry.yarnpkg.com/@types/web/-/web-0.0.99.tgz#a9c3a088e4634f6b08977f4fc733c916c2b0d50e"
integrity sha512-xMz3tOvtkZzc7RpQrDNiLe5sfMmP+fz8bOxHIZ/U8qXyvzDX4L4Ss1HCjor/O9DSelba+1iXK1VM7lruX28hiQ==

"@ungap/url-search-params@^0.1.4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@ungap/url-search-params/-/url-search-params-0.1.4.tgz#727e9b4c811beaa6be6d7e4cc0516663c884cfd0"
Expand Down

0 comments on commit ebf92b8

Please sign in to comment.