Compare commits

..

2 Commits

Author SHA1 Message Date
Renovate Bot 5ad78518ab chore(deps): update jest monorepo to v30.4.1
Build and Test / build (pull_request) Failing after 21s
Build and Test / release (pull_request) Has been skipped
2026-06-15 09:13:07 +00:00
Lucas Oskorep e49b923667 removing unused wingroup file and then updating for gnome 50 support
Build and Test / build (push) Failing after 20s
Build and Test / release (push) Has been skipped
2026-06-01 14:15:02 -04:00
4 changed files with 1020 additions and 843 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"settings-schema": "org.gnome.shell.extensions.aerospike",
"shell-version": [
"48",
"49"
"49",
"50"
],
"gettext-domain": "aerospike@lucaso.io",
"url": "https://gitea.chaosdev.gay/lucasoskorep/aerospike@lucaso.io"
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "aerospike",
"version": "0.2.2",
"version": "0.2.3",
"description": "Simple, Opinionated Tiling Window Manager for Gnome written in Typescript",
"type": "module",
"private": true,
@@ -25,14 +25,14 @@
},
"devDependencies": {
"@girs/gjs": "4.0.0-beta.38",
"@girs/gnome-shell": "50.0.0",
"@girs/gnome-shell": "49.1.0",
"@jest/globals": "^30.0.0",
"@types/jest": "^30.0.0",
"eslint": "^10.0.0",
"eslint-plugin-jsdoc": "^62.0.0",
"jest": "^30.0.0",
"ts-jest": "^29.1.2",
"typescript": "^6.0.0"
"typescript": "^5.9.2"
},
"dependencies": {
"@girs/mtk-17": "17.0.0-4.0.0-beta.38"
+1015 -839
View File
File diff suppressed because it is too large Load Diff
View File