Skip to content

Commit 2c6aa23

Browse files
committed
chore(deps): update dependencies
1 parent b204018 commit 2c6aa23

File tree

3 files changed

+2635
-1614
lines changed

3 files changed

+2635
-1614
lines changed

global.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@ declare module "@stackoverflow/browserslist-config" {
22
const config: string[];
33
export default config;
44
}
5+
6+
declare module "@stackoverflow/stacks/package.json" {
7+
const packageJson: {
8+
name: string;
9+
browserslist: string[];
10+
[key: string]: unknown;
11+
};
12+
export default packageJson;
13+
}

0 commit comments

Comments
 (0)