Skip to content

Commit

Permalink
Update gnome-shell types
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jan 3, 2024
1 parent 7023310 commit 8e1082e
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 131 deletions.
1 change: 1 addition & 0 deletions @types/gnome-shell/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
import "@girs/gjs";
import "@girs/gjs/dom";
import "@girs/gnome-shell/ambient";
import "@girs/gnome-shell/extensions/global";
24 changes: 0 additions & 24 deletions @types/gnome-shell/global.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@girs/gjs": "^3.2.7",
"@girs/gnome-shell": "^45.0.0-beta6",
"@girs/gnome-shell": "^45.0.0-beta8",
"@tsconfig/strictest": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"include": [
// Ambient types
"@types/gnome-shell/ambient.d.ts",
// Extra GNOME Shell globals
"@types/gnome-shell/global.d.ts",
// Our sources
"src/**/*.ts"
],
Expand Down
Loading

0 comments on commit 8e1082e

Please sign in to comment.