Skip to content

Commit

Permalink
use latest web types
Browse files Browse the repository at this point in the history
  • Loading branch information
antdking committed Mar 29, 2022
1 parent 6ea8027 commit ca96dac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,16 @@
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/rimraf": "^3",
"@types/web": "^0.0.60",
"eslint": "^8.12.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "^4.6.3",
"wrangler": "beta"
},
"resolutions": {
"@typescript/lib-dom": "npm:@types/web@*",
},
"engines": {
"node": "^16.14.0",
"yarn": "3.2.0"
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,13 @@ __metadata:
languageName: node
linkType: hard

"@types/web@npm:^0.0.60":
version: 0.0.60
resolution: "@types/web@npm:0.0.60"
checksum: 5b1dd84fe9b7c6c450ab3d3cc336f4df37d8c672b7e6a88dc13d23114c5c8dde1690e329fc9eddd49ada457ea53173522f48c9e1aebdd55d6294d36586670903
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^5.12.1":
version: 5.17.0
resolution: "@typescript-eslint/eslint-plugin@npm:5.17.0"
Expand Down Expand Up @@ -6177,6 +6184,7 @@ __metadata:
"@types/react": ^17.0.43
"@types/react-dom": ^17.0.14
"@types/rimraf": ^3
"@types/web": ^0.0.60
cross-env: ^7.0.3
eslint: ^8.12.0
npm-run-all: ^4.1.5
Expand Down

0 comments on commit ca96dac

Please sign in to comment.