Skip to content

Commit

Permalink
bumps
Browse files Browse the repository at this point in the history
martrapp committed Jan 25, 2025
1 parent 86e62eb commit 6a4b69b
Showing 3 changed files with 36 additions and 36 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -53,14 +53,14 @@
"url": "https://github.com/sponsors/martrapp"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@eslint/js": "^9.17.0",
"@playwright/test": "latest",
"@changesets/cli": "^2.27.12",
"@eslint/js": "^9.19.0",
"@playwright/test": "^1.50.0",
"@types/dom-navigation": "^1.0.4",
"@types/dom-view-transitions": "^1.0.5",
"esbuild": "^0.24.2",
"prettier": "^3.4.2",
"serve": "^14.0.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions src/dom-view-transisions-level2.d.ts
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ declare global {
}

type UpdateCallback = undefined | (() => void | Promise<void>);
type StartViewTransitionParameter = { types?: string[]; update?: UpdateCallback };
type StartViewTransitionParameter = { types?: string[] | Set<string>; update?: UpdateCallback; };

interface Document {
startViewTransition(param?: StartViewTransitionParameter | UpdateCallback): ViewTransition;
@@ -40,4 +40,4 @@ declare global {
activation: NavigationActivation;
}
}
export {};
export { };

0 comments on commit 6a4b69b

Please sign in to comment.