Skip to content

Commit

Permalink
Merge pull request #58 from gjsify/v4.0.0-beta.20
Browse files Browse the repository at this point in the history
Upgrade types from ts-for-gir to v4.0.0-beta.20
  • Loading branch information
JumpLink authored Feb 17, 2025
2 parents d261ea8 + 2b0e067 commit ce72e61
Show file tree
Hide file tree
Showing 4 changed files with 700 additions and 717 deletions.
10 changes: 5 additions & 5 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gjsify/gnome-shell-hello-world-example",
"version": "47.0.1",
"version": "47.0.2",
"description": "Simple Gnome Shell Hello World Extension example",
"type": "module",
"main": "dist/extension.js",
Expand All @@ -16,13 +16,13 @@
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
"adm-zip": "^0.5.16",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"typescript": "5.7.3"
},
"dependencies": {
"@girs/gjs": "^4.0.0-beta.19",
"@girs/gjs": "^4.0.0-beta.20",
"@girs/gnome-shell": "workspace:^",
"@girs/gobject-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/st-15": "^15.0.0-4.0.0-beta.19"
"@girs/gobject-2.0": "^2.82.4-4.0.0-beta.20",
"@girs/st-15": "^15.0.0-4.0.0-beta.20"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gnome-shell",
"version": "47.0.1",
"version": "47.0.2",
"description": "GJS TypeScript type definitions for GNOME Shell Extensions",
"main": "src/index.js",
"type": "module",
Expand Down Expand Up @@ -54,7 +54,7 @@
"homepage": "https://github.com/gjsify/gnome-shell#readme",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"typescript": "5.7.3"
}
}
50 changes: 25 additions & 25 deletions packages/gnome-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@girs/gnome-shell",
"version": "47.0.1",
"version": "47.0.2",
"description": "GJS TypeScript type definitions for GNOME Shell Extensions",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -983,30 +983,30 @@
"generate:types": "node ./scripts/generate-types.js"
},
"dependencies": {
"@girs/accountsservice-1.0": "1.0.0-4.0.0-beta.19",
"@girs/adw-1": "^1.7.0-4.0.0-beta.19",
"@girs/atk-1.0": "^2.54.0-4.0.0-beta.19",
"@girs/cally-15": "^15.0.0-4.0.0-beta.19",
"@girs/clutter-15": "^15.0.0-4.0.0-beta.19",
"@girs/cogl-2.0": "^2.0.0-4.0.0-beta.19",
"@girs/gcr-4": "^4.3.0-4.0.0-beta.19",
"@girs/gdm-1.0": "^1.0.0-4.0.0-beta.19",
"@girs/gio-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/gjs": "^4.0.0-beta.19",
"@girs/glib-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/gnomebg-4.0": "^4.0.0-4.0.0-beta.19",
"@girs/gnomebluetooth-3.0": "^3.0.0-4.0.0-beta.19",
"@girs/gnomedesktop-4.0": "^4.0.0-4.0.0-beta.19",
"@girs/gobject-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/gtk-4.0": "^4.16.3-4.0.0-beta.19",
"@girs/gvc-1.0": "^1.0.0-4.0.0-beta.19",
"@girs/meta-15": "^15.0.0-4.0.0-beta.19",
"@girs/mtk-15": "^15.0.0-4.0.0-beta.19",
"@girs/polkit-1.0": "^1.0.0-4.0.0-beta.19",
"@girs/shell-15": "^15.0.0-4.0.0-beta.19",
"@girs/shew-0": "^0.0.0-4.0.0-beta.19",
"@girs/st-15": "^15.0.0-4.0.0-beta.19",
"@girs/upowerglib-1.0": "^0.99.1-4.0.0-beta.19"
"@girs/accountsservice-1.0": "1.0.0-4.0.0-beta.20",
"@girs/adw-1": "^1.7.0-4.0.0-beta.20",
"@girs/atk-1.0": "^2.54.0-4.0.0-beta.20",
"@girs/cally-15": "^15.0.0-4.0.0-beta.20",
"@girs/clutter-15": "^15.0.0-4.0.0-beta.20",
"@girs/cogl-2.0": "^2.0.0-4.0.0-beta.20",
"@girs/gcr-4": "^4.3.0-4.0.0-beta.20",
"@girs/gdm-1.0": "^1.0.0-4.0.0-beta.20",
"@girs/gio-2.0": "^2.82.4-4.0.0-beta.20",
"@girs/gjs": "^4.0.0-beta.20",
"@girs/glib-2.0": "^2.82.4-4.0.0-beta.20",
"@girs/gnomebg-4.0": "^4.0.0-4.0.0-beta.20",
"@girs/gnomebluetooth-3.0": "^3.0.0-4.0.0-beta.20",
"@girs/gnomedesktop-4.0": "^4.0.0-4.0.0-beta.20",
"@girs/gobject-2.0": "^2.82.4-4.0.0-beta.20",
"@girs/gtk-4.0": "^4.16.12-4.0.0-beta.20",
"@girs/gvc-1.0": "^1.0.0-4.0.0-beta.20",
"@girs/meta-15": "^15.0.0-4.0.0-beta.20",
"@girs/mtk-15": "^15.0.0-4.0.0-beta.20",
"@girs/polkit-1.0": "^1.0.0-4.0.0-beta.20",
"@girs/shell-15": "^15.0.0-4.0.0-beta.20",
"@girs/shew-0": "^0.0.0-4.0.0-beta.20",
"@girs/st-15": "^15.0.0-4.0.0-beta.20",
"@girs/upowerglib-1.0": "^0.99.1-4.0.0-beta.20"
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
Expand Down
Loading

0 comments on commit ce72e61

Please sign in to comment.